Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of code/doc/Core


Ignore:
Timestamp:
Sep 3, 2008, 10:11:13 PM (16 years ago)
Author:
rgrieder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v7 v8  
    99
    1010|| '''Name''' || '''Description''' ||
    11 || [wiki:ArgReader] || Reads arguments from the shell ||
    1211|| [wiki:BaseObject] || The common base of all objects in Orxonox ||
    1312|| [wiki:ClassFactory] || Creates new objects of a given classname ||
     
    1514|| [wiki:ClassManager] || A helper class to get a unique [wiki:ClassIdentifier] ||
    1615|| [wiki:ClassTreeMask] || Includes or excludes classes from the class-tree ||
     16|| [wiki:Clock] || Global timer objects that captures time via Ogre::Timer ||
     17|| [wiki:CommandLine] || Reads arguments from the shell and start.ini ||
    1718|| [wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
    1819|| [wiki:CoreIncludes] || Defines several macros ||
    1920|| [wiki:Debug] || Defines macros for [wiki:DebugLevel leveled] [wiki:OutputHandler debug-output] ||
    2021|| [wiki:DebugLevel] || A helper class to configure the level of [wiki:Debug debug-output] ||
    21 || [wiki:Error] || Handles errors ||
     22|| [wiki:Exception] || Defines exceptions and assertions ||
    2223|| [wiki:Factory] || Stores [wiki:ClassIdentifier ClassIdentifiers] and the names of their classes ||
     24|| [wiki:GameStates] || Manages the possible states of the game ||
    2325|| [wiki:Identifier] || Identifies the class of an object ||
    2426|| [wiki:IdentifierDistributor] || Provides unique [wiki:ClassIdentifier ClassIdentifiers] ||