# # ChangeLog for code/branches/core6/src/libraries/core/Game.cc # # Generated by Trac 1.0.9 # May 30, 2024, 1:20:31 PM Sat, 23 Mar 2013 21:48:53 GMT landauf [9560] * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/Game.cc (modified) * code/branches/core6/src/libraries/core/PathConfig.cc (modified) * code/branches/core6/src/libraries/core/config/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/config/CommandLineParser.cc (moved) * code/branches/core6/src/libraries/core/config/CommandLineParser.h (moved) * code/branches/core6/src/libraries/core/input/InputManager.cc (modified) * code/branches/core6/src/libraries/network/Client.cc (modified) * code/branches/core6/src/orxonox/LevelManager.cc (modified) * code/branches/core6/src/orxonox/Main.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSServer.cc (modified) moved CommandLineParser to core/config/ Sat, 23 Mar 2013 19:42:47 GMT landauf [9558] * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/GUIManager.cc (modified) * code/branches/core6/src/libraries/core/Game.cc (modified) * code/branches/core6/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core6/src/libraries/core/Identifier.cc (modified) * code/branches/core6/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core6/src/libraries/core/command/Shell.cc (modified) * code/branches/core6/src/libraries/core/config (added) * code/branches/core6/src/libraries/core/config/CMakeLists.txt (added) * code/branches/core6/src/libraries/core/config/ConfigFileManager.cc (moved) * code/branches/core6/src/libraries/core/config/ConfigFileManager.h (moved) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.cc (moved) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.h (moved) * code/branches/core6/src/libraries/core/config/ConfigValueIncludes.h (moved) * code/branches/core6/src/libraries/core/input/Button.cc (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.cc (modified) * code/branches/core6/src/libraries/core/input/InputManager.cc (modified) * code/branches/core6/src/libraries/core/input/JoyStick.cc (modified) * code/branches/core6/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core6/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core6/src/libraries/network/TrafficControl.cc (modified) * code/branches/core6/src/libraries/network/WANDiscoverable.cc (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) * code/branches/core6/src/libraries/tools/ParticleInterface.cc (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.cc (modified) * code/branches/core6/src/modules/designtools/SkyboxGenerator.cc (modified) * code/branches/core6/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDEnemyHealthBar.cc (modified) * code/branches/core6/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/core6/src/modules/overlays/stats/Stats.cc (modified) * code/branches/core6/src/modules/pong/Pong.cc (modified) * code/branches/core6/src/modules/pong/PongAI.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/core6/src/orxonox/LevelManager.cc (modified) * code/branches/core6/src/orxonox/MoodManager.cc (modified) * code/branches/core6/src/orxonox/Test.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core6/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastManStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/LastTeamStanding.cc (modified) * code/branches/core6/src/orxonox/gametypes/TeamGametype.cc (modified) * code/branches/core6/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core6/src/orxonox/graphics/Camera.cc (modified) * code/branches/core6/src/orxonox/graphics/Model.cc (modified) * code/branches/core6/src/orxonox/infos/Bot.cc (modified) * code/branches/core6/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core6/src/orxonox/items/Engine.cc (modified) * code/branches/core6/src/orxonox/overlays/InGameConsole.cc (modified) * code/branches/core6/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core6/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/FpsPlayer.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core6/src/orxonox/worldentities/pawns/Spectator.cc (modified) moved all files in core which are used for configuration to a new ... Sun, 17 Mar 2013 14:30:32 GMT landauf [9552] * code/branches/core6 (copied) created branch to work on some details in core Tue, 23 Aug 2011 12:30:23 GMT landauf [8861] * code/trunk/src/libraries/core/GUIManager.cc (modified) * code/trunk/src/libraries/core/Game.cc (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/orxonox/sound/AmbientSound.cc (modified) added some additional output for loading steps that might take some ...