# # ChangeLog for code/branches/resource2/src/network/packet # # Generated by Trac 1.0.9 # Jun 3, 2024, 4:10:00 PM Wed, 05 Aug 2009 15:15:35 GMT rgrieder [5610] * code/branches/resource2/cmake/ParseMacroArguments.cmake (modified) * code/branches/resource2/src/core/ClassFactory.h (modified) * code/branches/resource2/src/core/Factory.cc (modified) * code/branches/resource2/src/core/Factory.h (modified) * code/branches/resource2/src/network/CMakeLists.txt (modified) * code/branches/resource2/src/network/packet/CMakeLists.txt (modified) * code/branches/resource2/src/network/synchronisable/CMakeLists.txt (modified) * code/branches/resource2/src/util/CMakeLists.txt (modified) Improved CMake performance for runs after the first one. There are ... Thu, 30 Jul 2009 13:38:10 GMT rgrieder [3373] * code/branches/resource2 (copied) Created new resource branch to actually work on resource management. Sat, 18 Jul 2009 16:23:31 GMT rgrieder [3304] * code/trunk (modified) * code/trunk/cmake/LibraryConfig.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Clock.cc (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/IRC.h (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Thread.cc (copied) * code/trunk/src/core/Thread.h (copied) * code/trunk/src/core/ThreadPool.cc (copied) * code/trunk/src/core/ThreadPool.h (copied) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/Connection.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.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/NetworkFunction.cc (modified) * code/trunk/src/network/NetworkFunction.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (deleted) * code/trunk/src/network/PacketBuffer.h (deleted) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/FunctionIDs.cc (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.h (modified) * code/trunk/src/orxonox/LevelManager.h (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Serialise.h (modified) Merged netp6 branch back to the trunk.