Changeset 1819 for code/trunk/src/orxonox
- Timestamp:
- Sep 22, 2008, 12:52:05 PM (16 years ago)
- Location:
- code/trunk/src/orxonox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSLevel.cc
r1790 r1819 38 38 #include "objects/Backlight.h" 39 39 #include "objects/Tickable.h" 40 #include "objects/Radar.h" 40 41 #include "tools/Timer.h" 41 42 #include "tools/ParticleInterface.h" 42 43 #include "Settings.h" 43 #include "Radar.h"44 44 #include "GraphicsEngine.h" 45 45 -
code/trunk/src/orxonox/overlays/console/InGameConsole.cc
r1784 r1819 104 104 if (this->consoleOverlayCursor_) 105 105 Ogre::OverlayManager::getSingleton().destroyOverlayElement(this->consoleOverlayCursor_); 106 Ogre::FontManager::getSingleton().remove("MonofurConsole"); 106 107 if (this->consoleOverlayBorder_) 107 108 Ogre::OverlayManager::getSingleton().destroyOverlayElement(this->consoleOverlayBorder_); … … 124 125 this->consoleOverlayTextAreas_ = 0; 125 126 } 127 128 if (this->consoleOverlay_) 129 Ogre::OverlayManager::getSingleton().destroy(consoleOverlay_); 126 130 127 131 singletonRef_s = 0; -
code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc
r1747 r1819 40 40 #include "core/CoreIncludes.h" 41 41 #include "core/XMLPort.h" 42 #include "objects/Radar.h" 42 43 #include "objects/SpaceShip.h" 43 44 #include "objects/Projectile.h" 44 45 #include "objects/CameraHandler.h" 45 #include "Radar.h"46 46 47 47 namespace orxonox -
code/trunk/src/orxonox/overlays/hud/HUDRadar.cc
r1782 r1819 40 40 #include "objects/SpaceShip.h" 41 41 #include "objects/WorldEntity.h" 42 #include "objects/Radar.h" 42 43 #include "tools/TextureGenerator.h" 43 #include "Radar.h"44 44 45 45 namespace orxonox -
code/trunk/src/orxonox/overlays/hud/HUDRadar.h
r1747 r1819 37 37 #include <OgrePrerequisites.h> 38 38 #include "overlays/OrxonoxOverlay.h" 39 #include " RadarListener.h"40 #include " RadarViewable.h"39 #include "objects/RadarListener.h" 40 #include "objects/RadarViewable.h" 41 41 42 42 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.