# # ChangeLog for code/branches/objecthierarchy/src/orxonox/overlays # # Generated by Trac 1.0.9 # May 10, 2024, 10:31:08 AM 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 Fri, 03 Oct 2008 12:44:46 GMT rgrieder [1879] * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) Removed some always-true statements that gcc issued with the -W ...