# # ChangeLog for code # # Generated by Trac 1.0.9 # Sep 20, 2024, 2:06:24 PM Thu, 24 Apr 2008 11:59:49 GMT FelixSchulthess [1160] * code/trunk/cmake/FindTCL.cmake (modified) teeh seeh el Thu, 24 Apr 2008 11:39:34 GMT FelixSchulthess [1159] * code/trunk/cmake/FindTCL.cmake (added) minor tcl adjustments Thu, 24 Apr 2008 09:26:21 GMT rgrieder [1158] * code/branches/input (copied) created new input branch. test merge with input --> trunk revealed ... Thu, 24 Apr 2008 09:23:37 GMT rgrieder [1157] * code/branches/input (deleted) Thu, 24 Apr 2008 09:10:17 GMT rgrieder [1156] * code/trunk/src/orxonox/Orxonox.cc (modified) - bugfix with hud creation (non member variable used) Thu, 24 Apr 2008 09:08:35 GMT rgrieder [1155] * code/branches/input/src/core/tolua/tolua.pkg (modified) * code/branches/input/src/util/tolua/CMakeLists.txt (modified) - completed that merge Thu, 24 Apr 2008 09:04:01 GMT rgrieder [1154] * code/branches/input/CMakeLists.txt (modified) * code/branches/input/bin/levels/sample.oxw (modified) * code/branches/input/bin/tolua-exec-script (deleted) * code/branches/input/cmake/FindLua.cmake (modified) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/ConfigFileManager.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/core/Loader.cc (modified) * code/branches/input/src/core/Script.cc (modified) * code/branches/input/src/core/Script.h (modified) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/tolua (copied) * code/branches/input/src/orxonox/tolua/tolua.pkg (copied) * code/branches/input/src/util/CMakeLists.txt (modified) * code/branches/input/tolua-build (deleted) * code/branches/input/tolua.cmake (deleted) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - updated input branch to trunk state. Only Input system files should ... Thu, 24 Apr 2008 08:35:53 GMT rgrieder [1153] * code/trunk/cmake/FindLua.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/tolua (copied) * code/trunk/src/core/tolua/tolua.pkg (copied) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/tolua (copied) * code/trunk/src/orxonox/tolua/tolua.pkg (copied) * code/trunk/src/tolua (deleted) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/tolua (copied) * code/trunk/src/util/tolua/CMakeLists.txt (copied) * code/trunk/src/util/tolua/tolua++.h (copied) * code/trunk/src/util/tolua/tolua.c (copied) * code/trunk/src/util/tolua/tolua_bind.cc (copied) * code/trunk/src/util/tolua/tolua_bind.h (copied) * code/trunk/src/util/tolua/tolua_event.c (copied) * code/trunk/src/util/tolua/tolua_event.h (copied) * code/trunk/src/util/tolua/tolua_is.c (copied) * code/trunk/src/util/tolua/tolua_map.c (copied) * code/trunk/src/util/tolua/tolua_push.c (copied) * code/trunk/src/util/tolua/tolua_to.c (copied) * code/trunk/src/util/tolua/toluabind.c (copied) * code/trunk/src/util/tolua/toluabind.h (copied) * code/trunk/src/util/tolua/toluabind_default.h (copied) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) - merged cmake branch back to trunk (the last one, hopefully ;)) - ... Wed, 23 Apr 2008 22:48:31 GMT dumenim [1152] * code/branches/network2/src/network/GameStateClient.cc (modified) * code/branches/network2/src/network/Synchronisable.cc (modified) may have found another seg fault in GameStateClient in loadShapshot ... Wed, 23 Apr 2008 22:47:29 GMT landauf [1151] * code/branches/console/CMakeLists.txt (modified) * code/branches/console/cmake/FindTCL.cmake (added) * code/branches/console/src/CMakeLists.txt (modified) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/InputBuffer.h (modified) * code/branches/console/src/core/TclBind.cc (added) * code/branches/console/src/core/TclBind.h (added) * code/branches/console/src/cpptcl (added) * code/branches/console/src/cpptcl/CMakeLists.txt (added) * code/branches/console/src/cpptcl/CREDITS (added) * code/branches/console/src/cpptcl/CppTcl.cc (added) * code/branches/console/src/cpptcl/CppTcl.h (added) * code/branches/console/src/cpptcl/LICENSE (added) * code/branches/console/src/cpptcl/README (added) * code/branches/console/src/cpptcl/details (added) * code/branches/console/src/cpptcl/details/callbacks.h (added) * code/branches/console/src/cpptcl/details/callbacks_v.h (added) * code/branches/console/src/cpptcl/details/constructors.h (added) * code/branches/console/src/cpptcl/details/conversions.h (added) * code/branches/console/src/cpptcl/details/dispatchers.h (added) * code/branches/console/src/cpptcl/details/metahelpers.h (added) * code/branches/console/src/cpptcl/details/methods.h (added) * code/branches/console/src/cpptcl/details/methods_v.h (added) * code/branches/console/src/orxonox/Orxonox.cc (modified) added cpptcl and some first tests Wed, 23 Apr 2008 21:40:40 GMT dumenim [1150] * code/branches/network2/src/core/Identifier.h (modified) * code/branches/network2/src/network/ClientConnection.cc (modified) * code/branches/network2/src/network/Synchronisable.cc (modified) * code/branches/network2/src/network/Synchronisable.h (modified) * code/branches/network2/src/network/diffTest.cc (modified) * code/branches/network2/src/orxonox/Orxonox.cc (modified) either i'm wrong or the hud is. it seems to create a segfault in ... Wed, 23 Apr 2008 21:10:22 GMT landauf [1149] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/util/String.cc (modified) removed multi-command parsing (~pipe) in CommandExecutor Wed, 23 Apr 2008 20:55:28 GMT rgrieder [1148] * code/branches/cmake/src/core/CMakeLists.txt (modified) * code/branches/cmake/src/core/tolua/tolua.pkg (modified) * code/branches/cmake/src/orxonox/CMakeLists.txt (modified) - tolua working directory is now bin/lib/ again - commented ... Wed, 23 Apr 2008 20:30:57 GMT rgrieder [1147] * code/branches/cmake/src/core/CMakeLists.txt (modified) * code/branches/cmake/src/orxonox/CMakeLists.txt (modified) - re added some dependency code Wed, 23 Apr 2008 17:02:01 GMT landauf [1146] * code/branches/console/src/tolua/CMakeLists.txt (modified) * code/branches/console/src/tolua/tolua.pkg (modified) merged the last changes from trunk to console Wed, 23 Apr 2008 07:42:12 GMT rgrieder [1145] * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/Orxonox.h (modified) - changes made in Orxonox.cc and Orxonox.h were overwritten by older ... Wed, 23 Apr 2008 07:17:14 GMT rgrieder [1144] * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) - activated noise Tue, 22 Apr 2008 20:33:58 GMT rgrieder [1143] * code/branches/console/src/orxonox/Main.cc (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.h (modified) * code/branches/console/visual_studio/vc8/orxonox.vcproj (modified) - all just little changes to make it work under windows Tue, 22 Apr 2008 20:31:52 GMT landauf [1142] * code/branches/console/src/core/InputBuffer.h (modified) no dynamic_cast Tue, 22 Apr 2008 20:20:40 GMT FelixSchulthess [1141] * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.h (modified) created ExecptionHandler for Felix::FridgeUnderrunException Tue, 22 Apr 2008 20:03:26 GMT landauf [1140] * code/branches/console/src/core/InputBuffer.h (modified) dynamic_cast Tue, 22 Apr 2008 19:57:36 GMT FelixSchulthess [1139] * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.h (modified) adjustments Tue, 22 Apr 2008 18:46:01 GMT rgrieder [1138] * code/branches/cmake/src/core/InputManager.cc (modified) - re added key Xautorepeat (works without, if OIS doesn't crash, but ... Tue, 22 Apr 2008 18:05:49 GMT FelixSchulthess [1137] * code/branches/console/src/orxonox/console (added) * code/branches/console/src/orxonox/console/InGameConsole.cc (added) * code/branches/console/src/orxonox/console/InGameConsole.h (added) files forgotten... Tue, 22 Apr 2008 18:02:36 GMT FelixSchulthess [1136] * code/branches/console/src/core/InputHandler.cc (modified) * code/branches/console/src/orxonox/CMakeLists.txt (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/Orxonox.h (modified) * code/branches/console/src/orxonox/OrxonoxPrereqs.h (modified) created InGameConsole Tue, 22 Apr 2008 17:37:13 GMT rgrieder [1135] * code/trunk/src/tolua/tolua.pkg (modified) blah Tue, 22 Apr 2008 17:35:07 GMT rgrieder [1134] * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/tolua/tolua.pkg (modified) hope i haven't forgotten anything Tue, 22 Apr 2008 17:26:43 GMT rgrieder [1133] * code/branches/console/CMakeLists.txt (modified) * code/branches/console/cmake/FindLua.cmake (modified) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/tolua/CMakeLists.txt (modified) * code/branches/console/src/tolua/tolua.pkg (modified) * code/branches/console/src/util/CMakeLists.txt (modified) * code/branches/console/src/util/ExprParser.cc (copied) * code/branches/console/src/util/ExprParser.h (copied) * code/branches/console/visual_studio/vc8/core.vcproj (modified) * code/branches/console/visual_studio/vc8/tolua++.vcproj (modified) * code/branches/console/visual_studio/vc8/util.vcproj (modified) trunk --> console Tue, 22 Apr 2008 14:25:54 GMT scheusso [1132] * code/branches/network2/CMakeLists.txt (modified) * code/branches/network2/cmake/FindLua.cmake (modified) * code/branches/network2/src/CMakeLists.txt (modified) * code/branches/network2/src/core/CMakeLists.txt (modified) * code/branches/network2/src/core/ConfigFileManager.h (modified) * code/branches/network2/src/core/Loader.cc (modified) * code/branches/network2/src/core/Script.cc (modified) * code/branches/network2/src/core/Script.h (modified) * code/branches/network2/src/core/tolua (deleted) * code/branches/network2/src/orxonox/GraphicsEngine.cc (modified) * code/branches/network2/src/orxonox/Orxonox.cc (modified) * code/branches/network2/src/tolua (copied) * code/branches/network2/src/tolua/CMakeLists.txt (copied) * code/branches/network2/src/tolua/tolua++.h (copied) * code/branches/network2/src/tolua/tolua.c (copied) * code/branches/network2/src/tolua/tolua.pkg (copied) * code/branches/network2/src/tolua/tolua_event.c (copied) * code/branches/network2/src/tolua/tolua_event.h (copied) * code/branches/network2/src/tolua/tolua_is.c (copied) * code/branches/network2/src/tolua/tolua_map.c (copied) * code/branches/network2/src/tolua/tolua_push.c (copied) * code/branches/network2/src/tolua/tolua_to.c (copied) * code/branches/network2/src/tolua/toluabind.c (copied) * code/branches/network2/src/tolua/toluabind.h (copied) * code/branches/network2/src/tolua/toluabind_default.h (copied) * code/branches/network2/src/util/CMakeLists.txt (modified) * code/branches/network2/src/util/ExprParser.cc (copied) * code/branches/network2/src/util/ExprParser.h (copied) * code/branches/network2/src/util/String.cc (modified) * code/branches/network2/src/util/tolua (deleted) * code/branches/network2/tolua-build (deleted) * code/branches/network2/tolua.cmake (deleted) * code/branches/network2/visual_studio/vc8/core.vcproj (modified) * code/branches/network2/visual_studio/vc8/tolua++.vcproj (modified) * code/branches/network2/visual_studio/vc8/util.vcproj (modified) and here come the other files Tue, 22 Apr 2008 14:25:28 GMT scheusso [1131] * code/branches/network2/bin/levels/sample.oxw (modified) * code/branches/network2/bin/tolua-exec-script (deleted) merged once more Tue, 22 Apr 2008 12:11:02 GMT rgrieder [1130] * code/branches/cmake/visual_studio/vc8/core.vcproj (modified) * code/branches/cmake/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/cmake/visual_studio/vc8/tolua++.vcproj (modified) - updated vc++ files Tue, 22 Apr 2008 12:01:43 GMT rgrieder [1129] * code/branches/cmake/src/util/tolua (added) * code/branches/cmake/src/util/tolua/CMakeLists.txt (added) * code/branches/cmake/src/util/tolua/tolua++.h (added) * code/branches/cmake/src/util/tolua/tolua.c (added) * code/branches/cmake/src/util/tolua/tolua_bind.cc (added) * code/branches/cmake/src/util/tolua/tolua_bind.h (added) * code/branches/cmake/src/util/tolua/tolua_event.c (added) * code/branches/cmake/src/util/tolua/tolua_event.h (added) * code/branches/cmake/src/util/tolua/tolua_is.c (added) * code/branches/cmake/src/util/tolua/tolua_map.c (added) * code/branches/cmake/src/util/tolua/tolua_push.c (added) * code/branches/cmake/src/util/tolua/tolua_to.c (added) * code/branches/cmake/src/util/tolua/toluabind.c (added) * code/branches/cmake/src/util/tolua/toluabind.h (added) * code/branches/cmake/src/util/tolua/toluabind_default.h (added) again... Tue, 22 Apr 2008 11:40:15 GMT rgrieder [1128] * code/branches/cmake/src/orxonox/tolua (added) * code/branches/cmake/src/orxonox/tolua/tolua.pkg (added) never copy svn folders without deleting invisible .svn first... Tue, 22 Apr 2008 11:37:42 GMT rgrieder [1127] * code/branches/cmake/src/CMakeLists.txt (modified) * code/branches/cmake/src/core/CMakeLists.txt (modified) * code/branches/cmake/src/core/InputManager.cc (modified) * code/branches/cmake/src/core/Script.cc (modified) * code/branches/cmake/src/core/tolua (added) * code/branches/cmake/src/core/tolua/tolua.pkg (added) * code/branches/cmake/src/orxonox/CMakeLists.txt (modified) * code/branches/cmake/src/tolua (deleted) * code/branches/cmake/src/util/CMakeLists.txt (modified) - tolua_bind.cc and Script.cc depended on each other, but were not in ... Tue, 22 Apr 2008 10:37:40 GMT rgrieder [1126] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindLua.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/tolua/tolua.pkg (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) - merged cmake branch back to trunk - new 'features': out-of-source ... Tue, 22 Apr 2008 10:35:03 GMT rgrieder [1125] * code/branches/cmake/visual_studio/vc8/core.vcproj (modified) * code/branches/cmake/visual_studio/vc8/tolua++.vcproj (modified) * code/branches/cmake/visual_studio/vc8/util.vcproj (modified) - applied changes to VS files Mon, 21 Apr 2008 20:35:08 GMT rgrieder [1124] * code/branches/cmake/cmake/FindLua.cmake (modified) * code/branches/cmake/src/core/CMakeLists.txt (modified) * code/branches/cmake/src/tolua/CMakeLists.txt (modified) - completely rewrote FindLua.cmake (hope it still works) It should ... Mon, 21 Apr 2008 19:24:30 GMT rgrieder [1123] * code/branches/cmake/CMakeLists.txt (modified) * code/branches/cmake/src/tolua/CMakeLists.txt (modified) * code/branches/cmake/src/tolua/tolua.pkg (modified) - cmake is now capable of building to a specified directory. That ... Mon, 21 Apr 2008 17:42:58 GMT rgrieder [1122] * code/branches/cmake/CMakeLists.txt (modified) * code/branches/cmake/bin/tolua-exec-script (deleted) * code/branches/cmake/src/CMakeLists.txt (modified) * code/branches/cmake/src/core/CMakeLists.txt (modified) * code/branches/cmake/src/core/ConfigFileManager.h (modified) * code/branches/cmake/src/core/Script.cc (modified) * code/branches/cmake/src/core/tolua (deleted) * code/branches/cmake/src/orxonox/Orxonox.cc (modified) * code/branches/cmake/src/tolua (copied) * code/branches/cmake/src/tolua/CMakeLists.txt (copied) * code/branches/cmake/src/tolua/tolua++.h (copied) * code/branches/cmake/src/tolua/tolua.c (copied) * code/branches/cmake/src/tolua/tolua.pkg (copied) * code/branches/cmake/src/tolua/tolua_event.c (copied) * code/branches/cmake/src/tolua/tolua_event.h (copied) * code/branches/cmake/src/tolua/tolua_is.c (copied) * code/branches/cmake/src/tolua/tolua_map.c (copied) * code/branches/cmake/src/tolua/tolua_push.c (copied) * code/branches/cmake/src/tolua/tolua_to.c (copied) * code/branches/cmake/src/tolua/toluabind.c (copied) * code/branches/cmake/src/tolua/toluabind.h (copied) * code/branches/cmake/src/tolua/toluabind_default.h (copied) * code/branches/cmake/src/util/CMakeLists.txt (modified) * code/branches/cmake/src/util/ExprParser.cc (copied) * code/branches/cmake/src/util/ExprParser.h (copied) * code/branches/cmake/src/util/String.cc (modified) * code/branches/cmake/src/util/tolua (deleted) * code/branches/cmake/tolua-build (deleted) * code/branches/cmake/tolua-exec-script.bat (deleted) * code/branches/cmake/tolua.cmake (deleted) merged trunk into cmake branch Mon, 21 Apr 2008 17:37:28 GMT rgrieder [1121] * code/branches/cmake (moved) Renamed remotely Mon, 21 Apr 2008 16:59:07 GMT rgrieder [1120] * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/ExprParser.cc (copied) * code/trunk/src/util/ExprParser.h (copied) - merged calculator into trunk Sun, 20 Apr 2008 17:21:53 GMT landauf [1119] * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/util/ExprParser.cc (modified) * code/branches/input/src/util/ExprParser.h (modified) small fix Sun, 20 Apr 2008 14:31:03 GMT rgrieder [1118] * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/util/CMakeLists.txt (modified) * code/branches/input/src/util/ExprParser.cc (moved) * code/branches/input/src/util/ExprParser.h (moved) * code/branches/input/visual_studio/vc8/util.vcproj (modified) - classed FloatParser to ExprParser class Sun, 20 Apr 2008 13:54:20 GMT landauf [1117] * code/branches/console (copied) created console branch Sun, 20 Apr 2008 01:01:49 GMT landauf [1116] * code/trunk/src/core/ConfigFileManager.h (modified) removed a warning in ConfigFileManager.h Sun, 20 Apr 2008 00:54:15 GMT landauf [1115] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/tolua-exec-script (deleted) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/tolua (deleted) * code/trunk/src/tolua (moved) * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/tolua/tolua.pkg (copied) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/tolua-build (deleted) * code/trunk/tolua-exec-script.bat (deleted) * code/trunk/tolua.cmake (deleted) tried to integrate the whole tolua-thing in proper cmake code Sat, 19 Apr 2008 21:38:40 GMT rgrieder [1114] * code/branches/input/src/util/CMakeLists.txt (modified) * code/branches/input/src/util/FloatParser.cc (moved) again.. Sat, 19 Apr 2008 21:37:54 GMT rgrieder [1113] * code/branches/input/src/util/FloatParser.cpp (added) * code/branches/input/src/util/FloatParser.h (added) here we go Sat, 19 Apr 2008 20:31:52 GMT rgrieder [1112] * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/util/String.cc (modified) * code/branches/input/visual_studio/loader_properties.vsprops (deleted) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/util.vcproj (modified) added calculate command ;) In the console, you can now type ... Sat, 19 Apr 2008 17:53:01 GMT rgrieder [1111] * code/trunk/src/util/String.cc (modified) - fixed a bug String.cc that thought making "1" (or anything with ... Fri, 18 Apr 2008 08:28:11 GMT rgrieder [1110] * code/branches/tolua (copied) created branch to fiddle with gcc and tolua... Thu, 17 Apr 2008 14:08:45 GMT bknecht [1109] * code/branches/camera (copied) Thu, 17 Apr 2008 14:07:41 GMT bknecht [1108] * code/camera (deleted) Thu, 17 Apr 2008 14:06:10 GMT bknecht [1107] * code/camera (copied) created new camera handling branch Thu, 17 Apr 2008 14:04:25 GMT scheusso [1106] * code/branches/network2/src/network/GameStateClient.cc (modified) one segfault less Thu, 17 Apr 2008 13:52:59 GMT dumenim [1105] * code/branches/network2/src/orxonox/Orxonox.cc (modified) smile away Thu, 17 Apr 2008 13:52:38 GMT dumenim [1104] * code/branches/network2/src/orxonox/Orxonox.cc (modified) smile :-) Thu, 17 Apr 2008 13:49:18 GMT scheusso [1103] * code/branches/network2/CMakeLists.txt (modified) * code/branches/network2/src/orxonox/Orxonox.cc (modified) hud bug Thu, 17 Apr 2008 13:40:12 GMT bknecht [1102] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/Script.h (modified) lua50 compatiple level code and loading, should work on tardis as ... Thu, 17 Apr 2008 13:27:57 GMT rgrieder [1101] * code/trunk/CMakeLists.txt (modified) * code/trunk/tolua-exec-script.bat (added) added win32 for creating tolua bind files Thu, 17 Apr 2008 12:49:19 GMT scheusso [1100] * code/branches/network2/src/network/GameStateClient.cc (modified) * code/branches/network2/src/orxonox/objects/Ambient.cc (modified) * code/branches/network2/src/orxonox/objects/Skybox.cc (modified) tardis sucks Thu, 17 Apr 2008 12:43:23 GMT chaiy [1099] * code/branches/hud2/src/orxonox/CMakeLists.txt (modified) * code/branches/hud2/src/orxonox/Orxonox.cc (modified) * code/branches/hud2/src/orxonox/hud/Bar.cc (deleted) * code/branches/hud2/src/orxonox/hud/Bar.h (deleted) * code/branches/hud2/src/orxonox/hud/BarOverlayElement.cc (added) * code/branches/hud2/src/orxonox/hud/BarOverlayElement.h (added) * code/branches/hud2/src/orxonox/hud/Factories.h (deleted) * code/branches/hud2/src/orxonox/hud/HUD.cc (modified) * code/branches/hud2/src/orxonox/hud/HUD.h (modified) * code/branches/hud2/src/orxonox/hud/OverlayElementFactories.h (added) * code/branches/hud2/src/orxonox/hud/Radar.cpp (deleted) * code/branches/hud2/src/orxonox/hud/Radar.h (deleted) * code/branches/hud2/src/orxonox/hud/RadarOverlayElement.cc (added) * code/branches/hud2/src/orxonox/hud/RadarOverlayElement.h (added) Bars finally work Thu, 17 Apr 2008 12:35:51 GMT rgrieder [1098] * code/branches/network2/CMakeLists.txt (modified) * code/branches/network2/TODO (copied) * code/branches/network2/bin/levels/sample.oxw (modified) * code/branches/network2/src/network/CMakeLists.txt (modified) * code/branches/network2/src/network/Client.cc (modified) * code/branches/network2/src/network/ClientConnection.cc (modified) * code/branches/network2/src/network/ClientInformation.cc (modified) * code/branches/network2/src/network/ClientInformation.h (modified) * code/branches/network2/src/network/ConnectionManager.cc (modified) * code/branches/network2/src/network/ConnectionManager.h (modified) * code/branches/network2/src/network/GameStateClient.cc (modified) * code/branches/network2/src/network/GameStateClient.h (modified) * code/branches/network2/src/network/GameStateManager.cc (modified) * code/branches/network2/src/network/GameStateManager.h (modified) * code/branches/network2/src/network/PacketBuffer.cc (modified) * code/branches/network2/src/network/PacketDecoder.cc (modified) * code/branches/network2/src/network/PacketGenerator.cc (modified) * code/branches/network2/src/network/PacketTypes.h (modified) * code/branches/network2/src/network/Server.cc (modified) * code/branches/network2/src/network/Synchronisable.cc (modified) * code/branches/network2/src/network/Synchronisable.h (modified) * code/branches/network2/src/network/diffTest.cc (copied) * code/branches/network2/src/orxonox/Orxonox.cc (modified) * code/branches/network2/src/orxonox/objects/Ambient.cc (modified) * code/branches/network2/src/orxonox/objects/Ambient.h (modified) * code/branches/network2/src/orxonox/objects/Model.cc (modified) * code/branches/network2/src/orxonox/objects/NPC.cc (modified) * code/branches/network2/src/orxonox/objects/NPC.h (modified) * code/branches/network2/src/orxonox/objects/Skybox.cc (modified) * code/branches/network2/src/orxonox/objects/Skybox.h (modified) * code/branches/network2/src/orxonox/objects/WorldEntity.cc (modified) merged network branch into new network2 branch (from trunk) Thu, 17 Apr 2008 12:13:38 GMT scheusso [1097] * code/branches/network2 (copied) Thu, 17 Apr 2008 12:11:28 GMT scheusso [1096] * code/branches/network2 (deleted) c Thu, 17 Apr 2008 11:55:42 GMT scheusso [1095] * code/branches/network2 (copied) merge base Thu, 17 Apr 2008 11:55:04 GMT scheusso [1094] * code/branches/network2 (deleted) goodbye Thu, 17 Apr 2008 11:50:18 GMT rgrieder [1093] * code/branches/input (copied) input branch the 2nd Thu, 17 Apr 2008 11:49:12 GMT rgrieder [1092] * code/trunk/src/orxonox/Orxonox.cc (modified) - little 'mess' cleanup Thu, 17 Apr 2008 11:46:08 GMT rgrieder [1091] * code/branches/input (deleted) Thu, 17 Apr 2008 11:39:17 GMT rgrieder [1090] * code/trunk/src/orxonox/GraphicsEngine.cc (modified) - ..\..\media --> ..\..\Media as the default folder for the media files Thu, 17 Apr 2008 11:25:06 GMT rgrieder [1089] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/core/Debug.h (modified) * code/trunk/src/core/InputManager.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/visual_studio/base_properties_debug.vsprops (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) - bugfix in audiomanager - added CCOUT(level): like COUT, but prints ... Thu, 17 Apr 2008 11:15:58 GMT dumenim [1088] * code/branches/network/src/network/ClientConnection.cc (modified) * code/branches/network/src/network/GameStateClient.cc (modified) * code/branches/network/src/network/GameStateManager.cc (modified) * code/branches/network/src/network/PacketBuffer.cc (modified) * code/branches/network/src/network/PacketDecoder.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/diffTest.cc (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/objects/Model.cc (modified) catched some return values Thu, 17 Apr 2008 11:06:49 GMT scheusso [1087] * code/branches/network/src/network/GameStateClient.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) some more debug output Wed, 16 Apr 2008 20:04:17 GMT rgrieder [1086] * code/trunk/bin/levels/sample.oxw (modified) - commented lua section in sample.oxw (loader.cc has already been ... Wed, 16 Apr 2008 20:00:56 GMT rgrieder [1085] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) stupid people should be punished... Wed, 16 Apr 2008 19:22:50 GMT rgrieder [1084] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/InputManager.cc (modified) * code/trunk/src/core/InputManager.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/base_properties_debug.vsprops (modified) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/network_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) * code/trunk/visual_studio/tolua++_properties.vsprops (modified) * code/trunk/visual_studio/util_properties.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) - updated VC++ files for tolua - minor CMLs changes Wed, 16 Apr 2008 17:09:07 GMT scheusso [1083] * code/branches/network/src/network/GameStateClient.cc (modified) found that fucking bug Wed, 16 Apr 2008 15:14:58 GMT scheusso [1082] * code/branches/network/CMakeLists.txt (modified) * code/branches/network/TODO (modified) * code/branches/network/bin/levels/sample.oxw (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/orxonox/objects/Model.cc (modified) added a lot of debug output Wed, 16 Apr 2008 13:17:07 GMT scheusso [1081] * code/branches/network2 (copied) Wed, 16 Apr 2008 13:10:37 GMT scheusso [1080] * code/branches/network2 (deleted) Wed, 16 Apr 2008 13:07:28 GMT scheusso [1079] * code/branches/network2/trunk (copied) Wed, 16 Apr 2008 13:04:06 GMT scheusso [1078] * code/branches/network2 (added) Wed, 16 Apr 2008 13:01:42 GMT scheusso [1077] * code/branches/network_old (deleted) wird nicht mehr benötigt Wed, 16 Apr 2008 08:05:37 GMT rgrieder [1076] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/tolua-exec-script (added) * code/trunk/cmake/FindLua.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/Script_clean.h (added) * code/trunk/src/core/ToLuaBind.cc (deleted) * code/trunk/src/core/ToLuaBind.h (deleted) * code/trunk/src/core/tolua (added) * code/trunk/src/core/tolua.pkg (deleted) * code/trunk/src/core/tolua/tolua.pkg (added) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/tolua/CMakeLists.txt (modified) * code/trunk/tolua-build (added) two hours of Fuk is very 'enlighting', the whole thing works ... Tue, 15 Apr 2008 19:04:35 GMT rgrieder [1075] * code/trunk/src/util/tolua/CMakeLists.txt (modified) - added CMLs in tolua to compile tolua++ executable Tue, 15 Apr 2008 14:38:10 GMT rgrieder [1074] * code/trunk/tolua.cmake (added) when will i stop forgetting to add the files I have just created.. Tue, 15 Apr 2008 14:36:09 GMT rgrieder [1073] * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/tolua/CMakeLists.txt (added) - added tolua.cmake to create tolua executable Tue, 15 Apr 2008 11:43:25 GMT rgrieder [1072] * code/trunk/cmake/CheckTardis.cmake (added) no comment Tue, 15 Apr 2008 11:40:54 GMT rgrieder [1071] * code/trunk/CMakeLists.txt (modified) - restructured root CMLs and exported tardis check to ... Tue, 15 Apr 2008 11:03:09 GMT rgrieder [1070] * code/trunk/CMakeLists.txt (modified) * code/trunk/src/audio/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) - moved "--no-undefined" linker flag to root CMLs - removed library ... Tue, 15 Apr 2008 10:28:45 GMT rgrieder [1069] * code/trunk/bin/disco.txt (modified) * code/trunk/src/audio/AudioPrereqs.h (modified) - bugfix with warning directives in AudioPrereqs.h Mon, 14 Apr 2008 20:58:15 GMT rgrieder [1068] * code/trunk/bin/disco.txt (added) exec disco.txt (console command) and you'll see the wonders of the core Mon, 14 Apr 2008 20:54:25 GMT rgrieder [1067] * code/trunk/src/orxonox/objects/Camera.cc (modified) Substring.h --> SubString.h Mon, 14 Apr 2008 20:50:08 GMT rgrieder [1066] * code/trunk/src/core/InputBuffer.cc (modified) * code/trunk/src/core/InputBuffer.h (modified) * code/trunk/src/core/InputHandler.cc (modified) * code/trunk/src/core/InputManager.cc (modified) * code/trunk/src/core/InputManager.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) - TestConsole should work now Mon, 14 Apr 2008 20:36:49 GMT rgrieder [1065] * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) - removed some files from OrxonoxStableHeaders.h because make detects ... Mon, 14 Apr 2008 19:39:57 GMT rgrieder [1064] * code/trunk/src/asylum/network/NetworkFrameListener.h (moved) * code/trunk/src/asylum/util (added) * code/trunk/src/asylum/util/String2Number.h (moved) * code/trunk/src/asylum/util/Tokenizer.h (moved) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/audio/AudioPrereqs.h (modified) * code/trunk/src/audio/AudioStream.cc (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/CoreSettings.h (modified) * code/trunk/src/core/Factory.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/IdentifierDistributor.h (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/OutputHandler.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/orxonox/OrxonoxPlatform.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/MultiTypeMath.h (modified) * code/trunk/src/util/MultiTypeString.cc (modified) * code/trunk/src/util/MultiTypeString.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/vc8/network.vcproj (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) - replaced all String2Number with ConvertValue - replaced all ... Mon, 14 Apr 2008 16:23:52 GMT landauf [1063] * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/MetaObjectList.h (modified) * code/trunk/src/core/ObjectList.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) fixed an interesting bug in ObjectList/MetaObjectList/Iterator: it's ... Mon, 14 Apr 2008 15:50:25 GMT rgrieder [1062] * code/trunk/src/audio/AudioPrereqs.h (modified) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/core/ClassFactory.h (modified) * code/trunk/src/core/ClassManager.h (modified) * code/trunk/src/core/ClassTreeMask.h (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/ConfigValueContainer.h (modified) * code/trunk/src/core/ConfigValueIncludes.h (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/CoreSettings.h (modified) * code/trunk/src/core/Debug.h (modified) * code/trunk/src/core/Error.cc (modified) * code/trunk/src/core/Error.h (modified) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Factory.cc (modified) * code/trunk/src/core/Factory.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/Identifier.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/IdentifierDistributor.h (modified) * code/trunk/src/core/InputBuffer.cc (modified) * code/trunk/src/core/InputBuffer.h (modified) * code/trunk/src/core/InputEventListener.cc (modified) * code/trunk/src/core/InputEventListener.h (modified) * code/trunk/src/core/InputHandler.cc (modified) * code/trunk/src/core/InputHandler.h (modified) * code/trunk/src/core/InputManager.cc (modified) * code/trunk/src/core/InputManager.h (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/Level.h (modified) * code/trunk/src/core/Loader.h (modified) * code/trunk/src/core/Namespace.cc (modified) * code/trunk/src/core/Namespace.h (modified) * code/trunk/src/core/NamespaceNode.h (modified) * code/trunk/src/core/ObjectList.h (modified) * code/trunk/src/core/OrxonoxClass.h (modified) * code/trunk/src/core/OutputHandler.cc (modified) * code/trunk/src/core/OutputHandler.h (modified) * code/trunk/src/core/SignalHandler.cc (modified) * code/trunk/src/core/SignalHandler.h (modified) * code/trunk/src/core/Tickable.cc (modified) * code/trunk/src/core/Tickable.h (modified) * code/trunk/src/core/ToLuaBind.h (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ClientInformation.cc (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/GameStateClient.cc (modified) * code/trunk/src/network/GameStateClient.h (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/GameStateManager.h (modified) * code/trunk/src/network/NetworkFrameListener.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (modified) * code/trunk/src/network/PacketBuffer.h (modified) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/network/PacketGenerator.cc (modified) * code/trunk/src/network/PacketManager.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/network/dummyclient3.cc (modified) * code/trunk/src/network/dummyserver3.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/objects/weapon/WeaponStation.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/util/ArgReader.cc (modified) * code/trunk/src/util/ArgReader.h (modified) * code/trunk/src/util/Clipboard.h (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MultiTypePrimitive.h (modified) * code/trunk/src/util/MultiTypeString.h (modified) * code/trunk/src/util/Sleep.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) * code/trunk/src/util/String2Number.h (modified) * code/trunk/src/util/SubString.h (modified) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/src/util/XMLIncludes.h (modified) - changed header file inclusion order Mon, 14 Apr 2008 14:17:11 GMT rgrieder [1061] * code/trunk/bin/plugins.cfg-init (modified) - Bugfix with plugins.cfg-init