# # ChangeLog for code/branches/resource/src/core/GraphicsManager.cc # # Generated by Trac 1.0.9 # Jun 17, 2024, 8:02:56 AM Sat, 25 Jul 2009 12:14:05 GMT rgrieder [3349] * code/branches/resource/src/core/Core.cc (modified) * code/branches/resource/src/core/Core.h (modified) * code/branches/resource/src/core/Game.cc (modified) * code/branches/resource/src/core/Game.h (modified) * code/branches/resource/src/core/GraphicsManager.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/resource/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/resource/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/resource/src/orxonox/objects/quest/QuestManager.cc (modified) Moved InputManager, GUIManager and GraphicsManager handling from ... Fri, 24 Jul 2009 19:37:19 GMT rgrieder [3346] * code/branches/resource/src/core/CMakeLists.txt (modified) * code/branches/resource/src/core/CorePrereqs.h (modified) * code/branches/resource/src/core/GUIManager.cc (copied) * code/branches/resource/src/core/GUIManager.h (copied) * code/branches/resource/src/core/GraphicsManager.cc (moved) * code/branches/resource/src/core/GraphicsManager.h (moved) * code/branches/resource/src/orxonox/CMakeLists.txt (modified) * code/branches/resource/src/orxonox/CameraManager.cc (modified) * code/branches/resource/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/resource/src/orxonox/gui (deleted) * code/branches/resource/src/orxonox/objects/pickup/PickupInventory.cc (modified) * code/branches/resource/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/resource/src/orxonox/overlays/GUIOverlay.cc (modified) * code/branches/resource/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/resource/src/orxonox/tools/Shader.cc (modified) Moved GraphicsManager and GUIManager to the core. Almost no actual ... Thu, 23 Jul 2009 12:20:51 GMT rgrieder [3338] * code/branches/resource/src/orxonox/GraphicsManager.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/resource/src/orxonox/gui/GUIManager.cc (modified) * code/branches/resource/src/orxonox/gui/GUIManager.h (modified) Improved exception-safety in the GUIManager.