# # ChangeLog for code/branches/network/src/network/packet/Acknowledgement.h # # Generated by Trac 1.0.9 # Jun 2, 2024, 10:12:22 PM Fri, 05 Sep 2008 21:32:42 GMT scheusso [1711] * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/NetworkPrereqs.h (modified) * code/branches/network/src/network/Server.cc (modified) * 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/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/network/packet/PacketContent.h (deleted) * code/branches/network/src/network/packet/Welcome.cc (modified) * code/branches/network/src/network/packet/Welcome.h (modified) we use enetcallback for destroying packets now (unfortunately there ... Thu, 04 Sep 2008 19:45:05 GMT scheusso [1705] * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/ClientInformation.cc (modified) * code/branches/network/src/network/ClientInformation.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/ConnectionManager.h (modified) * code/branches/network/src/network/GameStateManager.cc (deleted) * code/branches/network/src/network/GameStateManager.h (deleted) * code/branches/network/src/network/GamestateManager.cc (added) * code/branches/network/src/network/GamestateManager.h (added) * code/branches/network/src/network/Host.cc (modified) * code/branches/network/src/network/Host.h (modified) * code/branches/network/src/network/NetworkPrereqs.h (modified) * code/branches/network/src/network/PacketDecoder.cc (deleted) * code/branches/network/src/network/PacketGenerator.cc (deleted) * code/branches/network/src/network/PacketManager.h (deleted) * code/branches/network/src/network/PacketTypes.h (deleted) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * 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/ClassID.cc (modified) * code/branches/network/src/network/packet/ClassID.h (modified) * 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/network/packet/PacketContent.h (modified) * code/branches/network/src/network/packet/Welcome.cc (added) * code/branches/network/src/network/packet/Welcome.h (added) further changes Thu, 04 Sep 2008 07:50:40 GMT scheusso [1701] * code/branches/network/src/network/packet (added) * code/branches/network/src/network/packet/Acknowledgement.cc (added) * code/branches/network/src/network/packet/Acknowledgement.h (added) * code/branches/network/src/network/packet/Chat.cc (added) * code/branches/network/src/network/packet/Chat.h (added) * code/branches/network/src/network/packet/ClassID.cc (added) * code/branches/network/src/network/packet/ClassID.h (added) * code/branches/network/src/network/packet/Gamestate.cc (added) * code/branches/network/src/network/packet/Gamestate.h (added) * code/branches/network/src/network/packet/Packet.cc (added) * code/branches/network/src/network/packet/Packet.h (added) * code/branches/network/src/network/packet/PacketContent.h (added) some missing files