Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 36 and Version 37 of code/doc/ModulesDescription


Ignore:
Timestamp:
Mar 28, 2006, 6:06:11 PM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ModulesDescription

    v36 v37  
    11= Module Description =
    22[[TracNav(TracNav/TOC)]]
     3
     4[[TOC]]
     5
    36How 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.
    47[[br]]
    58[wiki:DevModTemplate Template for creating Module Descriptions]
    69
    7 
    8  * Framework
     10== Framework ==
    911   * [wiki:DebugOutput Debug Output] - ([source:/trunk/src/defs/debug.h#HEAD debug.h])
    1012   * [wiki:GenList Lists and Stacks] - using the List
     
    1416   * [wiki:CollisionDetection Collision Detection] - The Collision Cluster, that generates Collision Events
    1517   * [wiki:ObjectManager Object Manager] - The Manager of all the Entitites in the world
    16  * Rendering
     18
     19== Rendering ==
    1720   * [wiki:Render2D Render 2D] - (lib/graphics/render_2d) 
    1821   * [wiki:MD2Model MD2 Model] - (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h)
     
    2427   * [wiki:AnimationPlayer Animation Player] - (animation_player.h, animation.h and derived classes)
    2528   * [wiki:PhysicsEngine Physics Engine] - (lib/physics)
    26  * Loading
     29
     30== Loading ==
    2731   * [wiki:IniParser INI Parser] - (an ini-file-parser ini_parser.h)
    2832   * [wiki:LoadParam Load Parameter] - (a fully featured loading engine load_param.h)
    29  * GUI and other Interfaces
     33
     34== Graphical Interfaces ==
    3035   * [wiki:Shell Shell] - an Interface to the debug.h
    31  * Miscelaneous
     36
     37== Game Modules ==
    3238   * [wiki:Weapon Weapon] shoot and load support
    3339   * [wiki:Control Spaceship Control] to control the Spaceship