# # ChangeLog for code/branches/gui/src/orxonox/Main.cc # # Generated by Trac 1.0.9 # Jun 20, 2024, 5:48:09 PM Wed, 25 Mar 2009 16:33:58 GMT rgrieder [2845] * code/branches/gui/src/core/Game.cc (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) - Moved some code from Game to Main and GSRoot - Renamed "gui" ... Wed, 25 Mar 2009 16:23:00 GMT rgrieder [2844] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/CorePrereqs.h (modified) * code/branches/gui/src/core/Game.cc (moved) * code/branches/gui/src/core/Game.h (moved) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/core/RootGameState.cc (deleted) * code/branches/gui/src/core/RootGameState.h (deleted) * code/branches/gui/src/network/Server.h (modified) * code/branches/gui/src/orxonox/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/Main.cc (copied) * 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/GSDedicated.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.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/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/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/gui/src/orxonox/overlays/debug/DebugRTRText.cc (modified) Implemented new GameState concept. It doesn't differ that much from ... Wed, 18 Mar 2009 20:15:39 GMT rgrieder [2799] * code/branches/gui/bin/client1.bat.in (modified) * code/branches/gui/bin/client1.in (modified) * code/branches/gui/bin/client2.bat.in (modified) * code/branches/gui/bin/client2.in (modified) * code/branches/gui/bin/dedicated.bat.in (modified) * code/branches/gui/bin/dedicated.in (modified) * code/branches/gui/bin/server.bat.in (modified) * code/branches/gui/bin/server.in (modified) * code/branches/gui/bin/standalone.bat.in (modified) * code/branches/gui/bin/standalone.in (modified) * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/orxonox/Main.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.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/objects/worldentities/Model.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) Moved all core related initialisations from Main.cc and GSRoot.cc to ... Tue, 17 Mar 2009 12:29:18 GMT bknecht [2796] * code/branches/gui (copied) created new branch to work on ingame GUI and GUI in general Sun, 01 Mar 2009 12:40:29 GMT rgrieder [2716] * code/trunk/src/orxonox/Main.cc (modified) Bug fix in initialisation order.