# # ChangeLog for code/branches/network64 # # Generated by Trac 1.0.9 # May 24, 2024, 1:58:03 AM Mon, 08 Dec 2008 19:36:27 GMT scheusso [2355] * code/branches/network64/src/network/CMakeLists.txt (modified) * code/branches/network64/src/network/ClientInformation.cc (modified) * code/branches/network64/src/network/ClientInformation.h (modified) * code/branches/network64/src/network/GamestateManager.cc (modified) * code/branches/network64/src/network/NetworkPrereqs.h (modified) * code/branches/network64/src/network/TrafficControl.cc (added) * code/branches/network64/src/network/TrafficControl.h (added) * code/branches/network64/src/network/packet/Gamestate.cc (modified) * code/branches/network64/src/network/packet/Gamestate.h (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.h (modified) * code/branches/network64/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/Model.cc (modified) merged network branch to network64 branch not everything working yet ... Wed, 03 Dec 2008 13:07:32 GMT scheusso [2316] * code/branches/network64/src/network/packet/Welcome.cc (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.cc (modified) endianness test Tue, 02 Dec 2008 20:28:06 GMT rgrieder [2312] * code/branches/network64/src/network/synchronisable/NetworkCallbackManager.h (modified) * code/branches/network64/visual_studio/vc8/network.vcproj (modified) msvc update. Tue, 02 Dec 2008 20:17:23 GMT scheusso [2311] * code/branches/network64/src/network/synchronisable/NetworkCallbackManager.cc (added) * code/branches/network64/src/network/synchronisable/NetworkCallbackManager.h (added) seems like some old files have been forgoten once upon a time ... Tue, 02 Dec 2008 20:15:38 GMT rgrieder [2310] * code/branches/network64/src/core/CoreIncludes.h (modified) * code/branches/network64/src/core/Identifier.h (modified) Fixed build (missing include). Tue, 02 Dec 2008 20:10:00 GMT scheusso [2309] * code/branches/network64/src/core/CoreIncludes.h (modified) * code/branches/network64/src/core/Factory.cc (modified) * code/branches/network64/src/core/Factory.h (modified) * code/branches/network64/src/core/Identifier.cc (modified) * code/branches/network64/src/core/Identifier.h (modified) * code/branches/network64/src/network/GamestateClient.cc (modified) * code/branches/network64/src/network/GamestateManager.cc (modified) * code/branches/network64/src/network/NetworkPrereqs.h (modified) * code/branches/network64/src/network/packet/Gamestate.cc (modified) * code/branches/network64/src/network/packet/Gamestate.h (modified) * code/branches/network64/src/network/synchronisable/CMakeLists.txt (modified) * code/branches/network64/src/network/synchronisable/NetworkCallback.h (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.h (modified) * code/branches/network64/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/network64/src/orxonox/objects/Test.cc (modified) * code/branches/network64/src/orxonox/objects/Test.h (modified) made some adjustments mostly to the networkid (classid) in order to ... Tue, 02 Dec 2008 18:44:22 GMT rgrieder [2307] * code/branches/network64/src/network/synchronisable/CMakeLists.txt (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.h (modified) * code/branches/network64/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/network64/visual_studio/vc8/network.vcproj (modified) - Removed source file inclusion in Synchronisable.cc (please don't do ... Mon, 24 Nov 2008 12:24:52 GMT scheusso [2255] * code/branches/network64/src/network/synchronisable/SynchronisableVariable.cc (modified) Synchronisation of Ogre::Degree works now (some small stupid error) ... Sat, 22 Nov 2008 12:38:49 GMT scheusso [2247] * code/branches/network64/src/orxonox/OrxonoxStableHeaders.h (modified) reverted emptying of stable headers ^^ Sat, 22 Nov 2008 11:12:41 GMT scheusso [2246] * code/branches/network64/src/network/synchronisable/SynchronisableSpecialisations.cc (added) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.h (modified) forgot a file and removed some debug output Sat, 22 Nov 2008 10:54:48 GMT scheusso [2245] * code/branches/network64/src/network/NetworkPrereqs.h (modified) * code/branches/network64/src/network/synchronisable/CMakeLists.txt (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/network64/src/network/synchronisable/Synchronisable.h (modified) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.cc (added) * code/branches/network64/src/network/synchronisable/SynchronisableVariable.h (added) * code/branches/network64/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/network64/src/orxonox/objects/Level.cc (modified) * code/branches/network64/src/orxonox/objects/Scene.cc (modified) * code/branches/network64/src/orxonox/objects/Test.cc (modified) * code/branches/network64/src/orxonox/objects/Test.h (modified) * code/branches/network64/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/network64/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/network64/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/network64/src/util/mbool.h (modified) most coding is done, still testing now types should get transfered ... 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 ... Fri, 14 Nov 2008 14:38:06 GMT scheusso [2210] * code/branches/network64 (copied) create new network branch with the aim to get 64bit support