Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 13 and Version 14 of code/doc/Core


Ignore:
Timestamp:
Sep 26, 2008, 2:22:23 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v13 v14  
    1010
    1111|| '''Name''' || '''Description''' ||
    12 || [wiki:ArgumentCompleter] || Completes arguments of a [wiki:ConsoleCommand], based on a [wiki:ArgumentCompletionFunctions list] ||
    13 || [wiki:ArgumentCompletionFunctions] || Returns a list of possible [wiki:ConsoleCommand] arguments ||
    14 || [wiki:BaseObject] || The common base of all objects in Orxonox ||
    15 || [wiki:ClassFactory] || Creates a new object of a given class ||
    16 || [wiki:ClassIdentifier] || Derivative of the [wiki:Identifier], contains class-specific stuff ||
    17 || [wiki:ClassTreeMask] || Includes or excludes classes from the class-tree ||
     12|| ![wiki:ArgumentCompleter] || Completes arguments of a [wiki:ConsoleCommand], based on a [wiki:ArgumentCompletionFunctions list] ||
     13|| ![wiki:ArgumentCompletionFunctions] || Returns a list of possible [wiki:ConsoleCommand] arguments ||
     14|| ![wiki:BaseObject] || The common base of all objects in Orxonox ||
     15|| ![wiki:ClassFactory] || Creates a new object of a given class ||
     16|| ![wiki:ClassIdentifier] || Derivative of the [wiki:Identifier], contains class-specific stuff ||
     17|| ![wiki:ClassTreeMask] || Includes or excludes classes from the class-tree ||
    1818|| [wiki:Clock] || Global timer objects that captures time via Ogre::Timer ||
    19 || [wiki:CommandEvaluation] || Evaluates the function and the arguments of a [wiki:ConsoleCommand] string ||
    20 || [wiki:CommandExecutor] || Executes a [wiki:ConsoleCommand] string ||
     19|| ![wiki:CommandEvaluation] || Evaluates the function and the arguments of a [wiki:ConsoleCommand] string ||
     20|| ![wiki:CommandExecutor] || Executes a [wiki:ConsoleCommand] string ||
    2121|| [wiki:CommandLine] || Reads arguments from the shell and start.ini ||
    22 || [wiki:ConfigFileManager] || Parses a config file and creates [wiki:ConfigValueContainers] for each value ||
    23 || [wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
    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 ||
    26 || [wiki:ConsoleCommandCompilation] || A compilation of basic [wiki:ConsoleCommand ConsoleCommands] ||
    27 || [wiki:CoreSettings] || Stores some core-related settings and makes them configurable ||
    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 ||
    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 ||
     22|| ![wiki:ConfigFileManager] || Parses a config file and creates [wiki:ConfigValueContainers] for each value ||
     23|| ![wiki:ConfigValueContainer] || Defines name and default-value of a configurable value ||
     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 ||
     26|| ![wiki:ConsoleCommandCompilation] || A compilation of basic [wiki:ConsoleCommand ConsoleCommands] ||
     27|| ![wiki:CoreSettings] || Stores some core-related settings and makes them configurable ||
     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 ||
     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 ||
    3232|| [wiki:GameStates] || Manages the possible states of the game ||
    33 || [wiki:Identifier] || Identifies the class of an object ||
    34 || [wiki:IRC] || Chat in IRC through a [wiki:TclBind Tcl] library ||
    35 || [wiki:Iterator] || Iterates through all objects of a class ||
    36 || [wiki:Language] || Handles strings in different languages ||
    37 || [wiki:Level] || Contains a level-file and a [wiki:ClassTreeMask] ||
    38 || [wiki:Loader] || Loads a [wiki:Level] ||
    39 || [wiki:MetaObjectList] || Intern class for fast removal of objects from the [wiki:ObjectList] ||
    40 || [wiki:Namespace] || Used in [wiki:Level Levels] to group objects ||
    41 || [wiki:ObjectList] || Stores all objects of a class ||
    42 || [wiki:ObjectListIterator] || Iterates through all objects of a given [wiki:ObjectList] ||
    43 || [wiki:OrxonoxClass] || The base class of all objects and interfaces that use [wiki:Identifier Identifiers] ||
    44 || [wiki:RootGameState] || The root of all [wiki:GameStates] ||
    45 || [wiki:Script] || Used for interaction between Orxonox and Lua ||
    46 || [wiki:Shell] || The technical part of the ingame console ||
    47 || [wiki:SubclassIdentifier] || Acts like an [wiki:Identifier], but has a base-class ||
    48 || [wiki:Super] || Easy and save call of a virtual parent function ||
    49 || [wiki:TclBind] || Used for interaction betweeen Orxonox and Tcl ||
    50 || [wiki:TclThreadManager] || Creates threads for parallel execution of [wiki:TclBind Tcl] scripts ||
    51 || [wiki:XMLPort] || Defines some macros and classes for easy XML parsing ||
     33|| ![wiki:Identifier] || Identifies the class of an object ||
     34|| [wiki:Input] || Manages input devices and binds functions to keys ||
     35|| ![wiki:IRC] || Chat in IRC through a [wiki:TclBind Tcl] library ||
     36|| ![wiki:Iterator] || Iterates through all objects of a class ||
     37|| ![wiki:Language] || Handles strings in different languages ||
     38|| ![wiki:Level] || Contains a level-file and a [wiki:ClassTreeMask] ||
     39|| ![wiki:Loader] || Loads a [wiki:Level] ||
     40|| ![wiki:MetaObjectList] || Intern class for fast removal of objects from the [wiki:ObjectList] ||
     41|| ![wiki:Namespace] || Used in [wiki:Level Levels] to group objects ||
     42|| ![wiki:ObjectList] || Stores all objects of a class ||
     43|| ![wiki:ObjectListIterator] || Iterates through all objects of a given [wiki:ObjectList] ||
     44|| ![wiki:OrxonoxClass] || The base class of all objects and interfaces that use [wiki:Identifier Identifiers] ||
     45|| ![wiki:RootGameState] || The root of all [wiki:GameStates] ||
     46|| ![wiki:Script] || Used for interaction between Orxonox and Lua ||
     47|| ![wiki:Shell] || The technical part of the ingame console ||
     48|| ![wiki:SubclassIdentifier] || Acts like an [wiki:Identifier], but has a base-class ||
     49|| ![wiki:Super] || Easy and save call of a virtual parent function ||
     50|| ![wiki:TclBind] || Used for interaction betweeen Orxonox and Tcl ||
     51|| ![wiki:TclThreadManager] || Creates threads for parallel execution of [wiki:TclBind Tcl] scripts ||
     52|| ![wiki:XMLPort] || Defines some macros and classes for easy XML parsing ||