# # ChangeLog for code/branches/netp6/src/network # # Generated by Trac 1.0.9 # May 20, 2024, 1:36:42 PM Tue, 23 Jun 2009 18:53:51 GMT scheusso [3227] * code/branches/netp6/src/network/CMakeLists.txt (modified) * code/branches/netp6/src/network/GamestateClient.cc (modified) * code/branches/netp6/src/network/GamestateClient.h (modified) * code/branches/netp6/src/network/GamestateManager.cc (modified) * code/branches/netp6/src/network/NetworkPrereqs.h (modified) * code/branches/netp6/src/network/PacketBuffer.cc (deleted) * code/branches/netp6/src/network/PacketBuffer.h (deleted) * code/branches/netp6/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp6/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/netp6/src/util/Serialise.h (modified) some cleaning up and memory leak fixes Tue, 23 Jun 2009 16:07:13 GMT scheusso [3215] * code/branches/netp6 (copied) created new netp6 branch things to do: - fix memory leaks - ... Tue, 23 Jun 2009 16:02:25 GMT scheusso [3214] * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/ChatListener.cc (modified) * code/trunk/src/network/ChatListener.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/ClientConnectionListener.cc (modified) * code/trunk/src/network/ClientConnectionListener.h (modified) * code/trunk/src/network/ClientInformation.cc (modified) * code/trunk/src/network/Connection.cc (added) * code/trunk/src/network/Connection.h (added) * code/trunk/src/network/ConnectionManager.cc (deleted) * code/trunk/src/network/ConnectionManager.h (deleted) * code/trunk/src/network/FunctionCallManager.h (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateHandler.cc (modified) * code/trunk/src/network/GamestateHandler.h (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/NetworkFunction.cc (modified) * code/trunk/src/network/NetworkFunction.h (modified) * code/trunk/src/network/NetworkPrecompiledHeaders.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/ServerConnection.cc (added) * code/trunk/src/network/ServerConnection.h (added) * code/trunk/src/network/TrafficControl.cc (modified) * code/trunk/src/network/TrafficControl.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 (modified) * code/trunk/src/network/packet/DeleteObjects.h (modified) * code/trunk/src/network/packet/FunctionCalls.cc (modified) * code/trunk/src/network/packet/FunctionCalls.h (modified) * code/trunk/src/network/packet/FunctionIDs.cc (modified) * code/trunk/src/network/packet/FunctionIDs.h (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/network/packet/Welcome.h (modified) * code/trunk/src/network/synchronisable/NetworkCallback.h (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/trunk/src/util/Clipboard.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/Sleep.cc (modified) merged netp5 back to trunk