Changeset 5039 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Aug 16, 2005, 6:57:47 PM (19 years ago)
- Location:
- orxonox/trunk/src/lib
- Files:
-
- 44 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/bounding_sphere.h
r4836 r5039 1 1 /*! 2 \file bounding_sphere.h2 * @file bounding_sphere.h 3 3 * Definition of a bounding sphere 4 4 -
orxonox/trunk/src/lib/collision_detection/bounding_volume.h
r4836 r5039 1 1 /*! 2 \file bounding_volume.h2 * @file bounding_volume.h 3 3 * Definition of a bounding volume for collision detection algorithms 4 4 -
orxonox/trunk/src/lib/collision_detection/bv_tree.h
r5028 r5039 1 1 /*! 2 \file bv_tree.h2 * @file bv_tree.h 3 3 * Definition of a bounding volume tree 4 4 -
orxonox/trunk/src/lib/collision_detection/bv_tree_node.h
r5028 r5039 1 1 /*! 2 \file bv_tree.h2 * @file bv_tree.h 3 3 * Definition of a bounding volume tree 4 4 -
orxonox/trunk/src/lib/collision_detection/cd_engine.h
r5026 r5039 1 1 /*! 2 \file cd_engine.h2 * @file cd_engine.h 3 3 * Definition of the collision detection engine 4 4 -
orxonox/trunk/src/lib/collision_detection/collision.h
r4836 r5039 1 1 /*! 2 \file collision.h2 * @file collision.h 3 3 * Definition of a collision event 4 4 -
orxonox/trunk/src/lib/collision_detection/collision_defs.h
r4836 r5039 1 1 /*! 2 \file collision_defs.h2 * @file collision_defs.h 3 3 * Definition of some global collision data 4 4 -
orxonox/trunk/src/lib/collision_detection/lin_alg.h
r4836 r5039 1 1 /*! 2 \file lin_alg.h2 * @file lin_alg.h 3 3 * Definition of some important linear algebra formulas 4 4 -
orxonox/trunk/src/lib/collision_detection/obb.h
r4836 r5039 1 1 /*! 2 \file obb.h2 * @file obb.h 3 3 * Definition of an OBB (object Oriented Bounding Box) 4 4 -
orxonox/trunk/src/lib/collision_detection/obb_tree.h
r5028 r5039 1 1 /*! 2 \file obb_tree.h2 * @file obb_tree.h 3 3 * Definition of an obb tree (object oriented Bounding Box) 4 4 -
orxonox/trunk/src/lib/collision_detection/obb_tree_node.h
r5028 r5039 1 1 /*! 2 \file bv_tree.h2 * @file bv_tree.h 3 3 * Definition of a bounding volume tree 4 4 -
orxonox/trunk/src/lib/coord/null_parent.h
r4871 r5039 1 1 /*! 2 \file null_parent.h2 * @file null_parent.h 3 3 * Definition of the NullParent, the higest PNode of them all. 4 4 */ -
orxonox/trunk/src/lib/event/event.h
r4836 r5039 1 1 /*! 2 \file event.h 3 * an abstract event 4 2 * @file event.h 3 * an abstract event 5 4 */ 6 5 -
orxonox/trunk/src/lib/event/event_def.h
r4873 r5039 2 2 * @file event_def.h 3 3 * some central definitions 4 5 4 */ 6 5 -
orxonox/trunk/src/lib/event/event_handler.h
r4872 r5039 1 1 /*! 2 \file event_handler.h3 *Definition of the EventHandler4 5 */2 * @file event_handler.h 3 * Definition of the EventHandler 4 * 5 */ 6 6 7 7 #ifndef _EVENT_HANDLER_H -
orxonox/trunk/src/lib/event/event_listener.h
r4836 r5039 1 1 /*! 2 \file event_listener.h2 * @file event_listener.h 3 3 * Definition of an event listener base class 4 4 -
orxonox/trunk/src/lib/event/key_mapper.h
r5014 r5039 1 1 /*! 2 \file key_mapper.h2 * @file key_mapper.h 3 3 * a construct to map player defined keys to SDL keys 4 4 -
orxonox/trunk/src/lib/event/key_names.h
r4836 r5039 1 1 /*! 2 \file keynames.h2 * @file keynames.h 3 3 * Key/button naming functions 4 4 -
orxonox/trunk/src/lib/graphics/graphics_engine.h
r4849 r5039 1 1 /*! 2 \file graphics_engine.h2 * @file graphics_engine.h 3 3 4 4 * defines a Interface between orxonox and graphical input -
orxonox/trunk/src/lib/graphics/importer/abstract_model.h
r4836 r5039 15 15 16 16 /*! 17 \file abstract_model.h17 * @file abstract_model.h 18 18 * Definition of an abstract model. containing all needed for other model 19 19 */ -
orxonox/trunk/src/lib/graphics/importer/md2Model.h
r4836 r5039 1 1 /*! 2 \file md2Model.h2 * @file md2Model.h 3 3 * Definition of an MD2 Model, a model format invented by ID Software. 4 4 -
orxonox/trunk/src/lib/graphics/importer/primitive_model.h
r4836 r5039 1 1 /*! 2 \file primitive_model.h2 * @file primitive_model.h 3 3 * a Class to handle different simple models like planes cubes spheres and so on. 4 4 (cube is also an option of Model, but is extended here. -
orxonox/trunk/src/lib/graphics/light.h
r4836 r5039 1 1 /*! 2 \file light.h2 * @file light.h 3 3 * Handles Lights. 4 4 -
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree.h
r4956 r5039 1 1 /*! 2 \file quadtree.h2 * @file quadtree.h 3 3 * Definition of a spatial data separation using quadtree 4 4 -
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.h
r4968 r5039 1 1 /*! 2 * \file proto_class.h2 * @file proto_class.h 3 3 * Definition of a QuadtreeNode which represents a quad in a Quadtree 4 4 -
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.h
r4919 r5039 1 1 /*! 2 \file spatial_separation.h Definition of the generic spatial separation process of model data2 * @file spatial_separation.h Definition of the generic spatial separation process of model data 3 3 */ 4 4 -
orxonox/trunk/src/lib/graphics/text_engine.h
r4856 r5039 1 1 /*! 2 \file text_engine.h2 * @file text_engine.h 3 3 * Definition of textEngine, the Font and the Text 4 4 -
orxonox/trunk/src/lib/gui/gui_element.h
r4836 r5039 1 1 /*! 2 \file gui_element.h2 * @file gui_element.h 3 3 * Definition of ... 4 4 -
orxonox/trunk/src/lib/lang/base_object.h
r4942 r5039 1 1 /*! 2 \file base_object.h2 * @file base_object.h 3 3 * Definition of the base object class. 4 4 -
orxonox/trunk/src/lib/lang/class_list.h
r4874 r5039 1 1 /*! 2 \file class_list.h2 * @file class_list.h 3 3 * Definition of the Class List, that handles a Class-Specific-Control structure 4 4 -
orxonox/trunk/src/lib/math/curve.h
r4836 r5039 1 1 2 2 /*! 3 \file curve.h3 * @file curve.h 4 4 * A basic 3D curve framework 5 5 -
orxonox/trunk/src/lib/network/synchronisable.h
r4471 r5039 1 1 /*! 2 \file synchronisable.h2 * @file synchronisable.h 3 3 \brief informations about objects, that needs to be synchronized over the network 4 4 -
orxonox/trunk/src/lib/particles/particle_emitter.h
r4836 r5039 1 1 /*! 2 \file particle_emitter.h2 * @file particle_emitter.h 3 3 * Definition of a ParticleEmitter 4 4 */ -
orxonox/trunk/src/lib/particles/particle_engine.h
r4836 r5039 1 1 /*! 2 \file particle_engine.h2 * @file particle_engine.h 3 3 * Definition of the ParticleEngine 4 4 */ -
orxonox/trunk/src/lib/particles/particle_system.h
r4836 r5039 1 1 /*! 2 \file particle_system.h2 * @file particle_system.h 3 3 4 4 */ -
orxonox/trunk/src/lib/particles/quick_animation.h
r4836 r5039 1 1 /*! 2 \file quick_animation.h2 * @file quick_animation.h 3 3 * Definition of the QuickAnimation-class 4 4 -
orxonox/trunk/src/lib/physics/fields/field.h
r4836 r5039 15 15 16 16 /*! 17 \file field.h17 * @file field.h 18 18 * abstract definition of a Physical Field 19 19 -
orxonox/trunk/src/lib/physics/fields/fields.h
r4836 r5039 15 15 16 16 /*! 17 \file fields.h17 * @file fields.h 18 18 * collection of all Headers of all the different fileds there are in the 19 19 PhysicsEngine -
orxonox/trunk/src/lib/physics/fields/gravity.h
r4836 r5039 1 1 /*! 2 \file gravity.h2 * @file gravity.h 3 3 * Definition of ... 4 4 -
orxonox/trunk/src/lib/physics/fields/point_gravity.h
r4836 r5039 1 1 /*! 2 \file point_gravity.h2 * @file point_gravity.h 3 3 * Definition of ... 4 4 -
orxonox/trunk/src/lib/physics/fields/twirl.h
r4836 r5039 1 1 /*! 2 \file twirl.h2 * @file twirl.h 3 3 * Definition of ... 4 4 -
orxonox/trunk/src/lib/physics/physics_connection.h
r4836 r5039 1 1 /*! 2 \file physics_connection.h2 * @file physics_connection.h 3 3 * Definition of The Physical Connection Class. 4 4 */ -
orxonox/trunk/src/lib/physics/physics_engine.h
r4836 r5039 1 1 /*! 2 \file physics_engine.h2 * @file physics_engine.h 3 3 * Definition of the PhysicsEngine-singleton Class 4 4 -
orxonox/trunk/src/lib/physics/physics_interface.h
r4836 r5039 1 1 /*! 2 \file physics_interface.h2 * @file physics_interface.h 3 3 * a physics interface simulating a body with a mass 4 4 */
Note: See TracChangeset
for help on using the changeset viewer.