Changes between Version 36 and Version 37 of code/doc/ModulesDescription
- Timestamp:
- Mar 28, 2006, 6:06:11 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/ModulesDescription
v36 v37 1 1 = Module Description = 2 2 [[TracNav(TracNav/TOC)]] 3 4 [[TOC]] 5 3 6 How to use certain modules in the Orxonox framework. This list is not complete, ask the programmers in named in the .cc files for more information. 4 7 [[br]] 5 8 [wiki:DevModTemplate Template for creating Module Descriptions] 6 9 7 8 * Framework 10 == Framework == 9 11 * [wiki:DebugOutput Debug Output] - ([source:/trunk/src/defs/debug.h#HEAD debug.h]) 10 12 * [wiki:GenList Lists and Stacks] - using the List … … 14 16 * [wiki:CollisionDetection Collision Detection] - The Collision Cluster, that generates Collision Events 15 17 * [wiki:ObjectManager Object Manager] - The Manager of all the Entitites in the world 16 * Rendering 18 19 == Rendering == 17 20 * [wiki:Render2D Render 2D] - (lib/graphics/render_2d) 18 21 * [wiki:MD2Model MD2 Model] - (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h) … … 24 27 * [wiki:AnimationPlayer Animation Player] - (animation_player.h, animation.h and derived classes) 25 28 * [wiki:PhysicsEngine Physics Engine] - (lib/physics) 26 * Loading 29 30 == Loading == 27 31 * [wiki:IniParser INI Parser] - (an ini-file-parser ini_parser.h) 28 32 * [wiki:LoadParam Load Parameter] - (a fully featured loading engine load_param.h) 29 * GUI and other Interfaces 33 34 == Graphical Interfaces == 30 35 * [wiki:Shell Shell] - an Interface to the debug.h 31 * Miscelaneous 36 37 == Game Modules == 32 38 * [wiki:Weapon Weapon] shoot and load support 33 39 * [wiki:Control Spaceship Control] to control the Spaceship