# # ChangeLog for code/branches/gui/src/orxonox/gamestates/GSRoot.cc # # Generated by Trac 1.0.9 # Jun 2, 2024, 10:37:13 AM Thu, 26 Mar 2009 15:33:32 GMT rgrieder [2854] * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) small fixes with game states. Wed, 25 Mar 2009 22:53:04 GMT rgrieder [2850] * 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/Game.cc (modified) * code/branches/gui/src/core/Game.h (modified) * code/branches/gui/src/core/GameState.cc (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/CameraManager.cc (modified) * code/branches/gui/src/orxonox/GraphicsManager.cc (modified) * code/branches/gui/src/orxonox/GraphicsManager.h (modified) * code/branches/gui/src/orxonox/gamestates/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (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/GSMainMenu.cc (moved) * code/branches/gui/src/orxonox/gamestates/GSMainMenu.h (moved) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) - Started working on cleaning up the GameState mess ;) - Cleaned out ... Wed, 25 Mar 2009 18:37:00 GMT rgrieder [2848] * code/branches/gui/src/core/CMakeLists.txt (modified) * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/GameMode.cc (copied) * code/branches/gui/src/core/GameMode.h (copied) * code/branches/gui/src/network/ClientConnectionListener.cc (modified) * code/branches/gui/src/network/packet/Gamestate.cc (modified) * code/branches/gui/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/branches/gui/src/orxonox/CameraManager.cc (modified) * code/branches/gui/src/orxonox/GraphicsManager.cc (modified) * code/branches/gui/src/orxonox/PlayerManager.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.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/GSLevel.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/objects/Scene.cc (modified) * code/branches/gui/src/orxonox/objects/controllers/AIController.cc (modified) * code/branches/gui/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/gui/src/orxonox/objects/infos/Bot.cc (modified) * code/branches/gui/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/branches/gui/src/orxonox/objects/items/MultiStateEngine.cc (modified) * code/branches/gui/src/orxonox/objects/weaponSystem/projectiles/BillboardProjectile.cc (modified) * code/branches/gui/src/orxonox/objects/weaponSystem/projectiles/ParticleProjectile.cc (modified) * code/branches/gui/src/orxonox/objects/weaponSystem/projectiles/Projectile.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/ParticleEmitter.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/gui/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/gui/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/gui/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/gui/src/orxonox/tools/Mesh.cc (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/gui/src/orxonox/tools/Shader.cc (modified) Exported showsGraphics, etc. to a new class named GameMode in the core. Wed, 25 Mar 2009 17:24:15 GMT rgrieder [2846] * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/Game.cc (modified) * code/branches/gui/src/core/Game.h (modified) * code/branches/gui/src/core/input/KeyBinder.cc (modified) * code/branches/gui/src/network/ChatListener.cc (modified) * code/branches/gui/src/network/ClientConnectionListener.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) Moving game clock from Core to Game. Other small fixes. 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, 25 Mar 2009 15:34:40 GMT rgrieder [2843] * 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/Backlight.h (modified) * code/branches/gui/src/orxonox/tools/CMakeLists.txt (modified) * code/branches/gui/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/gui/src/orxonox/tools/TimeFactorListener.cc (added) * code/branches/gui/src/orxonox/tools/TimeFactorListener.h (added) * code/branches/gui/src/orxonox/tools/Timer.h (modified) Exported TimeFactorListener to separate file in the tools folder. Sat, 21 Mar 2009 21:17:59 GMT rgrieder [2817] * 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/Game.cc (modified) * code/branches/gui/src/orxonox/Game.h (modified) * code/branches/gui/src/orxonox/GraphicsManager.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) Removed GameState template and renamed GameStateBase to GameState. ... 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 ... Thu, 19 Mar 2009 09:34:54 GMT rgrieder [2800] * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/TclThreadManager.cc (modified) * code/branches/gui/src/core/TclThreadManager.h (modified) * code/branches/gui/src/core/input/CalibratorCallback.h (modified) * code/branches/gui/src/core/input/ExtendedInputState.cc (modified) * code/branches/gui/src/core/input/ExtendedInputState.h (modified) * code/branches/gui/src/core/input/InputBuffer.cc (modified) * code/branches/gui/src/core/input/InputBuffer.h (modified) * code/branches/gui/src/core/input/InputInterfaces.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/InputState.h (modified) * code/branches/gui/src/core/input/KeyBinder.cc (modified) * code/branches/gui/src/core/input/KeyBinder.h (modified) * code/branches/gui/src/core/input/SimpleInputState.h (modified) * code/branches/gui/src/network/Client.cc (modified) * code/branches/gui/src/network/Client.h (modified) * code/branches/gui/src/network/Server.cc (modified) * code/branches/gui/src/network/Server.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.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/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) Renaming "tick" to "update" for all those classes not inheriting 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, 08 Mar 2009 15:51:27 GMT scheusso [2759] * code/trunk/src/core/ArgumentCompletionFunctions.cc (modified) * code/trunk/src/core/CommandLine.cc (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/Factory.cc (modified) * code/trunk/src/core/Factory.h (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ExplosionChunk.cc (modified) merged network branch (windows,multiplayer fixes) back to trunk