# # ChangeLog for code/branches/netp2/src/network/packet/Packet.cc # # Generated by Trac 1.0.9 # Jun 11, 2024, 10:45:35 PM Fri, 01 May 2009 07:47:34 GMT scheusso [2944] * code/branches/netp2/src/network/FunctionCallManager.cc (modified) * code/branches/netp2/src/network/NetworkFunction.cc (modified) * code/branches/netp2/src/network/NetworkFunction.h (modified) * code/branches/netp2/src/network/Server.cc (modified) * code/branches/netp2/src/network/packet/FunctionCalls.cc (modified) * code/branches/netp2/src/network/packet/Packet.cc (modified) * code/branches/netp2/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/netp2/src/orxonox/objects/Test.cc (modified) * code/branches/netp2/src/orxonox/objects/Test.h (modified) this is another commit for testing purpose still trying to get ... Wed, 29 Apr 2009 14:05:35 GMT scheusso [2937] * code/branches/netp2/src/network/CMakeLists.txt (modified) * code/branches/netp2/src/network/FunctionCallManager.cc (added) * code/branches/netp2/src/network/FunctionCallManager.h (added) * code/branches/netp2/src/network/NetworkFunction.cc (added) * code/branches/netp2/src/network/NetworkFunction.h (added) * code/branches/netp2/src/network/NetworkPrereqs.h (modified) * code/branches/netp2/src/network/packet/CMakeLists.txt (modified) * code/branches/netp2/src/network/packet/ClassID.cc (modified) * code/branches/netp2/src/network/packet/FunctionIDs.cc (added) * code/branches/netp2/src/network/packet/FunctionIDs.h (added) * code/branches/netp2/src/network/packet/Packet.cc (modified) * code/branches/netp2/src/network/packet/Packet.h (modified) * code/branches/netp2/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp2/src/network/synchronisable/SynchronisableVariableSpecialisations.h (deleted) * code/branches/netp2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/netp2/src/orxonox/objects/Test.cc (modified) * code/branches/netp2/src/orxonox/objects/Test.h (modified) * code/branches/netp2/src/util/MultiType.h (modified) commit for testing reasons - added possibility to transfer function ... Mon, 23 Mar 2009 15:57:42 GMT scheusso [2835] * code/branches/netp2 (copied) create new netp branch (in order to play multiplayer pong ^^) Wed, 11 Mar 2009 15:06:31 GMT rgrieder [2773] * code/trunk/src/core/input/ExtendedInputState.cc (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/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/GamestateHandler.cc (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (modified) * code/trunk/src/network/PacketBuffer.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/DeleteObjects.cc (modified) * code/trunk/src/network/packet/Gamestate.cc (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/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Sleep.cc (added) * code/trunk/src/util/Sleep.h (modified) Removed all enet and boost includes from header files in the network ...