Changes between Version 7 and Version 8 of code/doc/Core
- Timestamp:
- Sep 3, 2008, 10:11:13 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Core
v7 v8 9 9 10 10 || '''Name''' || '''Description''' || 11 || [wiki:ArgReader] || Reads arguments from the shell ||12 11 || [wiki:BaseObject] || The common base of all objects in Orxonox || 13 12 || [wiki:ClassFactory] || Creates new objects of a given classname || … … 15 14 || [wiki:ClassManager] || A helper class to get a unique [wiki:ClassIdentifier] || 16 15 || [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 || 17 18 || [wiki:ConfigValueContainer] || Defines name and default-value of a configurable value || 18 19 || [wiki:CoreIncludes] || Defines several macros || 19 20 || [wiki:Debug] || Defines macros for [wiki:DebugLevel leveled] [wiki:OutputHandler debug-output] || 20 21 || [wiki:DebugLevel] || A helper class to configure the level of [wiki:Debug debug-output] || 21 || [wiki:E rror] || Handles errors ||22 || [wiki:Exception] || Defines exceptions and assertions || 22 23 || [wiki:Factory] || Stores [wiki:ClassIdentifier ClassIdentifiers] and the names of their classes || 24 || [wiki:GameStates] || Manages the possible states of the game || 23 25 || [wiki:Identifier] || Identifies the class of an object || 24 26 || [wiki:IdentifierDistributor] || Provides unique [wiki:ClassIdentifier ClassIdentifiers] ||