# # ChangeLog for code/branches/objecthierarchy/src/network/Synchronisable.cc # # Generated by Trac 1.0.9 # May 23, 2024, 8:31:13 PM Sun, 09 Nov 2008 18:11:53 GMT landauf [2168] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/PlayerManager.cc (added) * code/branches/objecthierarchy/src/orxonox/PlayerManager.h (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) Split up LevelManager into LevelManager and PlayerManager where ... Sat, 08 Nov 2008 16:25:43 GMT scheusso [2156] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) standalone mode should be working again now Fri, 07 Nov 2008 21:50:51 GMT scheusso [2153] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) Synchronisable::getSynchronisable function uses now a map to ... Wed, 05 Nov 2008 16:32:54 GMT scheusso [2144] * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) small change in synchronisable and baseobject (check when changing ... Wed, 05 Nov 2008 14:43:16 GMT scheusso [2143] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) added a function unregisterVariable to unregister variable that has ... Tue, 04 Nov 2008 17:39:03 GMT scheusso [2133] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) corrected some problems with objectID's on client and asserts Tue, 04 Nov 2008 16:12:31 GMT scheusso [2132] * code/branches/objecthierarchy/TODO (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.h (modified) * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) * code/branches/objecthierarchy/src/network/packet/Packet.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) bidirectional synchronisation works now: register variables with ... Sun, 02 Nov 2008 11:54:17 GMT rgrieder [2112] * code/branches/objecthierarchy/src/network/ChatListener.cc (modified) * code/branches/objecthierarchy/src/network/ChatListener.h (modified) * code/branches/objecthierarchy/src/network/Client.cc (modified) * code/branches/objecthierarchy/src/network/Client.h (modified) * code/branches/objecthierarchy/src/network/ClientConnection.cc (modified) * code/branches/objecthierarchy/src/network/ClientConnection.h (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.cc (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.h (modified) * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/ClientInformation.h (modified) * code/branches/objecthierarchy/src/network/ConnectionManager.cc (modified) * code/branches/objecthierarchy/src/network/ConnectionManager.h (modified) * code/branches/objecthierarchy/src/network/GamestateClient.cc (modified) * code/branches/objecthierarchy/src/network/GamestateClient.h (modified) * code/branches/objecthierarchy/src/network/GamestateHandler.cc (modified) * code/branches/objecthierarchy/src/network/GamestateHandler.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/GamestateManager.h (modified) * code/branches/objecthierarchy/src/network/Host.cc (modified) * code/branches/objecthierarchy/src/network/Host.h (modified) * code/branches/objecthierarchy/src/network/NetworkCallback.h (modified) * code/branches/objecthierarchy/src/network/NetworkPrereqs.h (modified) * code/branches/objecthierarchy/src/network/PacketBuffer.cc (modified) * code/branches/objecthierarchy/src/network/PacketBuffer.h (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/network/Server.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Acknowledgement.cc (modified) * code/branches/objecthierarchy/src/network/packet/Acknowledgement.h (modified) * code/branches/objecthierarchy/src/network/packet/Chat.cc (modified) * code/branches/objecthierarchy/src/network/packet/Chat.h (modified) * code/branches/objecthierarchy/src/network/packet/ClassID.cc (modified) * code/branches/objecthierarchy/src/network/packet/ClassID.h (modified) * code/branches/objecthierarchy/src/network/packet/DeleteObjects.cc (modified) * code/branches/objecthierarchy/src/network/packet/DeleteObjects.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.h (modified) * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) * code/branches/objecthierarchy/src/network/packet/Packet.h (modified) * code/branches/objecthierarchy/src/network/packet/Welcome.cc (modified) * code/branches/objecthierarchy/src/network/packet/Welcome.h (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) Test: replacing namespace network with namespace orxonox. ... Wed, 29 Oct 2008 16:19:02 GMT scheusso [2062] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) client->server synchronisation of controllable entities works now Tue, 28 Oct 2008 23:48:11 GMT landauf [2041] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) bugs-- network++ endurance-- tiredness++ but it still doesn't ... Tue, 28 Oct 2008 21:52:12 GMT scheusso [2035] * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) objects with non-existing creator (on client-side) get ignored now Tue, 28 Oct 2008 21:34:45 GMT landauf [2034] * code/branches/objecthierarchy/src/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/util/Debug.h (modified) Synchronisable translates creator <-> creatorID Tue, 28 Oct 2008 20:50:58 GMT scheusso [2033] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) some minor bugs fixed Tue, 28 Oct 2008 20:26:23 GMT landauf [2032] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) a small change to test something Tue, 28 Oct 2008 20:11:02 GMT landauf [2031] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.cc (modified) some small adjustments in the network Tue, 28 Oct 2008 19:02:32 GMT scheusso [2028] * code/branches/objecthierarchy/TODO (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/updateMedia.sh (modified) updated updateMedia script updated TODO file we are able to ... Mon, 27 Oct 2008 03:08:51 GMT landauf [2019] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/core/Factory.cc (modified) * code/branches/objecthierarchy/src/core/Factory.h (modified) * code/branches/objecthierarchy/src/core/Functor.h (modified) * code/branches/objecthierarchy/src/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/Loader.cc (modified) * code/branches/objecthierarchy/src/core/Namespace.cc (modified) * code/branches/objecthierarchy/src/core/Namespace.h (modified) * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/core/Template.h (modified) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (added) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (added) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Camera.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Camera.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/CameraHandler.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/CameraHandler.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/ParticleSpawner.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/Scene.h (added) * code/branches/objecthierarchy/src/orxonox/objects/Script.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Script.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.h (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayText.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/BillboardSet.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/Light.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Light.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/objecthierarchy/src/util/Math.cc (modified) * code/branches/objecthierarchy/src/util/Math.h (modified) * code/branches/objecthierarchy/src/util/OutputHandler.cc (modified) * code/branches/objecthierarchy/src/util/String.cc (modified) * code/branches/objecthierarchy/src/util/String.h (modified) many changes, most important: BaseObject takes now a pointer to it's ... Sat, 25 Oct 2008 17:56:40 GMT scheusso [2011] * code/branches/objecthierarchy/TODO (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/orxonox/Settings.cc (modified) use the new media path now Tue, 21 Oct 2008 15:53:09 GMT scheusso [1990] * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/GamestateClient.cc (modified) * code/branches/objecthierarchy/src/network/GamestateClient.h (modified) * code/branches/objecthierarchy/src/network/GamestateHandler.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/GamestateManager.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) - some adjustments in client handling (we use unsigned int as id now ... Tue, 21 Oct 2008 14:56:41 GMT landauf [1989] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy/src/core/Template.cc (moved) * code/branches/objecthierarchy/src/core/Template.h (moved) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Camera.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Camera.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (modified) - added ControllableEntity, the baseclass of all players, vehicles ... Sat, 18 Oct 2008 23:36:13 GMT landauf [1945] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) added option "forceCallback" to updateData(...) in Synchronisable to ... Sat, 18 Oct 2008 20:58:46 GMT landauf [1940] * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/core/Factory.cc (modified) * code/branches/objecthierarchy/src/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/network/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.h (modified) * code/branches/objecthierarchy/src/network/GamestateClient.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/Settings.cc (modified) * code/branches/objecthierarchy/src/orxonox/Settings.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes (added) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.h (added) * code/branches/objecthierarchy/src/orxonox/objects/infos (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.h (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.h (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (added) did some first (and very unfinished) steps to deal with different ... Sun, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy