# # ChangeLog for code/branches/network3/src/orxonox/objects/SpaceShip.cc # # Generated by Trac 1.0.9 # Sep 21, 2024, 6:18:19 AM Sun, 04 May 2008 23:19:22 GMT scheusso [1232] * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/Client.h (modified) * code/branches/network3/src/network/ClientInformation.h (modified) * code/branches/network3/src/network/ConnectionManager.cc (modified) * code/branches/network3/src/network/ConnectionManager.h (modified) * code/branches/network3/src/network/GameStateClient.cc (modified) * code/branches/network3/src/network/GameStateClient.h (modified) * code/branches/network3/src/network/GameStateManager.cc (modified) * code/branches/network3/src/network/GameStateManager.h (modified) * code/branches/network3/src/network/NetworkPrereqs.h (modified) * code/branches/network3/src/network/PacketDecoder.cc (modified) * code/branches/network3/src/network/PacketGenerator.cc (modified) * code/branches/network3/src/network/PacketManager.h (modified) * code/branches/network3/src/network/PacketTypes.h (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/network/Server.h (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) * code/branches/network3/src/network/Synchronisable.h (modified) * code/branches/network3/src/orxonox/Orxonox.cc (modified) * code/branches/network3/src/orxonox/objects/Camera.cc (modified) * code/branches/network3/src/orxonox/objects/Model.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.h (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) a lot of changes in order to make it possible to have mulpiple ... Thu, 01 May 2008 16:09:54 GMT scheusso [1212] * code/branches/network3/bin/levels/sample.oxw (modified) * code/branches/network3/src/orxonox/CMakeLists.txt (modified) * code/branches/network3/src/orxonox/objects/Camera.cc (modified) * code/branches/network3/src/orxonox/objects/Camera.h (modified) * code/branches/network3/src/orxonox/objects/CameraHandler.cc (copied) * code/branches/network3/src/orxonox/objects/CameraHandler.h (copied) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.h (modified) merged camera branch changes from 1101 to 1202 into network branch ... Thu, 24 Apr 2008 21:00:30 GMT scheusso [1184] * code/branches/network3/bin/levels/sample.oxw (modified) * code/branches/network3/src/network/Client.cc (modified) * code/branches/network3/src/network/Client.h (modified) * code/branches/network3/src/network/Server.cc (modified) * code/branches/network3/src/orxonox/Orxonox.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.h (modified) * code/branches/network3/src/orxonox/objects/WorldEntity.cc (modified) first success: client clones the servers universe and displays it ... Thu, 24 Apr 2008 16:01:12 GMT scheusso [1180] * code/branches/network3/src/network/PacketGenerator.cc (modified) * code/branches/network3/src/network/Synchronisable.cc (modified) * code/branches/network3/src/network/Synchronisable.h (modified) * code/branches/network3/src/orxonox/objects/SpaceShip.cc (modified) synchronisation made progress Thu, 24 Apr 2008 12:26:18 GMT scheusso [1165] * code/branches/network3 (copied) network3 branch recreated Mon, 14 Apr 2008 19:39:57 GMT rgrieder [1064] * code/trunk/src/asylum/network/NetworkFrameListener.h (moved) * code/trunk/src/asylum/util (added) * code/trunk/src/asylum/util/String2Number.h (moved) * code/trunk/src/asylum/util/Tokenizer.h (moved) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/audio/AudioPrereqs.h (modified) * code/trunk/src/audio/AudioStream.cc (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/CoreSettings.h (modified) * code/trunk/src/core/Factory.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/IdentifierDistributor.h (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/OutputHandler.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/orxonox/OrxonoxPlatform.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/MultiTypeMath.h (modified) * code/trunk/src/util/MultiTypeString.cc (modified) * code/trunk/src/util/MultiTypeString.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/vc8/network.vcproj (modified) * code/trunk/visual_studio/vc8/tolua++.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) - replaced all String2Number with ConvertValue - replaced all ...