Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 5 and Version 6 of code/doc/Core


Ignore:
Timestamp:
Feb 24, 2008, 11:33:56 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v5 v6  
    1212|| [wiki:BaseObject] || The common base of all objects in Orxonox ||
    1313|| [wiki:ClassFactory] || Creates new objects of a given classname ||
    14 || [wiki:ClassIdentifier] || Derivative of the Identifier, contains class-specific stuff ||
    15 || [wiki:ClassManager] || A helper class to get a unique ClassIdentifier ||
     14|| [wiki:ClassIdentifier] || Derivative of the [wiki:Identifier], contains class-specific stuff ||
     15|| [wiki:ClassManager] || A helper class to get a unique [wiki:ClassIdentifier] ||
    1616|| [wiki:ClassTreeMask] || Includes or excludes classes from the class-tree ||
    1717|| [wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
    1818|| [wiki:CoreIncludes] || Defines several macros ||
    19 || [wiki:Debug] || Defines macros for leveled debug-output ||
    20 || [wiki:DebugLevel] || A helper class to configure the level of debug-output ||
     19|| [wiki:Debug] || Defines macros for [wiki:DebugLevel leveled] [wiki:OutputHandler debug-output] ||
     20|| [wiki:DebugLevel] || A helper class to configure the level of [wiki:Debug debug-output] ||
    2121|| [wiki:Error] || Handles errors ||
    22 || [wiki:Factory] || Stores classes and their names ||
     22|| [wiki:Factory] || Stores [wiki:ClassIdentifiers] and the names of their classes ||
    2323|| [wiki:Identifier] || Identifies the class of an object ||
    2424|| [wiki:IdentifierDistributor] || Provides unique [wiki:ClassIdentifier ClassIdentifiers] ||
    2525|| [wiki:Iterator] || Iterates through all objects of a class ||
    2626|| [wiki:Language] || Handles strings in different languages ||
    27 || [wiki:Level] || Contains a level-file and a ClassTreeMask ||
    28 || [wiki:Loader] || Loads a level ||
    29 || [wiki:MetaObjectList] || Intern class for fast removal of objects from the ObjectList ||
     27|| [wiki:Level] || Contains a level-file and a [wiki:ClassTreeMask] ||
     28|| [wiki:Loader] || Loads a [wiki:Level] ||
     29|| [wiki:MetaObjectList] || Intern class for fast removal of objects from the [wiki:ObjectList] ||
    3030|| [wiki:ObjectList] || Stores all objects of a class ||
    31 || [wiki:OrxonoxClass] || The base class of all objects and interfaces that use Identifiers ||
    32 || [wiki:OutputHandler] || Handles output and distributes it to console and logfile ||
     31|| [wiki:OrxonoxClass] || The base class of all objects and interfaces that use [wiki:Identifier Identifiers] ||
     32|| [wiki:OutputHandler] || Handles [wiki:Debug output] and distributes it to console and logfile ||
    3333|| [wiki:SignalHandler] || Handles signals from the OS and writes a backtrace to the log if the game crashes ||
    34 || [wiki:SubclassIdentifier] || Acts like an Identifier, but has a known base-class ||
     34|| [wiki:SubclassIdentifier] || Acts like an [wiki:Identifier], but has a base-class ||