# # ChangeLog for code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.h # # Generated by Trac 1.0.9 # May 23, 2024, 10:25:12 PM Thu, 04 Dec 2008 19:28:14 GMT rgrieder [2344] * code/branches/objecthierarchy2/src/core/CommandExecutor.cc (modified) * code/branches/objecthierarchy2/src/core/CommandExecutor.h (modified) * code/branches/objecthierarchy2/src/core/CommandLine.cc (modified) * code/branches/objecthierarchy2/src/core/CommandLine.h (modified) * code/branches/objecthierarchy2/src/core/ConsoleCommand.h (modified) * code/branches/objecthierarchy2/src/core/Core.cc (modified) * code/branches/objecthierarchy2/src/core/Core.h (modified) * code/branches/objecthierarchy2/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy2/src/core/Identifier.cc (modified) * code/branches/objecthierarchy2/src/core/Identifier.h (modified) * code/branches/objecthierarchy2/src/core/Language.cc (modified) * code/branches/objecthierarchy2/src/core/Language.h (modified) * code/branches/objecthierarchy2/src/core/Loader.cc (modified) * code/branches/objecthierarchy2/src/core/LuaBind.cc (modified) * code/branches/objecthierarchy2/src/core/LuaBind.h (modified) * code/branches/objecthierarchy2/src/core/RootGameState.cc (modified) * code/branches/objecthierarchy2/src/core/RootGameState.h (modified) * code/branches/objecthierarchy2/src/core/XMLPort.h (modified) * code/branches/objecthierarchy2/src/core/input/Button.cc (modified) * code/branches/objecthierarchy2/src/core/input/InputBuffer.cc (modified) * code/branches/objecthierarchy2/src/core/input/InputBuffer.h (modified) * code/branches/objecthierarchy2/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/Main.cc (modified) * code/branches/objecthierarchy2/src/orxonox/PlayerManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/PlayerManager.h (modified) * code/branches/objecthierarchy2/src/orxonox/Settings.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy2/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/objecthierarchy2/src/orxonox/gui/GUIManager.cc (modified) * code/branches/objecthierarchy2/src/orxonox/objects/Script.cc (modified) * code/branches/objecthierarchy2/src/util/SignalHandler.cc (modified) * code/branches/objecthierarchy2/src/util/SignalHandler.h (modified) Completed destruction of static elements like XMLPort, Identifier, ... Sun, 09 Nov 2008 23:11:04 GMT landauf [2172] * code/branches/objecthierarchy2 (copied) created new objecthierarchy branch Mon, 06 Oct 2008 17:39:38 GMT rgrieder [1891] * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.h (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) Moved all Ogre related code from GSRoot to GSGraphics. You should ...