Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 24, 2009, 9:37:19 PM (15 years ago)
Author:
rgrieder
Message:

Moved GraphicsManager and GUIManager to the core. Almost no actual code changes though, just moving (here was that Map-hack I had to move to GSGraphics).

Location:
code/branches/resource/src/orxonox/gamestates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/orxonox/gamestates/GSGraphics.cc

    r3343 r3346  
    4545#include "core/Game.h"
    4646#include "core/GameMode.h"
     47#include "core/GraphicsManager.h"
     48#include "core/GUIManager.h"
    4749#include "core/input/InputManager.h"
    4850#include "core/input/KeyBinder.h"
     
    5153#include "core/XMLFile.h"
    5254#include "overlays/console/InGameConsole.h"
    53 #include "gui/GUIManager.h"
    5455#include "sound/SoundManager.h"
    55 #include "GraphicsManager.h"
     56
     57// HACK:
     58#include "overlays/map/Map.h"
    5659
    5760namespace orxonox
     
    169172        this->inputManager_ = 0;
    170173
     174        // HACK:
     175        Map::hackDestroyMap();
     176
    171177        delete graphicsManager_;
    172178
  • code/branches/resource/src/orxonox/gamestates/GSLevel.cc

    r3327 r3346  
    4040#include "core/GameMode.h"
    4141#include "core/Core.h"
     42#include "core/GraphicsManager.h"
     43#include "core/GUIManager.h"
    4244#include "core/Loader.h"
    4345#include "core/XMLFile.h"
     
    4749#include "objects/quest/QuestManager.h"
    4850#include "overlays/notifications/NotificationManager.h"
    49 #include "gui/GUIManager.h"
    5051#include "CameraManager.h"
    51 #include "GraphicsManager.h"
    5252#include "LevelManager.h"
    5353#include "PlayerManager.h"
  • code/branches/resource/src/orxonox/gamestates/GSMainMenu.cc

    r3339 r3346  
    3636#include "core/Clock.h"
    3737#include "core/ConsoleCommand.h"
     38#include "core/GraphicsManager.h"
     39#include "core/GUIManager.h"
    3840#include "objects/Scene.h"
    39 #include "gui/GUIManager.h"
    4041#include "sound/SoundMainMenu.h"
    41 #include "GraphicsManager.h"
    4242
    4343namespace orxonox
Note: See TracChangeset for help on using the changeset viewer.