Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 20 and Version 21 of code/doc/Core


Ignore:
Timestamp:
Oct 1, 2008, 2:16:19 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v20 v21  
    1818|| [wiki:Clock] || Global timer objects that captures time via Ogre::Timer ||
    1919|| ![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 ||
    2121|| [wiki:CommandLine] || Reads arguments from the shell and start.ini ||
    2222|| ![wiki:ConfigFileManager] || Parses a config file and creates [wiki:ConfigValueContainers] for each value ||
    2323|| ![wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
    2424|| ![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 ||
    2626|| ![wiki:ConsoleCommandCompilation] || A compilation of basic [wiki:ConsoleCommand ConsoleCommands] ||
    2727|| ![wiki:CoreSettings] || Stores some core-related settings and makes them configurable ||
    2828|| [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 ||
    3030|| [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 ||
    3232|| [wiki:GameStates] || Manages the possible states of the game ||
    3333|| [wiki:Identifier] || Identifies the class of an object ||