# # ChangeLog for code/branches/script/src/util # # Generated by Trac 1.0.9 # Nov 27, 2024, 11:31:11 AM Thu, 10 Apr 2008 14:28:51 GMT bknecht [1019] * code/branches/script/bin/levels/sample.oxw (modified) * code/branches/script/src/orxonox/core/Loader.cc (modified) * code/branches/script/src/orxonox/core/Script.cc (modified) * code/branches/script/src/orxonox/core/Script.h (modified) * code/branches/script/src/util/tolua/tolua.pkg (moved) * code/branches/script/src/util/tolua/tolua_bind.cc (moved) * code/branches/script/src/util/tolua/tolua_bind.h (moved) You can now use lua tags everywhere in the XML file you want: It'll ... Sun, 06 Apr 2008 00:43:12 GMT bknecht [999] * code/branches/script/cmake/FindLua.cmake (modified) * code/branches/script/cmake/FindToLua.cmake (deleted) * code/branches/script/src/orxonox/CMakeLists.txt (modified) * code/branches/script/src/orxonox/core/CMakeLists.txt (modified) * code/branches/script/src/orxonox/core/Loader.cc (modified) * code/branches/script/src/orxonox/core/Script.cc (moved) * code/branches/script/src/orxonox/core/Script.h (moved) * code/branches/script/src/orxonox/core/tolua.pkg (moved) * code/branches/script/src/util/tolua_bind.cc (moved) * code/branches/script/src/util/tolua_bind.h (moved) some changes with the script. Made it singleton plus the files were ... Sat, 05 Apr 2008 23:25:44 GMT rgrieder [998] * code/branches/script/CMakeLists.txt (modified) * code/branches/script/cmake/FindLua.cmake (modified) * code/branches/script/src/util/CMakeLists.txt (modified) * code/branches/script/src/util/tolua (moved) - tried to find liblua --> not fixed yet Sat, 05 Apr 2008 22:05:55 GMT rgrieder [997] * code/branches/script/src/util/CMakeLists.txt (modified) * code/branches/script/src/util/tolua++ (added) * code/branches/script/src/util/tolua++/tolua++.h (added) * code/branches/script/src/util/tolua++/tolua.c (added) * code/branches/script/src/util/tolua++/tolua_event.c (added) * code/branches/script/src/util/tolua++/tolua_event.h (added) * code/branches/script/src/util/tolua++/tolua_is.c (added) * code/branches/script/src/util/tolua++/tolua_map.c (added) * code/branches/script/src/util/tolua++/tolua_push.c (added) * code/branches/script/src/util/tolua++/tolua_to.c (added) * code/branches/script/src/util/tolua++/toluabind.c (added) * code/branches/script/src/util/tolua++/toluabind.h (added) * code/branches/script/src/util/tolua++/toluabind_default.h (added) - added tolua++ to the util folder - edited CMLs Thu, 27 Mar 2008 16:29:15 GMT bknecht [938] * code/branches/script (copied) created new script branch from network branch Fri, 21 Mar 2008 17:14:31 GMT rgrieder [917] * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/Orxonox.h (modified) * code/branches/network/src/orxonox/OrxonoxPlatform.h (modified) * code/branches/network/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/network/src/orxonox/core/Identifier.h (modified) * code/branches/network/src/orxonox/core/Tickable.cc (added) * code/branches/network/src/orxonox/core/Tickable.h (added) * code/branches/network/src/orxonox/objects/Tickable.cc (deleted) * code/branches/network/src/orxonox/objects/Tickable.h (deleted) * code/branches/network/src/orxonox/objects/WorldEntity.h (modified) * code/branches/network/src/orxonox/objects/weapon/BulletManager.h (modified) * code/branches/network/src/orxonox/tools/OrxListener.cc (copied) * code/branches/network/src/orxonox/tools/OrxListener.h (copied) * code/branches/network/src/orxonox/tools/Timer.cc (modified) * code/branches/network/src/orxonox/tools/Timer.h (modified) * code/branches/network/src/util/Math.h (modified) * code/branches/network/src/util/MultiTypeMath.h (modified) * code/branches/network/src/util/MultiTypePrimitive.h (modified) * code/branches/network/src/util/MultiTypeString.h (modified) * code/branches/network/src/util/Sleep.h (modified) * code/branches/network/src/util/XMLIncludes.h (modified) * code/branches/network/src/util/tinyxml/TinyXMLPrereqs.h (deleted) * code/branches/network/visual_studio/base_properties.vsprops (modified) * code/branches/network/visual_studio/orxonox_vc8.sln (modified) * code/branches/network/visual_studio/tixml_properties.vsprops (copied) * code/branches/network/visual_studio/util_properties.vsprops (modified) * code/branches/network/visual_studio/vc8/core.vcproj (modified) * code/branches/network/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/network/visual_studio/vc8/tixml.vcproj (copied) * code/branches/network/visual_studio/vc8/util.vcproj (modified) - merged all changes in the input branch into this one - moved ...