Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Sep 27, 2008, 4:20:11 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Core

    v17 v18  
    3434|| '''[wiki:Input Input]...''' || Manages input devices and binds functions to keys ||
    3535|| ![wiki:IRC] || Chat in IRC through a [wiki:TclBind Tcl] library ||
    36 || ![wiki:Iterator] || Iterates through all objects of a class ||
     36|| [wiki:Iterator] || Iterates through all objects of a class ||
    3737|| ![wiki:Language] || Handles strings in different languages ||
    3838|| ![wiki:Level] || Contains a level-file and a [wiki:ClassTreeMask] ||
    3939|| ![wiki:Loader] || Loads a [wiki:Level] ||
    40 || ![wiki:MetaObjectList] || Intern class for fast removal of objects from the [wiki:ObjectList] ||
     40|| [wiki:MetaObjectList] || Intern class for fast removal of objects from the [wiki:ObjectList] ||
    4141|| ![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 in the class hierarchy ||
     42|| [wiki:ObjectList] || Wrapper for [wiki:ObjectListBase] ||
     43|| [wiki:ObjectListBase] || Stores all objects of a class ||
     44|| [wiki:ObjectListIterator] || Iterates through all objects of a given [wiki:ObjectList] ||
     45|| [wiki:OrxonoxClass] || The base class of all objects and interfaces in the class hierarchy ||
    4546|| ![wiki:RootGameState] || The root of all [wiki:GameStates] ||
    4647|| ![wiki:Script] || Used for interaction between Orxonox and Lua ||