[Orxonox-commit 578] r3110 - in trunk/src/orxonox: . gamestates gui objects objects/collisionshapes objects/controllers objects/gametypes objects/infos objects/items objects/quest objects/weaponsystem objects/weaponsystem/munitions objects/weaponsystem/projectiles objects/weaponsystem/weaponmodes objects/worldentities objects/worldentities/pawns objects/worldentities/triggers overlays overlays/console overlays/debug overlays/hud overlays/map overlays/notifications overlays/stats tools
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Jun 2 19:38:51 CEST 2009
Author: rgrieder
Date: 2009-06-02 19:38:48 +0200 (Tue, 02 Jun 2009)
New Revision: 3110
Removed:
trunk/src/orxonox/pch/
Modified:
trunk/src/orxonox/CMakeLists.txt
trunk/src/orxonox/CameraManager.cc
trunk/src/orxonox/GraphicsManager.cc
trunk/src/orxonox/LevelManager.cc
trunk/src/orxonox/Main.cc
trunk/src/orxonox/PawnManager.cc
trunk/src/orxonox/PlayerManager.cc
trunk/src/orxonox/gamestates/GSClient.cc
trunk/src/orxonox/gamestates/GSDedicated.cc
trunk/src/orxonox/gamestates/GSGraphics.cc
trunk/src/orxonox/gamestates/GSIOConsole.cc
trunk/src/orxonox/gamestates/GSLevel.cc
trunk/src/orxonox/gamestates/GSMainMenu.cc
trunk/src/orxonox/gamestates/GSRoot.cc
trunk/src/orxonox/gamestates/GSServer.cc
trunk/src/orxonox/gamestates/GSStandalone.cc
trunk/src/orxonox/gui/GUIManager.cc
trunk/src/orxonox/objects/EventDispatcher.cc
trunk/src/orxonox/objects/EventListener.cc
trunk/src/orxonox/objects/EventTarget.cc
trunk/src/orxonox/objects/GlobalShader.cc
trunk/src/orxonox/objects/Level.cc
trunk/src/orxonox/objects/Radar.cc
trunk/src/orxonox/objects/RadarListener.cc
trunk/src/orxonox/objects/RadarViewable.cc
trunk/src/orxonox/objects/Scene.cc
trunk/src/orxonox/objects/Script.cc
trunk/src/orxonox/objects/Teamcolourable.cc
trunk/src/orxonox/objects/Test.cc
trunk/src/orxonox/objects/Tickable.cc
trunk/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc
trunk/src/orxonox/objects/collisionshapes/CollisionShape.cc
trunk/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc
trunk/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc
trunk/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc
trunk/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc
trunk/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc
trunk/src/orxonox/objects/controllers/AIController.cc
trunk/src/orxonox/objects/controllers/ArtificialController.cc
trunk/src/orxonox/objects/controllers/Controller.cc
trunk/src/orxonox/objects/controllers/HumanController.cc
trunk/src/orxonox/objects/controllers/PongAI.cc
trunk/src/orxonox/objects/controllers/ScriptController.cc
trunk/src/orxonox/objects/controllers/WaypointController.cc
trunk/src/orxonox/objects/controllers/WaypointPatrolController.cc
trunk/src/orxonox/objects/gametypes/Asteroids.cc
trunk/src/orxonox/objects/gametypes/Deathmatch.cc
trunk/src/orxonox/objects/gametypes/Gametype.cc
trunk/src/orxonox/objects/gametypes/Pong.cc
trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc
trunk/src/orxonox/objects/gametypes/UnderAttack.cc
trunk/src/orxonox/objects/infos/Bot.cc
trunk/src/orxonox/objects/infos/GametypeInfo.cc
trunk/src/orxonox/objects/infos/HumanPlayer.cc
trunk/src/orxonox/objects/infos/Info.cc
trunk/src/orxonox/objects/infos/PlayerInfo.cc
trunk/src/orxonox/objects/infos/PongBot.cc
trunk/src/orxonox/objects/items/Engine.cc
trunk/src/orxonox/objects/items/Item.cc
trunk/src/orxonox/objects/items/MultiStateEngine.cc
trunk/src/orxonox/objects/quest/AddQuest.cc
trunk/src/orxonox/objects/quest/AddQuestHint.cc
trunk/src/orxonox/objects/quest/AddReward.cc
trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc
trunk/src/orxonox/objects/quest/CompleteQuest.cc
trunk/src/orxonox/objects/quest/FailQuest.cc
trunk/src/orxonox/objects/quest/GlobalQuest.cc
trunk/src/orxonox/objects/quest/LocalQuest.cc
trunk/src/orxonox/objects/quest/Quest.cc
trunk/src/orxonox/objects/quest/QuestDescription.cc
trunk/src/orxonox/objects/quest/QuestEffect.cc
trunk/src/orxonox/objects/quest/QuestEffectBeacon.cc
trunk/src/orxonox/objects/quest/QuestHint.cc
trunk/src/orxonox/objects/quest/QuestItem.cc
trunk/src/orxonox/objects/quest/QuestListener.cc
trunk/src/orxonox/objects/quest/QuestManager.cc
trunk/src/orxonox/objects/quest/QuestNotification.cc
trunk/src/orxonox/objects/quest/Rewardable.cc
trunk/src/orxonox/objects/weaponsystem/DefaultWeaponmodeLink.cc
trunk/src/orxonox/objects/weaponsystem/Munition.cc
trunk/src/orxonox/objects/weaponsystem/MuzzleFlash.cc
trunk/src/orxonox/objects/weaponsystem/Weapon.cc
trunk/src/orxonox/objects/weaponsystem/WeaponMode.cc
trunk/src/orxonox/objects/weaponsystem/WeaponPack.cc
trunk/src/orxonox/objects/weaponsystem/WeaponSet.cc
trunk/src/orxonox/objects/weaponsystem/WeaponSlot.cc
trunk/src/orxonox/objects/weaponsystem/WeaponSystem.cc
trunk/src/orxonox/objects/weaponsystem/munitions/FusionMunition.cc
trunk/src/orxonox/objects/weaponsystem/munitions/LaserMunition.cc
trunk/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.cc
trunk/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc
trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc
trunk/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc
trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc
trunk/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.cc
trunk/src/orxonox/objects/weaponsystem/weaponmodes/FusionFire.cc
trunk/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.cc
trunk/src/orxonox/objects/weaponsystem/weaponmodes/LaserFire.cc
trunk/src/orxonox/objects/weaponsystem/weaponmodes/LightningGun.cc
trunk/src/orxonox/objects/worldentities/Attacher.cc
trunk/src/orxonox/objects/worldentities/Backlight.cc
trunk/src/orxonox/objects/worldentities/BigExplosion.cc
trunk/src/orxonox/objects/worldentities/Billboard.cc
trunk/src/orxonox/objects/worldentities/BlinkingBillboard.cc
trunk/src/orxonox/objects/worldentities/Camera.cc
trunk/src/orxonox/objects/worldentities/CameraPosition.cc
trunk/src/orxonox/objects/worldentities/ControllableEntity.cc
trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc
trunk/src/orxonox/objects/worldentities/FadingBillboard.cc
trunk/src/orxonox/objects/worldentities/Light.cc
trunk/src/orxonox/objects/worldentities/MobileEntity.cc
trunk/src/orxonox/objects/worldentities/Model.cc
trunk/src/orxonox/objects/worldentities/MovableEntity.cc
trunk/src/orxonox/objects/worldentities/ParticleEmitter.cc
trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc
trunk/src/orxonox/objects/worldentities/Planet.cc
trunk/src/orxonox/objects/worldentities/PongBall.cc
trunk/src/orxonox/objects/worldentities/PongBat.cc
trunk/src/orxonox/objects/worldentities/PongCenterpoint.cc
trunk/src/orxonox/objects/worldentities/SpawnPoint.cc
trunk/src/orxonox/objects/worldentities/StaticEntity.cc
trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.cc
trunk/src/orxonox/objects/worldentities/WorldEntity.cc
trunk/src/orxonox/objects/worldentities/pawns/Destroyer.cc
trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc
trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc
trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc
trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc
trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.cc
trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc
trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc
trunk/src/orxonox/overlays/FadeoutText.cc
trunk/src/orxonox/overlays/GUIOverlay.cc
trunk/src/orxonox/overlays/OrxonoxOverlay.cc
trunk/src/orxonox/overlays/OverlayGroup.cc
trunk/src/orxonox/overlays/OverlayText.cc
trunk/src/orxonox/overlays/console/InGameConsole.cc
trunk/src/orxonox/overlays/debug/DebugFPSText.cc
trunk/src/orxonox/overlays/debug/DebugRTRText.cc
trunk/src/orxonox/overlays/hud/AnnounceMessage.cc
trunk/src/orxonox/overlays/hud/ChatOverlay.cc
trunk/src/orxonox/overlays/hud/DeathMessage.cc
trunk/src/orxonox/overlays/hud/GametypeStatus.cc
trunk/src/orxonox/overlays/hud/HUDBar.cc
trunk/src/orxonox/overlays/hud/HUDHealthBar.cc
trunk/src/orxonox/overlays/hud/HUDNavigation.cc
trunk/src/orxonox/overlays/hud/HUDRadar.cc
trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc
trunk/src/orxonox/overlays/hud/HUDTimer.cc
trunk/src/orxonox/overlays/hud/KillMessage.cc
trunk/src/orxonox/overlays/hud/PongScore.cc
trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.cc
trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.cc
trunk/src/orxonox/overlays/map/Map.cc
trunk/src/orxonox/overlays/notifications/Notification.cc
trunk/src/orxonox/overlays/notifications/NotificationManager.cc
trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc
trunk/src/orxonox/overlays/notifications/NotificationQueue.cc
trunk/src/orxonox/overlays/stats/CreateLines.cc
trunk/src/orxonox/overlays/stats/Scoreboard.cc
trunk/src/orxonox/overlays/stats/Stats.cc
trunk/src/orxonox/overlays/stats/StatsTest.cc
trunk/src/orxonox/tools/BillboardSet.cc
trunk/src/orxonox/tools/Mesh.cc
trunk/src/orxonox/tools/ParticleInterface.cc
trunk/src/orxonox/tools/Shader.cc
trunk/src/orxonox/tools/TextureGenerator.cc
trunk/src/orxonox/tools/TimeFactorListener.cc
trunk/src/orxonox/tools/Timer.cc
trunk/src/orxonox/tools/WindowEventListener.cc
Log:
Removed old msvc specific support for precompiled header files.
Modified: trunk/src/orxonox/CMakeLists.txt
===================================================================
--- trunk/src/orxonox/CMakeLists.txt 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/CMakeLists.txt 2009-06-02 17:38:48 UTC (rev 3110)
@@ -37,9 +37,6 @@
GENERATE_SOURCE_GROUPS(${ORXONOX_FILES})
GENERATE_TOLUA_BINDINGS(Orxonox ORXONOX_FILES INPUTFILES gui/GUIManager.h objects/quest/QuestManager.h objects/quest/QuestDescription.h objects/pickup/PickupInventory.h objects/pickup/BaseItem.h)
-# Not using precompiled header files: Avoid dependencies
-INCLUDE_DIRECTORIES(pch/nopch)
-
ADD_EXECUTABLE(orxonox ${ORXONOX_FILES})
GET_TARGET_PROPERTY(_exec_loc orxonox LOCATION)
GET_FILENAME_COMPONENT(_exec_name ${_exec_loc} NAME)
Modified: trunk/src/orxonox/CameraManager.cc
===================================================================
--- trunk/src/orxonox/CameraManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/CameraManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -25,7 +25,6 @@
* Fabian 'x3n' Landau
*
*/
-#include "OrxonoxStableHeaders.h"
#include "CameraManager.h"
#include <OgreSceneManager.h>
Modified: trunk/src/orxonox/GraphicsManager.cc
===================================================================
--- trunk/src/orxonox/GraphicsManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/GraphicsManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -33,7 +33,6 @@
Implementation of an partial interface to Ogre.
*/
-#include "OrxonoxStableHeaders.h"
#include "GraphicsManager.h"
#include <fstream>
Modified: trunk/src/orxonox/LevelManager.cc
===================================================================
--- trunk/src/orxonox/LevelManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/LevelManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "LevelManager.h"
#include "PlayerManager.h"
Modified: trunk/src/orxonox/Main.cc
===================================================================
--- trunk/src/orxonox/Main.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/Main.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -36,7 +36,6 @@
@brief Entry point of the program.
*/
-#include "OrxonoxStableHeaders.h"
#include "OrxonoxConfig.h"
#include "util/Debug.h"
Modified: trunk/src/orxonox/PawnManager.cc
===================================================================
--- trunk/src/orxonox/PawnManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/PawnManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PawnManager.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/PlayerManager.cc
===================================================================
--- trunk/src/orxonox/PlayerManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/PlayerManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PlayerManager.h"
#include "LevelManager.h"
Modified: trunk/src/orxonox/gamestates/GSClient.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSClient.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSClient.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSClient.h"
#include "core/input/InputManager.h"
Modified: trunk/src/orxonox/gamestates/GSDedicated.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSDedicated.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSDedicated.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSDedicated.h"
#include "core/Clock.h"
Modified: trunk/src/orxonox/gamestates/GSGraphics.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSGraphics.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSGraphics.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of Graphics GameState class.
*/
-#include "OrxonoxStableHeaders.h"
#include "GSGraphics.h"
#include <boost/filesystem.hpp>
Modified: trunk/src/orxonox/gamestates/GSIOConsole.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSIOConsole.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSIOConsole.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSIOConsole.h"
#include <iostream>
Modified: trunk/src/orxonox/gamestates/GSLevel.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSLevel.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSLevel.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSLevel.h"
#include "core/input/InputManager.h"
Modified: trunk/src/orxonox/gamestates/GSMainMenu.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSMainMenu.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSMainMenu.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSMainMenu.h"
//#include <OgreViewport.h>
Modified: trunk/src/orxonox/gamestates/GSRoot.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSRoot.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSRoot.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSRoot.h"
#include "util/Exception.h"
Modified: trunk/src/orxonox/gamestates/GSServer.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSServer.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSServer.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSServer.h"
#include "core/CommandLine.h"
Modified: trunk/src/orxonox/gamestates/GSStandalone.cc
===================================================================
--- trunk/src/orxonox/gamestates/GSStandalone.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gamestates/GSStandalone.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GSStandalone.h"
#include <OgreViewport.h>
Modified: trunk/src/orxonox/gui/GUIManager.cc
===================================================================
--- trunk/src/orxonox/gui/GUIManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/gui/GUIManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -33,7 +33,6 @@
Implementation of the GUIManager class.
*/
-#include "OrxonoxStableHeaders.h"
#include "GUIManager.h"
#include <boost/filesystem/path.hpp>
Modified: trunk/src/orxonox/objects/EventDispatcher.cc
===================================================================
--- trunk/src/orxonox/objects/EventDispatcher.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/EventDispatcher.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "EventDispatcher.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/EventListener.cc
===================================================================
--- trunk/src/orxonox/objects/EventListener.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/EventListener.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "EventListener.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/EventTarget.cc
===================================================================
--- trunk/src/orxonox/objects/EventTarget.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/EventTarget.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "EventTarget.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/GlobalShader.cc
===================================================================
--- trunk/src/orxonox/objects/GlobalShader.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/GlobalShader.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GlobalShader.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/Level.cc
===================================================================
--- trunk/src/orxonox/objects/Level.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/Level.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Level.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/Radar.cc
===================================================================
--- trunk/src/orxonox/objects/Radar.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/Radar.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief
*/
-#include "OrxonoxStableHeaders.h"
#include "Radar.h"
#include <cfloat>
#include <cassert>
Modified: trunk/src/orxonox/objects/RadarListener.cc
===================================================================
--- trunk/src/orxonox/objects/RadarListener.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/RadarListener.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "RadarListener.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/RadarViewable.cc
===================================================================
--- trunk/src/orxonox/objects/RadarViewable.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/RadarViewable.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "RadarViewable.h"
#include "util/Debug.h"
Modified: trunk/src/orxonox/objects/Scene.cc
===================================================================
--- trunk/src/orxonox/objects/Scene.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/Scene.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Scene.h"
#include <OgreRoot.h>
Modified: trunk/src/orxonox/objects/Script.cc
===================================================================
--- trunk/src/orxonox/objects/Script.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/Script.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Script.h"
#include "util/Debug.h"
Modified: trunk/src/orxonox/objects/Teamcolourable.cc
===================================================================
--- trunk/src/orxonox/objects/Teamcolourable.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/Teamcolourable.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Teamcolourable.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/Test.cc
===================================================================
--- trunk/src/orxonox/objects/Test.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/Test.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "core/CoreIncludes.h"
#include "core/ConfigValueIncludes.h"
#include "core/ConsoleCommand.h"
Modified: trunk/src/orxonox/objects/Tickable.cc
===================================================================
--- trunk/src/orxonox/objects/Tickable.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/Tickable.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Tickable.h"
#include "core/CoreIncludes.h"
#include "core/ConsoleCommand.h"
Modified: trunk/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc
===================================================================
--- trunk/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/collisionshapes/BoxCollisionShape.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "BoxCollisionShape.h"
#include "BulletCollision/CollisionShapes/btBoxShape.h"
Modified: trunk/src/orxonox/objects/collisionshapes/CollisionShape.cc
===================================================================
--- trunk/src/orxonox/objects/collisionshapes/CollisionShape.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/collisionshapes/CollisionShape.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "CollisionShape.h"
#include "BulletCollision/CollisionShapes/btCollisionShape.h"
Modified: trunk/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc
===================================================================
--- trunk/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/collisionshapes/CompoundCollisionShape.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "CompoundCollisionShape.h"
#include "BulletCollision/CollisionShapes/btCompoundShape.h"
Modified: trunk/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc
===================================================================
--- trunk/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/collisionshapes/ConeCollisionShape.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ConeCollisionShape.h"
#include "BulletCollision/CollisionShapes/btConeShape.h"
Modified: trunk/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc
===================================================================
--- trunk/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/collisionshapes/PlaneCollisionShape.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PlaneCollisionShape.h"
#include "BulletCollision/CollisionShapes/btStaticPlaneShape.h"
Modified: trunk/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc
===================================================================
--- trunk/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/collisionshapes/SphereCollisionShape.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "SphereCollisionShape.h"
#include "BulletCollision/CollisionShapes/btSphereShape.h"
Modified: trunk/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc
===================================================================
--- trunk/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/collisionshapes/WorldEntityCollisionShape.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WorldEntityCollisionShape.h"
#include "BulletCollision/CollisionShapes/btCompoundShape.h"
Modified: trunk/src/orxonox/objects/controllers/AIController.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/AIController.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/AIController.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "AIController.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/controllers/ArtificialController.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/ArtificialController.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/ArtificialController.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ArtificialController.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/controllers/Controller.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/Controller.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/Controller.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Controller.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/controllers/HumanController.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/HumanController.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/HumanController.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HumanController.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/controllers/PongAI.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/PongAI.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/PongAI.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PongAI.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/controllers/ScriptController.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/ScriptController.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/ScriptController.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ScriptController.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/controllers/WaypointController.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/WaypointController.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/WaypointController.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WaypointController.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/controllers/WaypointPatrolController.cc
===================================================================
--- trunk/src/orxonox/objects/controllers/WaypointPatrolController.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/controllers/WaypointPatrolController.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WaypointPatrolController.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/gametypes/Asteroids.cc
===================================================================
--- trunk/src/orxonox/objects/gametypes/Asteroids.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/gametypes/Asteroids.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Asteroids.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/gametypes/Deathmatch.cc
===================================================================
--- trunk/src/orxonox/objects/gametypes/Deathmatch.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/gametypes/Deathmatch.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Deathmatch.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/gametypes/Gametype.cc
===================================================================
--- trunk/src/orxonox/objects/gametypes/Gametype.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/gametypes/Gametype.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Gametype.h"
#include <cstdlib>
Modified: trunk/src/orxonox/objects/gametypes/Pong.cc
===================================================================
--- trunk/src/orxonox/objects/gametypes/Pong.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/gametypes/Pong.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Pong.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc
===================================================================
--- trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "TeamDeathmatch.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/gametypes/UnderAttack.cc
===================================================================
--- trunk/src/orxonox/objects/gametypes/UnderAttack.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/gametypes/UnderAttack.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "UnderAttack.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/infos/Bot.cc
===================================================================
--- trunk/src/orxonox/objects/infos/Bot.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/infos/Bot.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Bot.h"
#include "core/GameMode.h"
Modified: trunk/src/orxonox/objects/infos/GametypeInfo.cc
===================================================================
--- trunk/src/orxonox/objects/infos/GametypeInfo.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/infos/GametypeInfo.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GametypeInfo.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/infos/HumanPlayer.cc
===================================================================
--- trunk/src/orxonox/objects/infos/HumanPlayer.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/infos/HumanPlayer.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HumanPlayer.h"
#include "core/GameMode.h"
Modified: trunk/src/orxonox/objects/infos/Info.cc
===================================================================
--- trunk/src/orxonox/objects/infos/Info.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/infos/Info.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Info.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/infos/PlayerInfo.cc
===================================================================
--- trunk/src/orxonox/objects/infos/PlayerInfo.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/infos/PlayerInfo.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -28,7 +28,6 @@
#include <cassert>
-#include "OrxonoxStableHeaders.h"
#include "PlayerInfo.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/infos/PongBot.cc
===================================================================
--- trunk/src/orxonox/objects/infos/PongBot.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/infos/PongBot.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PongBot.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/items/Engine.cc
===================================================================
--- trunk/src/orxonox/objects/items/Engine.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/items/Engine.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Engine.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/items/Item.cc
===================================================================
--- trunk/src/orxonox/objects/items/Item.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/items/Item.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Item.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/items/MultiStateEngine.cc
===================================================================
--- trunk/src/orxonox/objects/items/MultiStateEngine.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/items/MultiStateEngine.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "MultiStateEngine.h"
#include "core/GameMode.h"
Modified: trunk/src/orxonox/objects/quest/AddQuest.cc
===================================================================
--- trunk/src/orxonox/objects/quest/AddQuest.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/AddQuest.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the AddQuest class.
*/
-#include "OrxonoxStableHeaders.h"
#include "AddQuest.h"
#include <string>
Modified: trunk/src/orxonox/objects/quest/AddQuestHint.cc
===================================================================
--- trunk/src/orxonox/objects/quest/AddQuestHint.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/AddQuestHint.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the AddQuestHint class.
*/
-#include "OrxonoxStableHeaders.h"
#include "AddQuestHint.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/AddReward.cc
===================================================================
--- trunk/src/orxonox/objects/quest/AddReward.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/AddReward.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the AddReward class.
*/
-#include "OrxonoxStableHeaders.h"
#include "AddReward.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc
===================================================================
--- trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the ChangeQuestStatus class.
*/
-#include "OrxonoxStableHeaders.h"
#include "ChangeQuestStatus.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/CompleteQuest.cc
===================================================================
--- trunk/src/orxonox/objects/quest/CompleteQuest.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/CompleteQuest.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the CompleteQuest class.
*/
-#include "OrxonoxStableHeaders.h"
#include "CompleteQuest.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/FailQuest.cc
===================================================================
--- trunk/src/orxonox/objects/quest/FailQuest.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/FailQuest.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the FailQuest class.
*/
-#include "OrxonoxStableHeaders.h"
#include "FailQuest.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/GlobalQuest.cc
===================================================================
--- trunk/src/orxonox/objects/quest/GlobalQuest.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/GlobalQuest.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the GlobalQuest class.
*/
-#include "OrxonoxStableHeaders.h"
#include "GlobalQuest.h"
#include "orxonox/objects/infos/PlayerInfo.h"
Modified: trunk/src/orxonox/objects/quest/LocalQuest.cc
===================================================================
--- trunk/src/orxonox/objects/quest/LocalQuest.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/LocalQuest.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the LocalQuest class.
*/
-#include "OrxonoxStableHeaders.h"
#include "LocalQuest.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/Quest.cc
===================================================================
--- trunk/src/orxonox/objects/quest/Quest.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/Quest.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the Quest class.
*/
-#include "OrxonoxStableHeaders.h"
#include "Quest.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/QuestDescription.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestDescription.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestDescription.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the QuestDescription class.
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestDescription.h"
Modified: trunk/src/orxonox/objects/quest/QuestEffect.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestEffect.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestEffect.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the QuestEffect class.
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestEffect.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/QuestEffectBeacon.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestEffectBeacon.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestEffectBeacon.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the QuestEffectBeacon class.
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestEffectBeacon.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/QuestHint.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestHint.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestHint.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the QuestHint class.
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestHint.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/QuestItem.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestItem.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestItem.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the QuestItem class.
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestItem.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/QuestListener.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestListener.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestListener.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the QuestListener class.
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestListener.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/QuestManager.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the QuestManager class.
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestManager.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/QuestNotification.cc
===================================================================
--- trunk/src/orxonox/objects/quest/QuestNotification.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/QuestNotification.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "QuestNotification.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/quest/Rewardable.cc
===================================================================
--- trunk/src/orxonox/objects/quest/Rewardable.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/quest/Rewardable.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the Rewardable class.
*/
-#include "OrxonoxStableHeaders.h"
#include "Rewardable.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/DefaultWeaponmodeLink.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/DefaultWeaponmodeLink.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/DefaultWeaponmodeLink.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "DefaultWeaponmodeLink.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/Munition.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/Munition.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/Munition.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Munition.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/MuzzleFlash.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/MuzzleFlash.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/MuzzleFlash.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "MuzzleFlash.h"
#include "core/GameMode.h"
Modified: trunk/src/orxonox/objects/weaponsystem/Weapon.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/Weapon.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/Weapon.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Weapon.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/WeaponMode.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/WeaponMode.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/WeaponMode.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WeaponMode.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/WeaponPack.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/WeaponPack.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/WeaponPack.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WeaponPack.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/WeaponSet.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/WeaponSet.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/WeaponSet.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WeaponSet.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/WeaponSlot.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/WeaponSlot.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/WeaponSlot.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WeaponSlot.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/WeaponSystem.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/WeaponSystem.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/WeaponSystem.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WeaponSystem.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/munitions/FusionMunition.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/munitions/FusionMunition.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/munitions/FusionMunition.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "FusionMunition.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/munitions/LaserMunition.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/munitions/LaserMunition.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/munitions/LaserMunition.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "LaserMunition.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/munitions/ReplenishingMunition.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ReplenishingMunition.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/projectiles/BillboardProjectile.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "BillboardProjectile.h"
#include <OgreBillboardSet.h>
Modified: trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/projectiles/LightningGunProjectile.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "LightningGunProjectile.h"
#include <OgreBillboardSet.h>
Modified: trunk/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/projectiles/ParticleProjectile.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ParticleProjectile.h"
#include <OgreParticleSystem.h>
Modified: trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Projectile.h"
#include <OgreBillboard.h>
Modified: trunk/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/weaponmodes/EnergyDrink.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "EnergyDrink.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/weaponmodes/FusionFire.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/weaponmodes/FusionFire.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/weaponmodes/FusionFire.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "FusionFire.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/weaponmodes/HsW01.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HsW01.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/weaponmodes/LaserFire.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/weaponmodes/LaserFire.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/weaponmodes/LaserFire.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "LaserFire.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/weaponsystem/weaponmodes/LightningGun.cc
===================================================================
--- trunk/src/orxonox/objects/weaponsystem/weaponmodes/LightningGun.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/weaponsystem/weaponmodes/LightningGun.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "LightningGun.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/Attacher.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/Attacher.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/Attacher.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Attacher.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/Backlight.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/Backlight.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/Backlight.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Backlight.h"
#include <OgreRibbonTrail.h>
Modified: trunk/src/orxonox/objects/worldentities/BigExplosion.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/BigExplosion.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/BigExplosion.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "BigExplosion.h"
#include "MovableEntity.h"
#include "Model.h"
Modified: trunk/src/orxonox/objects/worldentities/Billboard.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/Billboard.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/Billboard.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Billboard.h"
#include <OgreBillboardSet.h>
Modified: trunk/src/orxonox/objects/worldentities/BlinkingBillboard.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/BlinkingBillboard.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/BlinkingBillboard.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "BlinkingBillboard.h"
#include "core/GameMode.h"
Modified: trunk/src/orxonox/objects/worldentities/Camera.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/Camera.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/Camera.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Camera.h"
#include <string>
Modified: trunk/src/orxonox/objects/worldentities/CameraPosition.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/CameraPosition.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/CameraPosition.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "CameraPosition.h"
#include <OgreCamera.h>
Modified: trunk/src/orxonox/objects/worldentities/ControllableEntity.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/ControllableEntity.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/ControllableEntity.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ControllableEntity.h"
#include <OgreSceneManager.h>
Modified: trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ExplosionChunk.h"
#include <OgreParticleSystem.h>
Modified: trunk/src/orxonox/objects/worldentities/FadingBillboard.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/FadingBillboard.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/FadingBillboard.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "FadingBillboard.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/Light.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/Light.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/Light.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Light.h"
#include <sstream>
Modified: trunk/src/orxonox/objects/worldentities/MobileEntity.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/MobileEntity.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/MobileEntity.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "MobileEntity.h"
#include <OgreSceneNode.h>
Modified: trunk/src/orxonox/objects/worldentities/Model.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/Model.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/Model.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include <OgreEntity.h>
#include "Model.h"
Modified: trunk/src/orxonox/objects/worldentities/MovableEntity.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/MovableEntity.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/MovableEntity.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "MovableEntity.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/ParticleEmitter.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/ParticleEmitter.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/ParticleEmitter.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
* @brief class to control praticle effects
*/
-#include "OrxonoxStableHeaders.h"
#include "ParticleEmitter.h"
#include <OgreParticleSystem.h>
Modified: trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ParticleSpawner.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/Planet.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/Planet.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/Planet.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Planet.h"
#include <math.h>
Modified: trunk/src/orxonox/objects/worldentities/PongBall.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/PongBall.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/PongBall.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PongBall.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/PongBat.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/PongBat.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/PongBat.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PongBat.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/PongCenterpoint.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/PongCenterpoint.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/PongCenterpoint.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PongCenterpoint.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/SpawnPoint.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/SpawnPoint.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/SpawnPoint.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "SpawnPoint.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/StaticEntity.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/StaticEntity.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/StaticEntity.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "StaticEntity.h"
#include <OgreSceneNode.h>
Modified: trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "TeamSpawnPoint.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/WorldEntity.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/WorldEntity.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/WorldEntity.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WorldEntity.h"
#include <cassert>
Modified: trunk/src/orxonox/objects/worldentities/pawns/Destroyer.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/pawns/Destroyer.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/pawns/Destroyer.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Destroyer.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Pawn.h"
#include "core/GameMode.h"
Modified: trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "SpaceShip.h"
#include "BulletDynamics/Dynamics/btRigidBody.h"
Modified: trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Spectator.h"
#include <OgreBillboardSet.h>
Modified: trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/triggers/CheckPoint.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "CheckPoint.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "DistanceTrigger.h"
#include <OgreNode.h>
Modified: trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "EventTrigger.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/triggers/PlayerTrigger.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -32,7 +32,6 @@
Implementation of the PlayerTrigger class.
*/
-#include "OrxonoxStableHeaders.h"
#include "PlayerTrigger.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc
===================================================================
--- trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Trigger.h"
#include <OgreBillboard.h>
Modified: trunk/src/orxonox/overlays/FadeoutText.cc
===================================================================
--- trunk/src/orxonox/overlays/FadeoutText.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/FadeoutText.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "FadeoutText.h"
#include <OgreTextAreaOverlayElement.h>
Modified: trunk/src/orxonox/overlays/GUIOverlay.cc
===================================================================
--- trunk/src/orxonox/overlays/GUIOverlay.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/GUIOverlay.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*/
#include "GUIOverlay.h"
-#include "OrxonoxStableHeaders.h"
#include <string>
#include <sstream>
#include "core/input/InputManager.h"
Modified: trunk/src/orxonox/overlays/OrxonoxOverlay.cc
===================================================================
--- trunk/src/orxonox/overlays/OrxonoxOverlay.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/OrxonoxOverlay.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Definition of the OrxonoxOverlay class.
*/
-#include "OrxonoxStableHeaders.h"
#include "OrxonoxOverlay.h"
#include <cmath>
Modified: trunk/src/orxonox/overlays/OverlayGroup.cc
===================================================================
--- trunk/src/orxonox/overlays/OverlayGroup.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/OverlayGroup.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Definition of the OverlayGroup class.
*/
-#include "OrxonoxStableHeaders.h"
#include "OverlayGroup.h"
#include "util/Debug.h"
Modified: trunk/src/orxonox/overlays/OverlayText.cc
===================================================================
--- trunk/src/orxonox/overlays/OverlayText.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/OverlayText.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "OverlayText.h"
#include <OgreOverlayManager.h>
Modified: trunk/src/orxonox/overlays/console/InGameConsole.cc
===================================================================
--- trunk/src/orxonox/overlays/console/InGameConsole.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/console/InGameConsole.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "InGameConsole.h"
Modified: trunk/src/orxonox/overlays/debug/DebugFPSText.cc
===================================================================
--- trunk/src/orxonox/overlays/debug/DebugFPSText.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/debug/DebugFPSText.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "DebugFPSText.h"
#include <OgreTextAreaOverlayElement.h>
#include "util/Convert.h"
Modified: trunk/src/orxonox/overlays/debug/DebugRTRText.cc
===================================================================
--- trunk/src/orxonox/overlays/debug/DebugRTRText.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/debug/DebugRTRText.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "DebugRTRText.h"
#include <OgreTextAreaOverlayElement.h>
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/hud/AnnounceMessage.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/AnnounceMessage.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/AnnounceMessage.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "AnnounceMessage.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/hud/ChatOverlay.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/ChatOverlay.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/ChatOverlay.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "ChatOverlay.h"
#include <OgreTextAreaOverlayElement.h>
Modified: trunk/src/orxonox/overlays/hud/DeathMessage.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/DeathMessage.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/DeathMessage.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "DeathMessage.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/hud/GametypeStatus.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/GametypeStatus.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/GametypeStatus.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "GametypeStatus.h"
#include <OgreTextAreaOverlayElement.h>
Modified: trunk/src/orxonox/overlays/hud/HUDBar.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/HUDBar.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/HUDBar.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -28,7 +28,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HUDBar.h"
#include <OgreOverlayManager.h>
Modified: trunk/src/orxonox/overlays/hud/HUDHealthBar.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/HUDHealthBar.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/HUDHealthBar.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HUDHealthBar.h"
#include <OgreOverlayManager.h>
Modified: trunk/src/orxonox/overlays/hud/HUDNavigation.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/HUDNavigation.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/HUDNavigation.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HUDNavigation.h"
#include <OgreOverlayManager.h>
Modified: trunk/src/orxonox/overlays/hud/HUDRadar.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/HUDRadar.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/HUDRadar.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HUDRadar.h"
#include <OgreOverlayManager.h>
Modified: trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -27,7 +27,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HUDSpeedBar.h"
#include "core/CoreIncludes.h"
#include "objects/worldentities/pawns/SpaceShip.h"
Modified: trunk/src/orxonox/overlays/hud/HUDTimer.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/HUDTimer.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/HUDTimer.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "HUDTimer.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/hud/KillMessage.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/KillMessage.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/KillMessage.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "KillMessage.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/hud/PongScore.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/PongScore.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/PongScore.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "PongScore.h"
#include <OgreTextAreaOverlayElement.h>
Modified: trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/TeamBaseMatchScore.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "TeamBaseMatchScore.h"
#include <OgreTextAreaOverlayElement.h>
Modified: trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.cc
===================================================================
--- trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/hud/UnderAttackHealthBar.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "UnderAttackHealthBar.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/map/Map.cc
===================================================================
--- trunk/src/orxonox/overlays/map/Map.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/map/Map.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -23,7 +23,6 @@
* Si Sun
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Map.h"
#include <string>
Modified: trunk/src/orxonox/overlays/notifications/Notification.cc
===================================================================
--- trunk/src/orxonox/overlays/notifications/Notification.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/notifications/Notification.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the Notification class.
*/
-#include "OrxonoxStableHeaders.h"
#include "Notification.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/notifications/NotificationManager.cc
===================================================================
--- trunk/src/orxonox/overlays/notifications/NotificationManager.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/notifications/NotificationManager.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the NotificationManager class.
*/
-#include "OrxonoxStableHeaders.h"
#include "NotificationManager.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc
===================================================================
--- trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/notifications/NotificationOverlay.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the NotificationOverlay class.
*/
-#include "OrxonoxStableHeaders.h"
#include "NotificationOverlay.h"
#include <OgreOverlayManager.h>
Modified: trunk/src/orxonox/overlays/notifications/NotificationQueue.cc
===================================================================
--- trunk/src/orxonox/overlays/notifications/NotificationQueue.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/notifications/NotificationQueue.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the NotificationQueue class.
*/
-#include "OrxonoxStableHeaders.h"
#include "NotificationQueue.h"
#include <OgreOverlayManager.h>
Modified: trunk/src/orxonox/overlays/stats/CreateLines.cc
===================================================================
--- trunk/src/orxonox/overlays/stats/CreateLines.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/stats/CreateLines.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -24,7 +24,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "CreateLines.h"
#include <string>
Modified: trunk/src/orxonox/overlays/stats/Scoreboard.cc
===================================================================
--- trunk/src/orxonox/overlays/stats/Scoreboard.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/stats/Scoreboard.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -24,7 +24,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Scoreboard.h"
#include <string>
Modified: trunk/src/orxonox/overlays/stats/Stats.cc
===================================================================
--- trunk/src/orxonox/overlays/stats/Stats.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/stats/Stats.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Stats.h"
#include <string>
Modified: trunk/src/orxonox/overlays/stats/StatsTest.cc
===================================================================
--- trunk/src/orxonox/overlays/stats/StatsTest.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/overlays/stats/StatsTest.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "StatsTest.h"
#include <OgreTextAreaOverlayElement.h>
Modified: trunk/src/orxonox/tools/BillboardSet.cc
===================================================================
--- trunk/src/orxonox/tools/BillboardSet.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/BillboardSet.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "BillboardSet.h"
#include <sstream>
Modified: trunk/src/orxonox/tools/Mesh.cc
===================================================================
--- trunk/src/orxonox/tools/Mesh.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/Mesh.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Mesh.h"
#include <sstream>
Modified: trunk/src/orxonox/tools/ParticleInterface.cc
===================================================================
--- trunk/src/orxonox/tools/ParticleInterface.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/ParticleInterface.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
* @brief class to control praticle effects
*/
-#include "OrxonoxStableHeaders.h"
#include "ParticleInterface.h"
#include <OgreParticleSystem.h>
Modified: trunk/src/orxonox/tools/Shader.cc
===================================================================
--- trunk/src/orxonox/tools/Shader.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/Shader.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "Shader.h"
#include <OgreCompositorManager.h>
Modified: trunk/src/orxonox/tools/TextureGenerator.cc
===================================================================
--- trunk/src/orxonox/tools/TextureGenerator.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/TextureGenerator.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -31,7 +31,6 @@
@brief Implementation of the TextureGenerator.
*/
-#include "OrxonoxStableHeaders.h"
#include "TextureGenerator.h"
#include <OgreMaterialManager.h>
#include <OgreTechnique.h>
Modified: trunk/src/orxonox/tools/TimeFactorListener.cc
===================================================================
--- trunk/src/orxonox/tools/TimeFactorListener.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/TimeFactorListener.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "TimeFactorListener.h"
#include "core/CoreIncludes.h"
Modified: trunk/src/orxonox/tools/Timer.cc
===================================================================
--- trunk/src/orxonox/tools/Timer.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/Timer.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -28,7 +28,6 @@
#include <set>
-#include "OrxonoxStableHeaders.h"
#include "Timer.h"
#include "core/Executor.h"
Modified: trunk/src/orxonox/tools/WindowEventListener.cc
===================================================================
--- trunk/src/orxonox/tools/WindowEventListener.cc 2009-05-29 18:05:17 UTC (rev 3109)
+++ trunk/src/orxonox/tools/WindowEventListener.cc 2009-06-02 17:38:48 UTC (rev 3110)
@@ -26,7 +26,6 @@
*
*/
-#include "OrxonoxStableHeaders.h"
#include "WindowEventListener.h"
#include "core/CoreIncludes.h"
More information about the Orxonox-commit
mailing list