Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 18 and Version 19 of code/doc/Core


Ignore:
Timestamp:
Sep 29, 2008, 3:23:17 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v18 v19  
    1313|| ![wiki:ArgumentCompletionFunctions] || Returns a list of possible [wiki:ConsoleCommand] arguments ||
    1414|| ![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 ||
     15|| [wiki:ClassFactory] || Creates a new object of a given class ||
     16|| [wiki:ClassIdentifier] || Derivative of the [wiki:Identifier], contains class-specific stuff ||
    1717|| ![wiki:ClassTreeMask] || Includes or excludes classes from the class-tree ||
    1818|| [wiki:Clock] || Global timer objects that captures time via Ogre::Timer ||
     
    2626|| ![wiki:ConsoleCommandCompilation] || A compilation of basic [wiki:ConsoleCommand ConsoleCommands] ||
    2727|| ![wiki:CoreSettings] || Stores some core-related settings and makes them configurable ||
    28 || ![wiki:CoreIncludes] || Defines several macros needed to create the class hierarchy ||
     28|| [wiki:CoreIncludes] || Defines several macros needed to create the class hierarchy ||
    2929|| ![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 ||
     30|| [wiki:Factory] || Stores [wiki:ClassIdentifier ClassIdentifiers] and the names of their classes ||
    3131|| ![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 ||
     33|| [wiki:Identifier] || Identifies the class of an object ||
    3434|| '''[wiki:Input Input]...''' || Manages input devices and binds functions to keys ||
    3535|| ![wiki:IRC] || Chat in IRC through a [wiki:TclBind Tcl] library ||
     
    4747|| ![wiki:Script] || Used for interaction between Orxonox and Lua ||
    4848|| ![wiki:Shell] || The technical part of the ingame console ||
    49 || ![wiki:SubclassIdentifier] || Acts like an [wiki:Identifier], but has a base-class ||
     49|| [wiki:SubclassIdentifier] || Acts like an [wiki:Identifier], but has a base-class ||
    5050|| ![wiki:Super] || Easy and save call of a virtual parent function ||
    5151|| ![wiki:TclBind] || Used for interaction betweeen Orxonox and Tcl ||