# # ChangeLog for code/branches/network/src/network/packet/DeleteObjects.cc # # Generated by Trac 1.0.9 # May 31, 2024, 5:32:07 AM Mon, 06 Oct 2008 11:30:50 GMT scheusso [1890] * code/branches/network/src/network/packet/Acknowledgement.cc (modified) * code/branches/network/src/network/packet/Acknowledgement.h (modified) * code/branches/network/src/network/packet/Chat.cc (modified) * code/branches/network/src/network/packet/Chat.h (modified) * code/branches/network/src/network/packet/ClassID.cc (modified) * code/branches/network/src/network/packet/ClassID.h (modified) * code/branches/network/src/network/packet/DeleteObjects.cc (modified) * code/branches/network/src/network/packet/DeleteObjects.h (modified) * code/branches/network/src/network/packet/Packet.cc (modified) * code/branches/network/src/network/packet/Packet.h (modified) * code/branches/network/src/network/packet/Welcome.cc (modified) * code/branches/network/src/network/packet/Welcome.h (modified) first efforts to make the network module 64bit compatible gamestates ... 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 ...