# # ChangeLog for code/branches/gui/src/orxonox/gamestates/GSGraphics.cc # # Generated by Trac 1.0.9 # May 19, 2024, 3:46:37 AM Sun, 31 Aug 2008 16:07:57 GMT rgrieder [1689] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (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/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) - renamed: GameState --> GameStateBase GameStateTyped --> ... Sun, 31 Aug 2008 15:50:42 GMT rgrieder [1688] * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (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/Main.cc (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (deleted) * code/branches/gui/src/orxonox/gamestates/GSIO.h (deleted) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Modified the GameState hierarchy so that you can get the parent with ... Sun, 31 Aug 2008 12:37:00 GMT rgrieder [1686] * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/GraphicsEngine.cc (modified) * code/branches/gui/src/orxonox/GraphicsEngine.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (deleted) * code/branches/gui/src/orxonox/Orxonox.h (deleted) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/objects/ParticleSpawner.cc (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/gui/src/orxonox/objects/WorldEntity.h (modified) Moved most of the GraphicsEngine code to GSRoot and GSGraphics. ... Thu, 28 Aug 2008 18:30:25 GMT rgrieder [1674] * code/branches/gui/src/core/Clock.cc (added) * code/branches/gui/src/core/Clock.h (added) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (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/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.h (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) - Wrote Clock() class: It starts an internal clock when GSRoot starts ... Wed, 27 Aug 2008 20:35:39 GMT rgrieder [1673] * code/branches/gui/src/core/RootGameState.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) changes default state to "gui" instead of "standalone". That shows ... Wed, 27 Aug 2008 20:21:39 GMT rgrieder [1672] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (added) * code/branches/gui/src/core/RootGameState.h (added) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.h (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) - Changed GameState so that the new RootGameState can override 2 ... Tue, 26 Aug 2008 14:26:04 GMT rgrieder [1670] * code/branches/gui/src/core/CommandLine.h (modified) * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/Exception.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/Script.cc (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (added) * code/branches/gui/src/orxonox/gamestates/GSClient.h (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSIO.cc (added) * code/branches/gui/src/orxonox/gamestates/GSIO.h (added) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.cc (added) * code/branches/gui/src/orxonox/gamestates/GSIOConsole.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (added) * code/branches/gui/src/orxonox/gamestates/GSServer.h (added) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (added) * code/branches/gui/src/orxonox/gamestates/GSStandalone.h (added) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/visual_studio/vc8/core.vcproj (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) Still working on the GameStates, but I have to save the work because ... Tue, 19 Aug 2008 18:12:15 GMT rgrieder [1662] * code/branches/gui/src/core/ConsoleCommand.cc (modified) * code/branches/gui/src/core/ConsoleCommand.h (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/objects/Backlight.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) - Changed static Executor/Functor in ConsoleCommand to generic one ... Mon, 18 Aug 2008 19:17:30 GMT rgrieder [1661] * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/Orxonox.cc (modified) * code/branches/gui/src/orxonox/gamestates (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (added) * code/branches/gui/src/orxonox/gamestates/GSGUI.h (added) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (added) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.cc (added) * code/branches/gui/src/orxonox/gamestates/GSLevel.h (added) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (added) * code/branches/gui/src/orxonox/gamestates/GSRoot.h (added) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) started implementing the GameStates. Not much for now, but most of ...