# # ChangeLog for code/branches/gui/src/orxonox/gamestates/GSGraphics.h # # Generated by Trac 1.0.9 # May 20, 2024, 4:34:51 AM 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 ...