# # ChangeLog for code/branches/netp5/src/network/NetworkFunction.cc # # Generated by Trac 1.0.9 # Jun 2, 2024, 2:52:56 PM Tue, 23 Jun 2009 00:12:44 GMT rgrieder [3209] * code/branches/netp5/src/network/ChatListener.cc (modified) * code/branches/netp5/src/network/ChatListener.h (modified) * code/branches/netp5/src/network/Client.cc (modified) * code/branches/netp5/src/network/Client.h (modified) * code/branches/netp5/src/network/ClientConnection.cc (modified) * code/branches/netp5/src/network/ClientConnection.h (modified) * code/branches/netp5/src/network/ClientConnectionListener.cc (modified) * code/branches/netp5/src/network/ClientConnectionListener.h (modified) * code/branches/netp5/src/network/ClientInformation.cc (modified) * code/branches/netp5/src/network/Connection.cc (modified) * code/branches/netp5/src/network/Connection.h (modified) * code/branches/netp5/src/network/FunctionCallManager.h (modified) * code/branches/netp5/src/network/GamestateClient.cc (modified) * code/branches/netp5/src/network/GamestateClient.h (modified) * code/branches/netp5/src/network/GamestateHandler.cc (modified) * code/branches/netp5/src/network/GamestateHandler.h (modified) * code/branches/netp5/src/network/GamestateManager.cc (modified) * code/branches/netp5/src/network/GamestateManager.h (modified) * code/branches/netp5/src/network/Host.cc (modified) * code/branches/netp5/src/network/Host.h (modified) * code/branches/netp5/src/network/NetworkFunction.cc (modified) * code/branches/netp5/src/network/NetworkFunction.h (modified) * code/branches/netp5/src/network/NetworkPrereqs.h (modified) * code/branches/netp5/src/network/PacketBuffer.cc (modified) * code/branches/netp5/src/network/Server.cc (modified) * code/branches/netp5/src/network/Server.h (modified) * code/branches/netp5/src/network/ServerConnection.cc (modified) * code/branches/netp5/src/network/ServerConnection.h (modified) * code/branches/netp5/src/network/TrafficControl.cc (modified) * code/branches/netp5/src/network/TrafficControl.h (modified) * code/branches/netp5/src/network/packet/Acknowledgement.cc (modified) * code/branches/netp5/src/network/packet/Acknowledgement.h (modified) * code/branches/netp5/src/network/packet/Chat.cc (modified) * code/branches/netp5/src/network/packet/Chat.h (modified) * code/branches/netp5/src/network/packet/ClassID.cc (modified) * code/branches/netp5/src/network/packet/ClassID.h (modified) * code/branches/netp5/src/network/packet/DeleteObjects.cc (modified) * code/branches/netp5/src/network/packet/DeleteObjects.h (modified) * code/branches/netp5/src/network/packet/FunctionCalls.cc (modified) * code/branches/netp5/src/network/packet/FunctionCalls.h (modified) * code/branches/netp5/src/network/packet/FunctionIDs.cc (modified) * code/branches/netp5/src/network/packet/FunctionIDs.h (modified) * code/branches/netp5/src/network/packet/Gamestate.cc (modified) * code/branches/netp5/src/network/packet/Gamestate.h (modified) * code/branches/netp5/src/network/packet/Packet.cc (modified) * code/branches/netp5/src/network/packet/Packet.h (modified) * code/branches/netp5/src/network/packet/Welcome.cc (modified) * code/branches/netp5/src/network/packet/Welcome.h (modified) * code/branches/netp5/src/network/synchronisable/NetworkCallback.h (modified) * code/branches/netp5/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/netp5/src/network/synchronisable/NetworkCallbackManager.h (modified) * code/branches/netp5/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp5/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp5/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/netp5/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/branches/netp5/src/network/synchronisable/SynchronisableVariable.h (modified) Cleanup in network plus a few dependency reductions (no enet-function ... Sat, 20 Jun 2009 14:29:04 GMT scheusso [3200] * code/branches/netp5 (copied) create new netp5 branch Tue, 26 May 2009 19:20:57 GMT landauf [3084] * code/trunk (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/Game.h (modified) * code/trunk/src/core/GameState.cc (modified) * code/trunk/src/core/GameState.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (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/ConnectionManager.h (modified) * code/trunk/src/network/FunctionCallManager.cc (copied) * code/trunk/src/network/FunctionCallManager.h (copied) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/NetworkFunction.cc (copied) * code/trunk/src/network/NetworkFunction.h (copied) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/TrafficControl.cc (modified) * code/trunk/src/network/TrafficControl.h (modified) * code/trunk/src/network/packet/CMakeLists.txt (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/FunctionCalls.cc (copied) * code/trunk/src/network/packet/FunctionCalls.h (copied) * code/trunk/src/network/packet/FunctionIDs.cc (copied) * code/trunk/src/network/packet/FunctionIDs.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/synchronisable/NetworkCallbackManager.cc (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 (copied) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.h (modified) * code/trunk/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/Test.cc (modified) * code/trunk/src/orxonox/objects/Test.h (modified) * code/trunk/src/orxonox/objects/controllers/AIController.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongBat.cc (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/MultiType.h (modified) * code/trunk/src/util/MultiTypeValue.h (modified) * code/trunk/src/util/Serialise.h (copied) merged netp3 branch back to trunk