# # ChangeLog for code/trunk/src/core/Thread.h # # Generated by Trac 1.0.9 # Jun 1, 2024, 1:19:05 PM 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. Sun, 28 Jun 2009 13:04:30 GMT scheusso [3240] * code/branches/netp6/src/core/CorePrereqs.h (modified) * code/branches/netp6/src/core/Thread.cc (modified) * code/branches/netp6/src/core/Thread.h (modified) * code/branches/netp6/src/core/ThreadPool.cc (modified) * code/branches/netp6/src/core/ThreadPool.h (modified) * code/branches/netp6/src/network/GamestateManager.cc (modified) * code/branches/netp6/src/network/GamestateManager.h (modified) * code/branches/netp6/src/network/Host.cc (modified) * code/branches/netp6/src/network/Server.cc (modified) * code/branches/netp6/src/network/Server.h (modified) * code/branches/netp6/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/netp6/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp6/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/netp6/src/orxonox/gamestates/GSDedicated.cc (modified) a lot of cleanup some bugfixes (Thread, ThreadPool) the biggest ...