# # ChangeLog for code/branches/network/TODO # # Generated by Trac 1.0.9 # Jun 1, 2024, 5:18:45 AM Thu, 25 Sep 2008 22:59:48 GMT scheusso [1834] * code/branches/network/TODO (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/network/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/network/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/network/src/orxonox/objects/Projectile.cc (modified) * code/branches/network/src/orxonox/objects/Projectile.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) Fix in Projectiles (network fix) different improvements in ... Wed, 17 Sep 2008 15:24:56 GMT scheusso [1793] * code/branches/network/TODO (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/packet/Chat.cc (modified) * code/branches/network/src/network/packet/Chat.h (modified) * code/branches/network/src/orxonox/objects/Model.cc (modified) chat works again now. some doxygen. small change according to ... Fri, 12 Sep 2008 15:36:57 GMT scheusso [1775] * code/branches/network/TODO (modified) * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/GamestateClient.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/network/packet/DeleteObjects.cc (added) * code/branches/network/src/network/packet/DeleteObjects.h (added) * code/branches/network/src/network/packet/Gamestate.cc (modified) * code/branches/network/src/network/packet/Gamestate.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) * code/branches/network/src/orxonox/objects/Model.cc (modified) we have a new gamestate concept now: dont transmit synchronisable ... Thu, 11 Sep 2008 18:49:14 GMT scheusso [1774] * code/branches/network (copied) ===================== create new network branch Wed, 04 Jun 2008 18:53:10 GMT rgrieder [1534] * code/trunk/TODO (modified) * code/trunk/src/core/ConsoleCommand.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/GameStateClient.cc (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/NetworkCallback.h (copied) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/network/PacketGenerator.cc (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/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) merged network branch back to trunk