# # ChangeLog for code/branches/resource/src/core/Game.cc # # Generated by Trac 1.0.9 # Jun 10, 2024, 6:19:41 AM Mon, 27 Jul 2009 21:18:17 GMT rgrieder [3359] * code/branches/resource/src/core/Game.cc (modified) * code/branches/resource/src/core/Identifier.h (modified) * code/branches/resource/src/core/LuaBind.h (modified) * code/branches/resource/src/core/TclThreadManager.h (modified) - Stupid MSVC extension: map::erase delivers an iterator but it ... Mon, 27 Jul 2009 12:42:37 GMT rgrieder [3358] * code/branches/resource/src/core/Game.cc (modified) * code/branches/resource/src/orxonox/Main.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSRoot.cc (modified) Moved startup argument parsing (console, dedicated, server, client ... Mon, 27 Jul 2009 09:13:25 GMT rgrieder [3356] * code/branches/resource/src/core/Core.cc (modified) * code/branches/resource/src/core/Game.cc (modified) * code/branches/resource/src/core/Game.h (modified) * code/branches/resource/src/core/GameState.cc (modified) * code/branches/resource/src/core/GameState.h (modified) * code/branches/resource/src/orxonox/gamestates/GSLevel.cc (modified) GameStates requiring graphics (Level is not one of them because it ... Sun, 26 Jul 2009 12:15:08 GMT rgrieder [3355] * code/branches/resource/src/core/Core.cc (modified) * code/branches/resource/src/core/CorePrereqs.h (modified) * code/branches/resource/src/core/Game.cc (modified) * code/branches/resource/src/core/Game.h (modified) * code/branches/resource/src/core/GameMode.h (modified) * code/branches/resource/src/core/GameState.cc (modified) * code/branches/resource/src/core/GameState.h (modified) * code/branches/resource/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSClient.h (modified) * code/branches/resource/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/resource/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSIOConsole.h (modified) * code/branches/resource/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/resource/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/resource/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSRoot.h (modified) * code/branches/resource/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSServer.h (modified) * code/branches/resource/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSStandalone.h (modified) Loading and unloading graphics automatically: As soon as a GameState ... Sat, 25 Jul 2009 20:16:37 GMT rgrieder [3352] * code/branches/resource/src/core/Game.cc (modified) * code/branches/resource/src/core/Game.h (modified) Exported larger parts of the main into separate functions to have a ... Sat, 25 Jul 2009 12:14:05 GMT rgrieder [3349] * code/branches/resource/src/core/Core.cc (modified) * code/branches/resource/src/core/Core.h (modified) * code/branches/resource/src/core/Game.cc (modified) * code/branches/resource/src/core/Game.h (modified) * code/branches/resource/src/core/GraphicsManager.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/resource/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/resource/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/resource/src/orxonox/objects/quest/QuestListener.cc (modified) * code/branches/resource/src/orxonox/objects/quest/QuestManager.cc (modified) Moved InputManager, GUIManager and GraphicsManager handling from ... Sun, 19 Jul 2009 16:01:22 GMT rgrieder [3328] * code/branches/resource (copied) Created branch to work on resource management (first) and then on the ... Sun, 19 Jul 2009 13:11:15 GMT rgrieder [3323] * code/trunk/cmake/BuildConfig.cmake (modified) * code/trunk/src/core/CommandLine.cc (modified) * code/trunk/src/core/CommandLine.h (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/Game.h (modified) * code/trunk/src/orxonox/GraphicsManager.cc (modified) * code/trunk/src/orxonox/Main.cc (modified) ORXONOX_USE_WINMAIN should now work as expected.