11 | | || [wiki:OIS] || SVN || (*) || Input system (mouse, keyboard, joystick, gamepad, ...) || |
12 | | || Lua || external || 5.1 || A scripting language which is used in our [wiki:Loader XML level] files ([wiki:Script more]) || |
13 | | || Tcl || external || 8.4 - 8.5 || A command language for our [wiki:Shell] and other scripts ([wiki:TclBind here] and [wiki:TclThreadManager here]) || |
14 | | || TinyXML || SVN || (*) || To parse XML files in the [wiki:Loader] || |
15 | | || TinyXML++ || SVN || (*) || A more cpp-like interface to TinyXML || |
16 | | || Tolua || SVN || (*) || Binds our C++ functions with Lua || |
17 | | || Tolua++ || SVN || (*) || Extension of tolua for C++ constructs (like templates and std::string) || |
18 | | || C++/Tcl || SVN || (*) || Helps using Tcl in C++ || |
19 | | || ENet || SVN || (*) || A [wiki:Network] library to send and receive packets || |
20 | | || Zlib || external || (**) || A standard compression library used in network library || |
21 | | || Ogg/Vorbis || external || (**) || Audio container and codec || |
22 | | || OpenAL/ALUT || external || (**) || 3D sound in games || |
23 | | || gtest/gmock || SVN || (*) || For unit tests and mocks || |
| 10 | || [wiki:./OIS] || SVN || !(*) || Input system (mouse, keyboard, joystick, gamepad, ...) || |
| 11 | || Lua || external || 5.1 || A scripting language which is used in our [wiki:code/doc/Loader XML level] files ([wiki:Script more]) || |
| 12 | || Tcl || external || 8.4 - 8.5 || A command language for our [wiki:code/doc/Shell] and other scripts ([wiki:code/doc/TclBind here] and [wiki:code/doc/TclThreadManager here]) || |
| 13 | || TinyXML || SVN || !(*) || To parse XML files in the [wiki:code/doc/Loader] || |
| 14 | || TinyXML++ || SVN || !(*) || A more cpp-like interface to TinyXML || |
| 15 | || Tolua || SVN || !(*) || Binds our C++ functions with Lua || |
| 16 | || Tolua++ || SVN || !(*) || Extension of tolua for C++ constructs (like templates and std::string) || |
| 17 | || C++/Tcl || SVN || !(*) || Helps using Tcl in C++ || |
| 18 | || ENet || SVN || !(*) || A [wiki:code/doc/Network Network] library to send and receive packets || |
| 19 | || Zlib || external || (!**) || A standard compression library used in network library || |
| 20 | || !Ogg/Vorbis || external || (!**) || Audio container and codec || |
| 21 | || OpenAL/ALUT || external || (!**) || 3D sound in games || |
| 22 | || gtest/gmock || SVN || !(*) || For unit tests and mocks || |