# # ChangeLog for code/trunk/src/network/Host.cc # # Generated by Trac 1.0.9 # May 9, 2024, 5:12:06 AM Sun, 12 Oct 2008 17:40:47 GMT scheusso [1907] * code/trunk/TODO (modified) * code/trunk/bin/ogre.cfg-init (modified) * code/trunk/src/network/CMakeLists.txt (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/ConnectionManager.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/Host.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/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Acknowledgement.h (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/Chat.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/DeleteObjects.cc (copied) * code/trunk/src/network/packet/DeleteObjects.h (copied) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/network/packet/Welcome.h (modified) * code/trunk/src/orxonox/Settings.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/gamestates/GSClient.cc (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) * code/trunk/src/orxonox/objects/Backlight.cc (modified) * code/trunk/src/orxonox/objects/Backlight.h (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) merged network branch back to trunk Tue, 09 Sep 2008 14:31:34 GMT scheusso [1751] * code/trunk/src/network/Client.cc (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/Host.cc (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/CRC32.cc (copied) * code/trunk/src/util/CRC32.h (copied) merged network branch back into trunk Sun, 07 Sep 2008 15:03:10 GMT scheusso [1735] * code/trunk/bin/run-script (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/Client.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 (deleted) * code/trunk/src/network/GameStateClient.h (deleted) * code/trunk/src/network/GameStateManager.cc (deleted) * code/trunk/src/network/GameStateManager.h (deleted) * code/trunk/src/network/GamestateClient.cc (copied) * code/trunk/src/network/GamestateClient.h (copied) * code/trunk/src/network/GamestateHandler.cc (copied) * code/trunk/src/network/GamestateHandler.h (copied) * code/trunk/src/network/GamestateManager.cc (copied) * code/trunk/src/network/GamestateManager.h (copied) * code/trunk/src/network/Host.cc (copied) * code/trunk/src/network/Host.h (copied) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketDecoder.cc (deleted) * code/trunk/src/network/PacketGenerator.cc (deleted) * code/trunk/src/network/PacketManager.h (deleted) * code/trunk/src/network/PacketTypes.h (deleted) * 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 (deleted) * code/trunk/src/network/dummyclient2.cc (deleted) * code/trunk/src/network/dummyclient3.cc (deleted) * code/trunk/src/network/dummyclient4.cc (deleted) * code/trunk/src/network/dummyserver.cc (deleted) * code/trunk/src/network/dummyserver3.cc (deleted) * code/trunk/src/network/dummyserver4.cc (deleted) * code/trunk/src/network/packet (copied) * code/trunk/src/network/packet/Acknowledgement.cc (copied) * code/trunk/src/network/packet/Acknowledgement.h (copied) * code/trunk/src/network/packet/Chat.cc (copied) * code/trunk/src/network/packet/Chat.h (copied) * code/trunk/src/network/packet/ClassID.cc (copied) * code/trunk/src/network/packet/ClassID.h (copied) * code/trunk/src/network/packet/Gamestate.cc (copied) * code/trunk/src/network/packet/Gamestate.h (copied) * code/trunk/src/network/packet/Packet.cc (copied) * code/trunk/src/network/packet/Packet.h (copied) * code/trunk/src/network/packet/Welcome.cc (copied) * code/trunk/src/network/packet/Welcome.h (copied) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/vc8/network.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) network branch merged into trunk Sun, 07 Sep 2008 14:33:09 GMT scheusso [1732] * 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/packet/Welcome.cc (modified) * code/branches/network/src/orxonox/objects/Ambient.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) another fixed