# # ChangeLog for code/branches/gui/src/orxonox/Game.h # # Generated by Trac 1.0.9 # Jun 1, 2024, 8:33:52 AM Thu, 19 Mar 2009 17:11:00 GMT rgrieder [2807] * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/orxonox/Game.cc (modified) * code/branches/gui/src/orxonox/Game.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) Moved global game clock to Core. Use getGameClock() for a const ... Thu, 19 Mar 2009 15:59:30 GMT rgrieder [2805] * code/branches/gui/src/core/Clock.h (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/core/RootGameState.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/Game.cc (added) * code/branches/gui/src/orxonox/Game.h (added) * code/branches/gui/src/orxonox/GraphicsManager.h (modified) * code/branches/gui/src/orxonox/Main.cc (deleted) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) Added new class: Game It represents basic operation related to the ...