# # ChangeLog for code/branches/core6/src/orxonox/LevelManager.cc # # Generated by Trac 1.0.9 # May 23, 2024, 9:00:28 AM Sun, 18 Aug 2013 14:57:51 GMT landauf [9659] * code/branches/core6/src/libraries/core/BaseObject.cc (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (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/ViewportEventListener.cc (modified) * code/branches/core6/src/libraries/core/WindowEventListener.cc (modified) * code/branches/core6/src/libraries/core/XMLNameListener.cc (modified) * code/branches/core6/src/libraries/core/command/Shell.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/Mouse.cc (modified) * code/branches/core6/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/core6/src/libraries/network/Host.cc (modified) * code/branches/core6/src/libraries/network/NetworkFunction.cc (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/core6/src/libraries/tools/Timer.cc (modified) * code/branches/core6/src/libraries/tools/interfaces/ToolsInterfaceCompilation.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/notifications/NotificationManager.cc (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/core6/src/orxonox/LevelManager.cc (modified) * code/branches/core6/src/orxonox/MoodManager.cc (modified) * code/branches/core6/src/orxonox/PawnManager.cc (modified) * code/branches/core6/src/orxonox/PlayerManager.cc (modified) * code/branches/core6/src/orxonox/chat/ChatManager.cc (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core6/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/core6/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupListener.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core6/src/orxonox/sound/BaseSound.cc (modified) * code/branches/core6/src/orxonox/sound/SoundManager.cc (modified) * code/branches/core6/test/core/class/IdentifiableTest.cc (modified) * code/branches/core6/test/core/class/IdentifierClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierExternalClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierSimpleClassHierarchyTest.cc (modified) * code/branches/core6/test/core/class/IdentifierTest.cc (modified) * code/branches/core6/test/core/class/SubclassIdentifierTest.cc (modified) * code/branches/core6/test/core/class/SuperTest.cc (modified) * code/branches/core6/test/core/object/ContextTest.cc (modified) * code/branches/core6/test/core/object/IteratorTest.cc (modified) * code/branches/core6/test/core/object/ListableTest.cc (modified) * code/branches/core6/test/core/object/ObjectListIteratorTest.cc (modified) removed RegisterRootObject (replaced by RegisterObject) 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, 12 Mar 2013 22:13:03 GMT landauf [9550] * code/trunk (modified) * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/tools/TargetUtilities.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/SourceConfig.cmake (copied) * code/trunk/src/external/CMakeLists.txt (modified) * code/trunk/src/external/gmock (copied) * code/trunk/src/external/gtest (copied) * code/trunk/src/libraries/core/CommandLineParser.cc (modified) * code/trunk/src/libraries/core/CommandLineParser.h (modified) * code/trunk/src/libraries/core/ConfigValueContainer.cc (modified) * code/trunk/src/libraries/core/Core.cc (modified) * code/trunk/src/libraries/core/PathConfig.cc (modified) * code/trunk/src/libraries/core/command/CommandEvaluation.cc (modified) * code/trunk/src/libraries/core/command/CommandExecutor.cc (modified) * code/trunk/src/libraries/core/command/ConsoleCommand.h (modified) * code/trunk/src/libraries/core/command/Executor.cc (modified) * code/trunk/src/libraries/core/command/Executor.h (modified) * code/trunk/src/libraries/core/command/Functor.h (modified) * code/trunk/src/libraries/core/command/IOConsolePOSIX.cc (modified) * code/trunk/src/libraries/core/command/IOConsoleWindows.cc (modified) * code/trunk/src/libraries/core/command/Shell.cc (modified) * code/trunk/src/libraries/core/command/TclBind.cc (modified) * code/trunk/src/libraries/core/input/InputManager.cc (modified) * code/trunk/src/libraries/network/Client.cc (modified) * code/trunk/src/libraries/tools/Shader.cc (modified) * code/trunk/src/libraries/tools/Shader.h (modified) * code/trunk/src/libraries/util/Math.h (modified) * code/trunk/src/libraries/util/MultiType.cc (modified) * code/trunk/src/libraries/util/MultiType.h (modified) * code/trunk/src/libraries/util/MultiTypeValue.h (modified) * code/trunk/src/libraries/util/SignalHandler.cc (modified) * code/trunk/src/libraries/util/SignalHandler.h (modified) * code/trunk/src/libraries/util/StringUtils.cc (modified) * code/trunk/src/libraries/util/StringUtils.h (modified) * code/trunk/src/libraries/util/SubString.cc (modified) * code/trunk/src/libraries/util/SubString.h (modified) * code/trunk/src/libraries/util/UtilPrereqs.h (modified) * code/trunk/src/libraries/util/VA_NARGS.h (modified) * code/trunk/src/libraries/util/output/AdditionalContextListener.h (copied) * code/trunk/src/libraries/util/output/ConsoleWriter.cc (modified) * code/trunk/src/libraries/util/output/ConsoleWriter.h (modified) * code/trunk/src/libraries/util/output/LogWriter.cc (modified) * code/trunk/src/libraries/util/output/LogWriter.h (modified) * code/trunk/src/libraries/util/output/MemoryWriter.cc (modified) * code/trunk/src/libraries/util/output/MemoryWriter.h (modified) * code/trunk/src/libraries/util/output/OutputDefinitions.h (modified) * code/trunk/src/libraries/util/output/OutputListener.cc (modified) * code/trunk/src/libraries/util/output/OutputListener.h (modified) * code/trunk/src/libraries/util/output/OutputManager.cc (modified) * code/trunk/src/libraries/util/output/OutputManager.h (modified) * code/trunk/src/libraries/util/output/OutputStream.h (modified) * code/trunk/src/libraries/util/output/SubcontextOutputListener.h (modified) * code/trunk/src/modules/notifications/dispatchers/CommandNotification.cc (modified) * code/trunk/src/orxonox-main.vcproj.user.in (deleted) * code/trunk/src/orxonox-main.vcxproj.user.in (deleted) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/trunk/src/orxonox/overlays/InGameConsole.cc (modified) * code/trunk/src/template.vcproj.user.in (copied) * code/trunk/src/template.vcxproj.user.in (copied) * code/trunk/test (copied) merged testing branch back to trunk. unbelievable it took me 13 ...