# # ChangeLog for code/branches/network64/src/network/synchronisable # # Generated by Trac 1.0.9 # May 31, 2024, 1:38:07 PM Fri, 14 Nov 2008 15:13:06 GMT scheusso [2211] * code/branches/network64/src/network/CMakeLists.txt (modified) * code/branches/network64/src/network/Client.cc (modified) * code/branches/network64/src/network/ConnectionManager.cc (modified) * code/branches/network64/src/network/GamestateClient.cc (modified) * code/branches/network64/src/network/GamestateManager.cc (modified) * code/branches/network64/src/network/packet/DeleteObjects.cc (modified) * code/branches/network64/src/network/packet/Gamestate.h (modified) * code/branches/network64/src/network/packet/Welcome.cc (modified) * code/branches/network64/src/network/synchronisable (added) * code/branches/network64/src/network/synchronisable/CMakeLists.txt (added) * code/branches/network64/src/network/synchronisable/NetworkCallback.h (moved) * code/branches/network64/src/network/synchronisable/Synchronisable.cc (moved) * code/branches/network64/src/network/synchronisable/Synchronisable.h (moved) * code/branches/network64/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/network64/src/orxonox/objects/Level.h (modified) * code/branches/network64/src/orxonox/objects/Scene.h (modified) * code/branches/network64/src/orxonox/objects/Test.h (modified) * code/branches/network64/src/orxonox/objects/infos/Info.h (modified) * code/branches/network64/src/orxonox/objects/worldentities/WorldEntity.h (modified) moved some files (Synchronisable, NetworkCallback) to subfolder ...