# # ChangeLog for code/branches/pch/src/orxonox/objects/gametypes/UnderAttack.h # # Generated by Trac 1.0.9 # Jun 15, 2024, 8:42:46 PM Mon, 15 Jun 2009 18:20:14 GMT rgrieder [3179] * code/branches/pch/src/orxonox/objects/gametypes/Asteroids.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Asteroids.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Deathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Deathmatch.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Pong.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/Pong.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamBaseMatch.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamDeathmatch.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/UnderAttack.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/UnderAttack.h (modified) * code/branches/pch/src/orxonox/objects/infos/Bot.cc (modified) * code/branches/pch/src/orxonox/objects/infos/Bot.h (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.h (modified) * code/branches/pch/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/pch/src/orxonox/objects/infos/HumanPlayer.h (modified) * code/branches/pch/src/orxonox/objects/infos/Info.cc (modified) * code/branches/pch/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/pch/src/orxonox/objects/infos/PongBot.h (modified) * code/branches/pch/src/orxonox/objects/items/Engine.cc (modified) * code/branches/pch/src/orxonox/objects/items/Engine.h (modified) * code/branches/pch/src/orxonox/objects/items/Item.cc (modified) * code/branches/pch/src/orxonox/objects/items/Item.h (modified) * code/branches/pch/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/branches/pch/src/orxonox/objects/items/MultiStateEngine.h (modified) Cleanup in gametypes, infos and items Mon, 15 Jun 2009 09:52:13 GMT rgrieder [3177] * code/branches/pch/src/orxonox/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/GraphicsManager.cc (modified) * code/branches/pch/src/orxonox/PawnManager.h (modified) * code/branches/pch/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/pch/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/pch/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/pch/src/orxonox/interfaces (added) * code/branches/pch/src/orxonox/interfaces/CMakeLists.txt (added) * code/branches/pch/src/orxonox/interfaces/GametypeMessageListener.h (moved) * code/branches/pch/src/orxonox/interfaces/InterfaceCompilation.cc (moved) * code/branches/pch/src/orxonox/interfaces/PawnListener.h (moved) * code/branches/pch/src/orxonox/interfaces/RadarListener.h (moved) * code/branches/pch/src/orxonox/interfaces/RadarViewable.cc (moved) * code/branches/pch/src/orxonox/interfaces/RadarViewable.h (moved) * code/branches/pch/src/orxonox/interfaces/Teamcolourable.h (moved) * code/branches/pch/src/orxonox/interfaces/Tickable.h (moved) * code/branches/pch/src/orxonox/interfaces/TimeFactorListener.h (moved) * code/branches/pch/src/orxonox/interfaces/WindowEventListener.h (moved) * code/branches/pch/src/orxonox/objects/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/objects/GametypeMessageListener.cc (deleted) * code/branches/pch/src/orxonox/objects/Radar.cc (modified) * code/branches/pch/src/orxonox/objects/Radar.h (modified) * code/branches/pch/src/orxonox/objects/RadarListener.cc (deleted) * code/branches/pch/src/orxonox/objects/Scene.h (modified) * code/branches/pch/src/orxonox/objects/Teamcolourable.cc (deleted) * code/branches/pch/src/orxonox/objects/Test.h (modified) * code/branches/pch/src/orxonox/objects/Tickable.cc (deleted) * code/branches/pch/src/orxonox/objects/controllers/AIController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/ArtificialController.h (modified) * code/branches/pch/src/orxonox/objects/controllers/PongAI.h (modified) * code/branches/pch/src/orxonox/objects/controllers/WaypointController.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/pch/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/pch/src/orxonox/objects/gametypes/UnderAttack.h (modified) * code/branches/pch/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/branches/pch/src/orxonox/objects/items/Engine.h (modified) * code/branches/pch/src/orxonox/objects/pickup/DroppedItem.h (modified) * code/branches/pch/src/orxonox/objects/pickup/PickupSpawner.h (modified) * code/branches/pch/src/orxonox/objects/weaponsystem/projectiles/Projectile.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Billboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/BlinkingBillboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/FadingBillboard.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/ForceField.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Light.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/Planet.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/CheckPoint.h (modified) * code/branches/pch/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/pch/src/orxonox/overlays/FadeoutText.h (modified) * code/branches/pch/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/pch/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/branches/pch/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/branches/pch/src/orxonox/overlays/hud/AnnounceMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/DeathMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/GametypeStatus.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDHealthBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/pch/src/orxonox/overlays/hud/HUDTimer.h (modified) * code/branches/pch/src/orxonox/overlays/hud/KillMessage.h (modified) * code/branches/pch/src/orxonox/overlays/hud/PongScore.h (modified) * code/branches/pch/src/orxonox/overlays/hud/TeamBaseMatchScore.h (modified) * code/branches/pch/src/orxonox/overlays/map/Map.cc (modified) * code/branches/pch/src/orxonox/overlays/map/Map.h (modified) * code/branches/pch/src/orxonox/overlays/notifications/NotificationQueue.h (modified) * code/branches/pch/src/orxonox/overlays/stats/Scoreboard.h (modified) * code/branches/pch/src/orxonox/overlays/stats/Stats.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) * code/branches/pch/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/pch/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/pch/src/orxonox/tools/PawnListener.cc (deleted) * code/branches/pch/src/orxonox/tools/Shader.h (modified) * code/branches/pch/src/orxonox/tools/TimeFactorListener.cc (deleted) * code/branches/pch/src/orxonox/tools/Timer.h (modified) Moved interface classes to orxonox/interfaces. This resolves certain ... Wed, 03 Jun 2009 17:20:36 GMT rgrieder [3114] * code/branches/pch (copied) Creating branch for experimental precompiled header file support. Sat, 23 May 2009 19:57:52 GMT landauf [3033] * code/trunk (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/objects/gametypes/Asteroids.cc (copied) * code/trunk/src/orxonox/objects/gametypes/Asteroids.h (copied) * code/trunk/src/orxonox/objects/gametypes/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.h (modified) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc (copied) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.h (copied) * code/trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/TeamDeathmatch.h (modified) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.cc (copied) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.h (copied) * code/trunk/src/orxonox/objects/quest/QuestEffectBeacon.cc (modified) * code/trunk/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/worldentities/ForceField.cc (copied) * code/trunk/src/orxonox/objects/worldentities/ForceField.h (copied) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/SpawnPoint.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Destroyer.cc (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/Destroyer.h (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.h (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.h (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/trunk/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/hud/HUDTimer.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDTimer.h (copied) merged gametypes branch back to trunk