# # ChangeLog for code/branches/resource/src/core/Game.cc # # Generated by Trac 1.0.9 # May 24, 2024, 1:36:12 AM Wed, 29 Jul 2009 20:27:10 GMT rgrieder [3366] * code/branches/resource/src/core/Clock.h (modified) * code/branches/resource/src/core/ConfigFileManager.cc (modified) * code/branches/resource/src/core/ConfigFileManager.h (modified) * code/branches/resource/src/core/Core.cc (modified) * code/branches/resource/src/core/Core.h (modified) * code/branches/resource/src/core/GUIManager.cc (modified) * code/branches/resource/src/core/GUIManager.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/core/GraphicsManager.h (modified) * code/branches/resource/src/core/Language.cc (modified) * code/branches/resource/src/core/Language.h (modified) * code/branches/resource/src/core/LuaBind.cc (modified) * code/branches/resource/src/core/LuaBind.h (modified) * code/branches/resource/src/core/Shell.cc (modified) * code/branches/resource/src/core/Shell.h (modified) * code/branches/resource/src/core/TclBind.cc (modified) * code/branches/resource/src/core/TclBind.h (modified) * code/branches/resource/src/core/TclThreadManager.cc (modified) * code/branches/resource/src/core/TclThreadManager.h (modified) * code/branches/resource/src/core/input/InputManager.cc (modified) * code/branches/resource/src/core/input/InputManager.h (modified) * code/branches/resource/src/orxonox/CameraManager.cc (modified) * code/branches/resource/src/orxonox/CameraManager.h (modified) * code/branches/resource/src/orxonox/LevelManager.cc (modified) * code/branches/resource/src/orxonox/LevelManager.h (modified) * code/branches/resource/src/orxonox/PawnManager.cc (modified) * code/branches/resource/src/orxonox/PawnManager.h (modified) * code/branches/resource/src/orxonox/PlayerManager.cc (modified) * code/branches/resource/src/orxonox/PlayerManager.h (modified) * code/branches/resource/src/orxonox/objects/pickup/BaseItem.h (modified) * code/branches/resource/src/orxonox/objects/pickup/PickupInventory.h (modified) * code/branches/resource/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/resource/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/resource/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/resource/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/resource/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/resource/src/orxonox/overlays/notifications/NotificationManager.cc (modified) * code/branches/resource/src/orxonox/overlays/notifications/NotificationManager.h (modified) * code/branches/resource/src/orxonox/sound/SoundManager.cc (modified) * code/branches/resource/src/orxonox/sound/SoundManager.h (modified) * code/branches/resource/src/util/SignalHandler.cc (modified) * code/branches/resource/src/util/SignalHandler.h (modified) * code/branches/resource/src/util/Singleton.h (modified) Derived all singletons implemented in a usual manner from ... Wed, 29 Jul 2009 15:24:39 GMT rgrieder [3363] * 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) Exception-safety for the Game and Core c'tors as well as load/unload- ... 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.