Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of code/libs


Ignore:
Timestamp:
Jul 3, 2011, 5:23:45 PM (13 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/libs

    v6 v7  
    55
    66|| '''Library''' || '''Versions''' || '''Reason''' ||
    7 || Ogre || 1.4 - 1.7 || The graphics library ||
    8 || Boost || 1.35 - ||  A compilation of many useful sub-libraries, classes, functions and headers ||
     7|| Ogre || 1.6 - 1.7 || The graphics library ||
     8|| Boost || 1.40 - ||  A compilation of many useful sub-libraries, classes, functions and headers ||
    99|| Bullet || * || Modern physics library written in C++ ||
    10 || CEGUI || 0.5 - 0.6 ||  A GUI (graphical user interface) library with lua scripting interface ||
     10|| CEGUI || 0.6 - 0.7 ||  A GUI (graphical user interface) library with lua scripting interface ||
    1111|| [wiki:OIS] || * ||  Input system (mouse, keyboard, joystick, gamepad, ...) ||
    12 || Lua || 5.0 - 5.1 ||  A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) ||
     12|| Lua || 5.1 ||  A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) ||
    1313|| Tcl || 8.4 - 8.5 ||  A command language which is used in our ingame [wiki:Shell] and for other scripts ([wiki:TclBind here] and [wiki:TclThreadManager here]) ||
    1414|| TinyXML || * ||  To parse XML files in the [wiki:Loader] ||
     
    1717|| Tolua++ || * ||  Extension of tolua for C++ constructs (like templates and std::string) ||
    1818|| C++/Tcl || * ||  Helps using Tcl in C++ ||
    19 || ENet || 1.1 - 1.2 ||  A [wiki:Network] library to send and receive packets ||
     19|| ENet || * ||  A [wiki:Network] library to send and receive packets ||
    2020|| Zlib || ? ||  A standard compression library used in network library ||
    2121|| Ogg/Vorbis || ? ||  Audio container and codec ||