# # ChangeLog for code/branches/core6/src/libraries/core/GUIManager.cc # # Generated by Trac 1.0.9 # May 30, 2024, 5:35:19 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 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 Wed, 21 Mar 2012 20:31:38 GMT dafrick [9050] * code/trunk/data/gui/scripts/SingleplayerMenu.lua (modified) * code/trunk/src/libraries/core/GUIManager.cc (modified) More elegant resolution of discrepancies between cegui 0.6 and 0.7.