# # ChangeLog for code/branches/network2/bin/levels # # Generated by Trac 1.0.9 # Jun 18, 2024, 2:49:09 PM 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 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 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 ...