# # ChangeLog for code # # Generated by Trac 1.0.9 # Jun 13, 2024, 8:24:34 PM 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 Mon, 14 Apr 2008 12:22:59 GMT rgrieder [1060] * code/trunk/src/core/Identifier.cc (modified) - 3 copy paste bugfixes Mon, 14 Apr 2008 12:19:42 GMT rgrieder [1059] * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/Identifier.cc (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/visual_studio/base_properties.vsprops (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) - updated VC++ files - 3 tiny bugfixes Mon, 14 Apr 2008 11:17:10 GMT landauf [1058] * code/trunk/src/core/CoreSettings.cc (modified) * code/trunk/src/core/CoreSettings.h (modified) something that just came through my mind: maybe this will help ... Mon, 14 Apr 2008 11:09:43 GMT landauf [1057] * code/trunk/src/core/XMLPort.h (modified) i hope this fixes a problem with visual studio Mon, 14 Apr 2008 10:51:36 GMT landauf [1056] * code/trunk/src/asylum/loader/LevelLoader.cc (modified) * code/trunk/src/asylum/loader/LevelLoader.h (modified) * code/trunk/src/asylum/loader/LoaderPrereqs.h (modified) * code/trunk/src/asylum/orxonox/objects/Fighter.cc (modified) * code/trunk/src/asylum/orxonox/objects/SpaceshipSteeringObject.cc (modified) * code/trunk/src/asylum/orxonox/objects/Test.h (modified) * code/trunk/src/asylum/orxonox/objects/test1.cc (modified) * code/trunk/src/asylum/orxonox/objects/test2.cc (modified) * code/trunk/src/asylum/orxonox/objects/test3.cc (modified) * code/trunk/src/audio/AudioBuffer.cc (modified) * code/trunk/src/audio/AudioBuffer.h (modified) * code/trunk/src/audio/AudioIncludes.h (modified) * 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/AudioSource.cc (modified) * code/trunk/src/audio/AudioSource.h (modified) * code/trunk/src/audio/AudioStream.cc (modified) * code/trunk/src/audio/AudioStream.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.cc (modified) * code/trunk/src/core/ClassTreeMask.h (modified) * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/ConfigFileManager.cc (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.cc (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.cc (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/InputEvent.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/Iterator.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.cc (modified) * code/trunk/src/core/Loader.h (modified) * code/trunk/src/core/MetaObjectList.cc (modified) * code/trunk/src/core/MetaObjectList.h (modified) * code/trunk/src/core/Namespace.cc (modified) * code/trunk/src/core/Namespace.h (modified) * code/trunk/src/core/NamespaceNode.cc (modified) * code/trunk/src/core/NamespaceNode.h (modified) * code/trunk/src/core/ObjectList.h (modified) * code/trunk/src/core/OrxonoxClass.cc (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/Script.cc (modified) * code/trunk/src/core/Script.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/XMLPort.cc (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.cc (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/PacketTypes.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/dummyclient.cc (modified) * code/trunk/src/network/dummyclient2.cc (modified) * code/trunk/src/network/dummyclient3.cc (modified) * code/trunk/src/network/dummyserver.cc (modified) * code/trunk/src/network/dummyserver3.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxPlatform.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/PrecompiledHeaderFiles.cc (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/Camera.h (modified) * code/trunk/src/orxonox/objects/Explosion.cc (modified) * code/trunk/src/orxonox/objects/Explosion.h (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/NPC.cc (modified) * code/trunk/src/orxonox/objects/NPC.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.cc (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.h (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.cc (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.h (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.cc (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.h (modified) * code/trunk/src/orxonox/objects/weapon/WeaponStation.cc (modified) * code/trunk/src/orxonox/objects/weapon/WeaponStation.h (modified) * code/trunk/src/orxonox/particle/ParticleInterface.h (modified) * code/trunk/src/orxonox/script (deleted) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Light.cc (modified) * code/trunk/src/orxonox/tools/Light.h (modified) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/ArgReader.cc (modified) * code/trunk/src/util/ArgReader.h (modified) * code/trunk/src/util/Clipboard.cc (modified) * code/trunk/src/util/Clipboard.h (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/MultiTypeMath.cc (modified) * code/trunk/src/util/MultiTypeMath.h (modified) * code/trunk/src/util/MultiTypePrimitive.cc (modified) * code/trunk/src/util/MultiTypePrimitive.h (modified) * code/trunk/src/util/MultiTypeString.cc (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.cc (modified) * code/trunk/src/util/SubString.h (modified) * code/trunk/src/util/Tokenizer.h (modified) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/src/util/XMLIncludes.h (modified) don't panic, no codechanges! added a link to www.orxonox.net Mon, 14 Apr 2008 10:10:50 GMT landauf [1055] * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core (moved) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/orxonox/objects/NPC.cc (modified) moved core directly to src Mon, 14 Apr 2008 02:10:44 GMT landauf [1054] * code/trunk/src/orxonox/Orxonox.cc (modified) included ConfigFileManager Mon, 14 Apr 2008 01:50:57 GMT landauf [1053] * code/trunk/src/CMakeLists.txt (modified) there we go Mon, 14 Apr 2008 01:42:49 GMT landauf [1052] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/bin/translation_german.lang (deleted) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/asylum/orxonox/objects/Fighter.cc (modified) * code/trunk/src/asylum/orxonox/objects/Test.h (modified) * code/trunk/src/asylum/orxonox/objects/test2.cc (modified) * code/trunk/src/asylum/orxonox/objects/test3.cc (modified) * code/trunk/src/asylum/orxonox/objects/test3.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/core/BaseObject.cc (modified) * code/trunk/src/orxonox/core/BaseObject.h (modified) * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/ClassTreeMask.cc (modified) * code/trunk/src/orxonox/core/ClassTreeMask.h (modified) * code/trunk/src/orxonox/core/CommandExecutor.cc (copied) * code/trunk/src/orxonox/core/CommandExecutor.h (copied) * code/trunk/src/orxonox/core/ConfigFileManager.cc (copied) * code/trunk/src/orxonox/core/ConfigFileManager.h (copied) * code/trunk/src/orxonox/core/ConfigValueContainer.cc (modified) * code/trunk/src/orxonox/core/ConfigValueContainer.h (modified) * code/trunk/src/orxonox/core/ConfigValueIncludes.h (copied) * code/trunk/src/orxonox/core/ConsoleCommand.h (copied) * code/trunk/src/orxonox/core/CoreIncludes.h (modified) * code/trunk/src/orxonox/core/CorePrereqs.h (modified) * code/trunk/src/orxonox/core/CoreSettings.cc (copied) * code/trunk/src/orxonox/core/CoreSettings.h (copied) * code/trunk/src/orxonox/core/DebugLevel.cc (deleted) * code/trunk/src/orxonox/core/DebugLevel.h (deleted) * code/trunk/src/orxonox/core/Executor.cc (modified) * code/trunk/src/orxonox/core/Executor.h (modified) * code/trunk/src/orxonox/core/Functor.h (modified) * code/trunk/src/orxonox/core/Identifier.cc (modified) * code/trunk/src/orxonox/core/Identifier.h (modified) * code/trunk/src/orxonox/core/InputBuffer.cc (copied) * code/trunk/src/orxonox/core/InputBuffer.h (copied) * code/trunk/src/orxonox/core/InputHandler.cc (modified) * code/trunk/src/orxonox/core/Language.cc (modified) * code/trunk/src/orxonox/core/Language.h (modified) * code/trunk/src/orxonox/core/Loader.cc (modified) * code/trunk/src/orxonox/core/MetaObjectList.h (modified) * code/trunk/src/orxonox/core/Namespace.cc (copied) * code/trunk/src/orxonox/core/Namespace.h (copied) * code/trunk/src/orxonox/core/NamespaceNode.cc (copied) * code/trunk/src/orxonox/core/NamespaceNode.h (copied) * code/trunk/src/orxonox/core/OrxonoxClass.h (modified) * code/trunk/src/orxonox/core/OutputHandler.cc (modified) * code/trunk/src/orxonox/core/OutputHandler.h (modified) * code/trunk/src/orxonox/core/Tickable.cc (modified) * code/trunk/src/orxonox/core/XMLPort.cc (modified) * code/trunk/src/orxonox/core/XMLPort.h (modified) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/Explosion.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Clipboard.cc (copied) * code/trunk/src/util/Clipboard.h (copied) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/MultiTypeMath.cc (modified) * code/trunk/src/util/MultiTypeMath.h (modified) * code/trunk/src/util/MultiTypePrimitive.cc (modified) * code/trunk/src/util/MultiTypePrimitive.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/src/util/String.h (modified) * code/trunk/src/util/SubString.cc (modified) * code/trunk/src/util/SubString.h (modified) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/src/util/tinyxml/ticpp.h (modified) merged core2 back to trunk there might be some errors, wasn't able ... Mon, 14 Apr 2008 00:16:51 GMT landauf [1051] * code/trunk/src/util/CMakeLists.txt (modified) badamm badamm badamm... Sun, 13 Apr 2008 23:27:51 GMT landauf [1050] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/util/String.cc (modified) bugfix Sun, 13 Apr 2008 22:48:25 GMT landauf [1049] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) * code/branches/core2/src/orxonox/objects/test3.cc (modified) * code/branches/core2/src/util/String.cc (modified) * code/branches/core2/src/util/String.h (modified) config-value accepts now strings with special chars like \n or \t and ... Sun, 13 Apr 2008 22:26:11 GMT rgrieder [1048] * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/Script.cc (modified) * code/trunk/src/orxonox/core/Script.h (modified) * code/trunk/src/orxonox/core/ToLuaBind.cc (moved) * code/trunk/src/orxonox/core/ToLuaBind.h (moved) * code/trunk/visual_studio/vc8/core.vcproj (modified) - final commit for tolua++ displacement Sun, 13 Apr 2008 22:20:27 GMT scheusso [1047] * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) some minor change in synchronisable Sun, 13 Apr 2008 22:18:49 GMT rgrieder [1046] * code/trunk/src/orxonox/core/tolua.pkg (moved) * code/trunk/src/orxonox/core/tolua_bind.cc (moved) * code/trunk/src/orxonox/core/tolua_bind.h (moved) don't ask Sun, 13 Apr 2008 22:17:28 GMT rgrieder [1045] * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/tolua (moved) - moved tolua files again (too much, but tortoise claims i have to ... Sun, 13 Apr 2008 19:01:10 GMT rgrieder [1044] * code/branches/network/src/orxonox/GraphicsEngine.cc (modified) - removed ogre log manager creation part Sun, 13 Apr 2008 18:58:29 GMT landauf [1043] * code/branches/input/src/orxonox/core/CMakeLists.txt (modified) if reto needs this for testing, i'll commit the other bugfix ;) Sun, 13 Apr 2008 18:52:36 GMT rgrieder [1042] * code/trunk/src/orxonox/GraphicsEngine.cc (modified) - excluded ogre logs to test for Oli Sun, 13 Apr 2008 18:45:04 GMT rgrieder [1041] * code/branches/input/src/orxonox/core/CMakeLists.txt (modified) - bug in obsolete input branch, but I still need it to test something ;) Sun, 13 Apr 2008 18:29:22 GMT rgrieder [1040] * code/trunk/src/orxonox/objects/Ambient.h (modified) - new header file inclusion strategy has already revealed a bug: - ... Sun, 13 Apr 2008 18:02:38 GMT rgrieder [1039] * code/trunk/src/audio/AudioBuffer.h (modified) * code/trunk/src/audio/AudioIncludes.h (modified) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/audio/AudioSource.cc (modified) * code/trunk/src/audio/AudioSource.h (modified) * code/trunk/src/audio/AudioStream.cc (modified) * code/trunk/src/audio/AudioStream.h (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/Camera.h (modified) * code/trunk/src/orxonox/objects/Explosion.cc (modified) * code/trunk/src/orxonox/objects/Explosion.h (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/NPC.cc (modified) * code/trunk/src/orxonox/objects/NPC.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.cc (modified) * code/trunk/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.cc (modified) * code/trunk/src/orxonox/objects/weapon/BarrelGun.h (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.cc (modified) * code/trunk/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.cc (modified) * code/trunk/src/orxonox/objects/weapon/Bullet.h (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.cc (modified) * code/trunk/src/orxonox/objects/weapon/BulletManager.h (modified) * code/trunk/src/orxonox/objects/weapon/WeaponStation.cc (modified) * code/trunk/src/orxonox/objects/weapon/WeaponStation.h (modified) * code/trunk/src/orxonox/particle/ParticleInterface.cc (modified) * code/trunk/src/orxonox/particle/ParticleInterface.h (modified) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Light.cc (modified) * code/trunk/src/orxonox/tools/Light.h (modified) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) - train riding doesn't have to be boring - added some license notes ... Sun, 13 Apr 2008 12:59:01 GMT landauf [1038] * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/Script.cc (modified) * code/trunk/src/orxonox/core/Script.h (modified) compiles on tardis Sun, 13 Apr 2008 12:24:00 GMT landauf [1037] * code/trunk/cmake/FindLua.cmake (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/core/Script.cc (modified) * code/trunk/src/orxonox/core/tolua (moved) * code/trunk/src/orxonox/core/tolua/tolua_bind.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/particle/ParticleInterface.cc (modified) * code/trunk/src/orxonox/particle/ParticleInterface.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) moved tolua from util to core because of circular dependencies ... Sat, 12 Apr 2008 23:36:45 GMT landauf [1036] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/CoreSettings.cc (added) * code/branches/core2/src/orxonox/core/CoreSettings.h (added) * code/branches/core2/src/orxonox/core/DebugLevel.cc (deleted) * code/branches/core2/src/orxonox/core/DebugLevel.h (deleted) * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) * code/branches/core2/src/orxonox/core/Language.h (modified) * code/branches/core2/src/orxonox/core/OutputHandler.cc (modified) added CoreSettings, a class containing all settings of core classes ... Sat, 12 Apr 2008 21:23:32 GMT rgrieder [1035] * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/core/InputManager.cc (modified) * code/trunk/src/orxonox/core/InputManager.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) - minor Singleton changes Sat, 12 Apr 2008 14:36:35 GMT rgrieder [1034] * code/trunk/src/orxonox/core/InputManager.cc (modified) * code/trunk/src/orxonox/core/Script.cc (modified) - removed some gcc warnings - still doesn't compile on tardis Sat, 12 Apr 2008 14:28:06 GMT landauf [1033] * code/branches/core2/src/orxonox/core/ConfigValueIncludes.h (modified) * code/branches/core2/src/orxonox/objects/test3.cc (modified) added a variadic macro to ConfigValueIncludes.h: ... Sat, 12 Apr 2008 14:08:29 GMT rgrieder [1032] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/asylum/orxonox/objects/Fighter.cc (moved) * code/trunk/src/asylum/orxonox/objects/Fighter.h (moved) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (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/Explosion.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/orxonox/objects/weapon/BaseWeapon.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/Light.cc (modified) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) - singletonized GraphicsEngine --> Orxonox.h has to included only ... Sat, 12 Apr 2008 13:56:36 GMT landauf [1031] * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueIncludes.h (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) corrected debug output in case of an invalid vector index (remember: ... Sat, 12 Apr 2008 13:34:55 GMT landauf [1030] * code/branches/core2/bin/translation_german.lang (deleted) * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueIncludes.h (added) * code/branches/core2/src/orxonox/core/CoreIncludes.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) * code/branches/core2/src/orxonox/core/Language.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.cc (modified) * code/branches/core2/src/orxonox/objects/Fighter.cc (modified) * code/branches/core2/src/orxonox/objects/Projectile.cc (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core2/src/orxonox/objects/test3.cc (modified) * code/branches/core2/src/orxonox/objects/test3.h (modified) extracted all config-value related macros from CoreIncludes.h and ... Fri, 11 Apr 2008 17:01:02 GMT bknecht [1029] * code/trunk/cmake/FindLua.cmake (modified) * code/trunk/src/orxonox/core/Script.cc (modified) * code/trunk/src/orxonox/core/Script.h (modified) some changes Thu, 10 Apr 2008 19:57:19 GMT rgrieder [1028] * code/trunk/src/orxonox/Orxonox.cc (modified) - added cheap fps counter - trunk should work so far Thu, 10 Apr 2008 16:44:38 GMT landauf [1027] * code/branches/core2/src/orxonox/core/ConfigFileManager.cc (modified) * code/branches/core2/src/orxonox/core/ConfigFileManager.h (modified) console command 'cleanConfig' is now implemented: it drops all not- ...