# # ChangeLog for code/branches/objecthierarchy # # Generated by Trac 1.0.9 # Apr 30, 2024, 9:49:18 AM Mon, 20 Oct 2008 10:17:56 GMT landauf [1970] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Template.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/Template.h (added) added Template class Mon, 20 Oct 2008 00:08:04 GMT landauf [1969] * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.h (modified) some small adjustments in Trigger (console command and xmlport) Sun, 19 Oct 2008 23:47:41 GMT landauf [1968] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/Backlight.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.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/tools/Timer.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.h (modified) added MovableEntity with network optimization for constant velocity ... Sun, 19 Oct 2008 22:14:16 GMT rgrieder [1962] * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (modified) small fixes. Sun, 19 Oct 2008 22:04:03 GMT rgrieder [1961] * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/LuaBind.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Script.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.h (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) updated msvc files and adjusted merged files. Sun, 19 Oct 2008 21:53:31 GMT landauf [1960] * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/ClientInformation.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.cc (modified) - some unsigned int conversions (except gamestatemanager) - small ... Sun, 19 Oct 2008 21:46:37 GMT rgrieder [1959] * code/branches/objecthierarchy (modified) * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/Loader.cc (modified) * code/branches/objecthierarchy/src/core/LuaBind.cc (copied) * code/branches/objecthierarchy/src/core/LuaBind.h (copied) * code/branches/objecthierarchy/src/core/Script.cc (deleted) * code/branches/objecthierarchy/src/core/Script.h (deleted) * code/branches/objecthierarchy/src/core/tolua/tolua.pkg (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.cc (copied) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.h (copied) * code/branches/objecthierarchy/src/orxonox/objects/Script.cc (copied) * code/branches/objecthierarchy/src/orxonox/objects/Script.h (copied) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (copied) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.h (copied) * code/branches/objecthierarchy/visual_studio/vc8/base.vsprops (modified) Merged script_trigger branch into objecthierarchy branch. Also ... Sun, 19 Oct 2008 21:36:56 GMT scheusso [1958] * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (added) and here are the missing files Sun, 19 Oct 2008 21:36:32 GMT scheusso [1957] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) small Test-object Sun, 19 Oct 2008 20:12:50 GMT scheusso [1955] * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/ClientInformation.h (modified) ClientInformation is now consisten with other classes regarding ... Sun, 19 Oct 2008 19:50:36 GMT landauf [1953] * code/branches/objecthierarchy/src/network/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/network/ChatListener.cc (added) * code/branches/objecthierarchy/src/network/ChatListener.h (added) * 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/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/Host.cc (modified) * code/branches/objecthierarchy/src/network/Host.h (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/network/Server.h (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (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/overlays/console/InGameConsole.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (added) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (added) added chat overlay Sun, 19 Oct 2008 18:42:39 GMT scheusso [1952] * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) -fixed a compiler error -fixed a problem with multiple clients connected Sun, 19 Oct 2008 15:32:58 GMT landauf [1950] * code/branches/objecthierarchy/src/core/BaseObject.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/worldentities/PositionableEntity.h (modified) small update to do further network tests Sun, 19 Oct 2008 12:24:33 GMT rgrieder [1949] * code/branches/objecthierarchy/src/core/Core.cc (modified) * code/branches/objecthierarchy/src/core/Core.h (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.cc (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/GSLevel.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/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.cc (modified) Moved all showsGraphics, hasServer, etc. functions from Settings ... Sun, 19 Oct 2008 12:22:54 GMT rgrieder [1948] * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) Fixed a bug with an index variable not being set to 0 first. Sun, 19 Oct 2008 12:22:06 GMT rgrieder [1947] * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/network/NetworkCallback.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.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/visual_studio/vc8/network.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) updated msvc files. Sun, 19 Oct 2008 01:23:52 GMT landauf [1946] * code/branches/objecthierarchy/src/core/ConfigValueContainer.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.h (modified) synchronizes the players name 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 22:09:01 GMT scheusso [1944] * code/branches/objecthierarchy/src/network/GamestateClient.cc (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) Some fixes in gamestate generation and handling (especially when no ... Sat, 18 Oct 2008 21:28:49 GMT landauf [1943] * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) more fixes... damn strings :D Sat, 18 Oct 2008 21:22:38 GMT landauf [1942] * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) another small fix and a new levelfile (media update) Sat, 18 Oct 2008 21:12:38 GMT scheusso [1941] * code/branches/objecthierarchy/src/network/Server.cc (modified) small fix 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 ... Sat, 18 Oct 2008 15:46:27 GMT scheusso [1939] * code/branches/objecthierarchy/src/network/ClientConnectionListener.cc (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.h (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) forgot some things Fri, 17 Oct 2008 19:24:30 GMT scheusso [1938] * code/branches/objecthierarchy/src/network/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/network/ClientConnectionListener.cc (added) * code/branches/objecthierarchy/src/network/ClientConnectionListener.h (added) * code/branches/objecthierarchy/src/network/NetworkPrereqs.h (modified) added ClientConnectionListener that get information about clients ... Mon, 13 Oct 2008 22:43:33 GMT rgrieder [1918] * code/branches/objecthierarchy/visual_studio/vc8/network.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/network.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vsprops (modified) updated msvc files Mon, 13 Oct 2008 22:30:17 GMT landauf [1917] * code/branches/objecthierarchy/src/network/Client.cc (modified) * code/branches/objecthierarchy/src/network/GamestateClient.cc (modified) added some includes Mon, 13 Oct 2008 22:20:14 GMT landauf [1916] * code/branches/objecthierarchy/src/network/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/network/ClientConnection.h (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.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.h (modified) * code/branches/objecthierarchy/src/network/Host.h (modified) * code/branches/objecthierarchy/src/network/NetworkCallback.h (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.h (modified) * code/branches/objecthierarchy/src/network/packet/Acknowledgement.h (modified) * code/branches/objecthierarchy/src/network/packet/Chat.h (modified) * code/branches/objecthierarchy/src/network/packet/ClassID.h (modified) * code/branches/objecthierarchy/src/network/packet/DeleteObjects.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.h (modified) * code/branches/objecthierarchy/src/network/packet/Packet.h (modified) * code/branches/objecthierarchy/src/network/packet/Welcome.h (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Ambient.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Ambient.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/BillboardProjectile.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/BillboardProjectile.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Model.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Model.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/NPC.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/NPC.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/ParticleProjectile.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/ParticleProjectile.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Projectile.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Projectile.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Radar.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/RadarViewable.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/RadarViewable.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/RotatingProjectile.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/RotatingProjectile.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Skybox.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/Skybox.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/SpaceShip.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/SpaceShip.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/SpaceShipAI.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/SpaceShipAI.h (deleted) * code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.cc (deleted) * code/branches/objecthierarchy/src/orxonox/objects/WorldEntity.h (deleted) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) removed WorldEntity, SpaceShip and several other objects removed ... Sun, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy Sun, 12 Oct 2008 22:29:45 GMT landauf [1911] * code/trunk/src/orxonox/objects/Camera.cc (modified) small camera fix