Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 27 and Version 28 of code/doc/ModulesDescription


Ignore:
Timestamp:
Nov 8, 2005, 12:11:05 AM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/ModulesDescription

    v27 v28  
    44[[br]]
    55
    6  * __Framework__
    7    * DebugOutput ([source:/trunk/src/defs/debug.h#HEAD debug.h])
    8    * GenList ([source:/trunk/src/lib/util/list.h#HEAD list.h])
    9    * ResourceManager ([source:/trunk/src/util/resource_manager.h#HEAD resource_manager.h])
    10    * EventHandler - the event-handling system of orxonox (lib/event)
     6 * Framework
     7   * [wiki:DebugOutput Debug Output] - ([source:/trunk/src/defs/debug.h#HEAD debug.h])
     8   * [wiki:GenList Lists and Stacks] - ([source:/trunk/src/lib/util/list.h#HEAD list.h])
     9   * [wiki:ResourceManager Resource Manager] - ([source:/trunk/src/util/resource_manager.h#HEAD resource_manager.h])
     10   * [wiki:EventHandler Event Handler] - the event-handling system of orxonox (lib/event)
     11   * [wiki:NetworkManager Network Manager] - The network interface for the orxonox framework
     12 * Rendering
     13   * [wiki:Render2D Render 2D] - (lib/graphics/render_2d) 
     14   * [wiki:MD2Model MD2 Model] - (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h)
     15   * [wiki:TextEngine Text Engine] - ([source:/trunk/src/lib/graphics/text_engine text_engine])
     16   * [wiki:ParticleEngine Particle Engine] - (lib/particle)
     17   * [wiki:SoundEngine Sound Engine] - (sound_engine.h)
     18   * [wiki:AnimationPlayer Animation Player] - (animation_player.h, animation.h and derived classes)
     19   * [wiki:PhysicsEngine Physics Engine] - (lib/physics)
     20 * Loading
     21   * [wiki:IniParser INI Parser] - (an ini-file-parser ini_parser.h)
     22   * [wiki:LoadParam Load Parameter] - (a fully featured loading engine load_param.h)
     23 * GUI and other Interfaces
    1124   * [wiki:Shell Shell] - an Interface to the debug.h
    12  * __Rendering__
    13    * [wiki:Render2D Render2D] (lib/graphics/render_2d) 
    14    * [wiki:MD2Model MD2Model] (the md2 model class and functions: md2Model.cc, md2Model.h, abstract_model.h)
    15    * TextEngine ([source:/trunk/src/lib/graphics/text_engine text_engine])
    16    * ParticleEngine (lib/particle)
    17    * SoundEngine (sound_engine.h)
    18    * AnimationPlayer (animation_player.h, animation.h and derived classes)
    19    * PhysicsEngine (lib/physics)
    20  * __Loading__
    21    * IniParser (an ini-file-parser ini_parser.h)
    22    * LoadParam (a fully featured loading engine load_param.h)
    23  * __Miscelaneous__
     25 * Miscelaneous
    2426   * [wiki:Weapon Weapon] shoot and load support