Changes between Version 20 and Version 21 of code/doc/Core
- Timestamp:
- Oct 1, 2008, 2:16:19 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Core
v20 v21 18 18 || [wiki:Clock] || Global timer objects that captures time via Ogre::Timer || 19 19 || ![wiki:CommandEvaluation] || Evaluates the function and the arguments of a [wiki:ConsoleCommand] string || 20 || ![wiki:CommandExecutor] || Executes a [wiki:ConsoleCommand] string ||20 || [wiki:CommandExecutor] || Executes a [wiki:ConsoleCommand] string || 21 21 || [wiki:CommandLine] || Reads arguments from the shell and start.ini || 22 22 || ![wiki:ConfigFileManager] || Parses a config file and creates [wiki:ConfigValueContainers] for each value || 23 23 || ![wiki:ConfigValueContainer] || Defines name and default-value of a configurable value || 24 24 || ![wiki:ConfigValueIncludes] || Declares helper macros for easy use of config values || 25 || ![wiki:ConsoleCommand] || Defines a command, which is basically a link between a string and a function ||25 || [wiki:ConsoleCommand] || Defines a command, which is basically a link between a string and a function || 26 26 || ![wiki:ConsoleCommandCompilation] || A compilation of basic [wiki:ConsoleCommand ConsoleCommands] || 27 27 || ![wiki:CoreSettings] || Stores some core-related settings and makes them configurable || 28 28 || [wiki:CoreIncludes] || Defines several macros needed to create the class hierarchy || 29 || ![wiki:Executor] || Uses a [wiki:Functor] to execute functions with several features ||29 || [wiki:Executor] || Uses a [wiki:Functor] to execute functions with several features || 30 30 || [wiki:Factory] || Stores [wiki:ClassIdentifier ClassIdentifiers] and the names of their classes || 31 || ![wiki:Functor] || Encapsules a function pointer with parameters and a return value ||31 || [wiki:Functor] || Encapsules a function pointer with parameters and a return value || 32 32 || [wiki:GameStates] || Manages the possible states of the game || 33 33 || [wiki:Identifier] || Identifies the class of an object ||