# # ChangeLog for code/branches/pch/src/orxonox/OrxonoxPrereqs.h # # Generated by Trac 1.0.9 # Jun 7, 2024, 1:29:23 PM Sat, 13 Jun 2009 14:57:55 GMT rgrieder [3156] * code/branches/pch/src/core/BaseObject.h (modified) * code/branches/pch/src/core/Core.h (modified) * code/branches/pch/src/core/CorePrereqs.h (modified) * code/branches/pch/src/core/Namespace.h (modified) * code/branches/pch/src/core/Super.h (modified) * code/branches/pch/src/core/XMLIncludes.h (deleted) * code/branches/pch/src/core/XMLPort.h (modified) * code/branches/pch/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/pch/src/orxonox/gui/GUIManager.h (modified) * code/branches/pch/src/orxonox/sound/SoundBase.h (modified) * code/branches/pch/src/orxonox/sound/SoundManager.h (modified) Moved the forward declaration I found to the prereqs.h files. Tue, 09 Jun 2009 17:51:00 GMT rgrieder [3130] * code/branches/pch/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.cc (modified) * code/branches/pch/src/orxonox/objects/RadarViewable.h (modified) * code/branches/pch/src/orxonox/tools/DynamicLines.cc (moved) * code/branches/pch/src/orxonox/tools/DynamicLines.h (modified) * code/branches/pch/src/orxonox/tools/DynamicRenderable.cc (moved) * code/branches/pch/src/orxonox/tools/DynamicRenderable.h (modified) Cleaned out DynamicLines and DynamicRenderable classes and put them ... Wed, 03 Jun 2009 17:20:36 GMT rgrieder [3114] * code/branches/pch (copied) Creating branch for experimental precompiled header file support. Wed, 27 May 2009 23:58:22 GMT landauf [3099] * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/GametypeMessageListener.cc (added) * code/trunk/src/orxonox/objects/GametypeMessageListener.h (added) * code/trunk/src/orxonox/objects/gametypes/Asteroids.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Pong.cc (modified) * code/trunk/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/trunk/src/orxonox/objects/gametypes/UnderAttack.cc (modified) * code/trunk/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/trunk/src/orxonox/objects/infos/GametypeInfo.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (modified) * code/trunk/src/orxonox/overlays/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/FadeoutText.cc (added) * code/trunk/src/orxonox/overlays/FadeoutText.h (added) * code/trunk/src/orxonox/overlays/OverlayText.h (modified) * code/trunk/src/orxonox/overlays/hud/AnnounceMessage.cc (added) * code/trunk/src/orxonox/overlays/hud/AnnounceMessage.h (added) * code/trunk/src/orxonox/overlays/hud/CMakeLists.txt (modified) * code/trunk/src/orxonox/overlays/hud/DeathMessage.cc (added) * code/trunk/src/orxonox/overlays/hud/DeathMessage.h (added) * code/trunk/src/orxonox/overlays/hud/KillMessage.cc (added) * code/trunk/src/orxonox/overlays/hud/KillMessage.h (added) Added Gameplay messages (Announces, Killmessages and Deathmessages)