# # ChangeLog for code/branches/core5/src/libraries/core/input/InputManager.cc # # Generated by Trac 1.0.9 # Jun 1, 2024, 8:57:06 AM Sat, 03 Oct 2009 22:26:05 GMT rgrieder [5869] * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/Core.h (modified) * code/branches/core5/src/libraries/core/input/InputManager.cc (modified) * code/branches/core5/src/libraries/core/input/InputManager.h (modified) * code/branches/core5/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/core5/src/libraries/core/input/KeyDetector.cc (modified) * code/branches/core5/src/libraries/core/input/KeyDetector.h (modified) Applied ScopedSingletonManager to KeyBinderManager and KeyDetector. Sat, 03 Oct 2009 15:33:31 GMT rgrieder [5863] * code/branches/core5/data/defaultConfig/keybindings.ini (modified) * code/branches/core5/data/defaultConfig/masterKeybindings.ini (deleted) * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/Core.h (modified) * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/input/CMakeLists.txt (modified) * code/branches/core5/src/libraries/core/input/InputManager.cc (modified) * code/branches/core5/src/libraries/core/input/InputManager.h (modified) * code/branches/core5/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/core5/src/libraries/core/input/KeyBinder.h (modified) * code/branches/core5/src/libraries/core/input/KeyBinderManager.cc (added) * code/branches/core5/src/libraries/core/input/KeyBinderManager.h (added) * code/branches/core5/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core5/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core5/src/orxonox/gamestates/GSMainMenu.cc (modified) New class: KeyBinderManager (yes, it really was necessary, I'm not ... Fri, 02 Oct 2009 06:36:25 GMT rgrieder [5855] * code/branches/core5/src/libraries/core/CMakeLists.txt (modified) * code/branches/core5/src/libraries/core/Core.cc (modified) * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/GUIManager.cc (modified) * code/branches/core5/src/libraries/core/Game.cc (modified) * code/branches/core5/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core5/src/libraries/core/TclThreadManager.cc (modified) * code/branches/core5/src/libraries/core/input/InputDevice.h (modified) * code/branches/core5/src/libraries/core/input/InputManager.cc (modified) * code/branches/core5/src/libraries/network/Client.cc (modified) * code/branches/core5/src/libraries/network/Server.cc (modified) * code/branches/core5/src/libraries/tools/Timer.cc (modified) * code/branches/core5/src/libraries/util/CMakeLists.txt (modified) * code/branches/core5/src/libraries/util/Clock.cc (moved) * code/branches/core5/src/libraries/util/Clock.h (moved) * code/branches/core5/src/libraries/util/UtilPrereqs.h (modified) * code/branches/core5/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSDedicatedClient.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core5/src/orxonox/overlays/InGameConsole.cc (modified) Moved Clock from core to util (used in Scope anyway). Mon, 28 Sep 2009 19:31:24 GMT landauf [5829] * code/branches/core5/src/libraries/core/BaseObject.h (modified) * code/branches/core5/src/libraries/core/EventIncludes.h (modified) * code/branches/core5/src/libraries/core/GraphicsManager.cc (modified) * code/branches/core5/src/libraries/core/input/InputManager.cc (modified) * code/branches/core5/src/libraries/core/input/Mouse.cc (modified) * code/branches/core5/src/libraries/network/GamestateManager.cc (modified) * code/branches/core5/src/modules/gamestates/GSGraphics.cc (modified) * code/branches/core5/src/modules/gamestates/GSIOConsole.cc (modified) * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/modules/gamestates/GSMainMenu.cc (modified) * code/branches/core5/src/modules/gamestates/GSRoot.cc (modified) * code/branches/core5/src/orxonox/gametypes/UnderAttack.cc (modified) replaced most occurrences of setObject(o) in combination with ... Sat, 26 Sep 2009 20:15:53 GMT landauf [5796] * code/branches/core5/src/libraries/core/Identifier.cc (modified) * code/branches/core5/src/libraries/core/Loader.cc (modified) * code/branches/core5/src/libraries/core/Shell.cc (modified) * code/branches/core5/src/libraries/core/input/InputManager.cc (modified) replaced delete with destroy() in core Wed, 23 Sep 2009 18:43:45 GMT landauf [5768] * code/branches/core5 (copied) created new core branch to work on smart pointers and some other ... Sat, 19 Sep 2009 21:17:51 GMT rgrieder [5747] * code/trunk/src/Orxonox.cc (modified) * code/trunk/src/libraries/core/Core.cc (modified) * code/trunk/src/libraries/core/Game.cc (modified) * code/trunk/src/libraries/core/Game.h (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/libraries/core/IRC.cc (modified) * code/trunk/src/libraries/core/Loader.cc (modified) * code/trunk/src/libraries/core/TclBind.cc (modified) * code/trunk/src/libraries/core/TclThreadManager.cc (modified) * code/trunk/src/libraries/core/XMLPort.h (modified) * code/trunk/src/libraries/core/input/InputDevice.h (modified) * code/trunk/src/libraries/core/input/InputManager.cc (modified) * code/trunk/src/libraries/tools/ResourceLocation.cc (modified) * code/trunk/src/libraries/util/CMakeLists.txt (modified) * code/trunk/src/libraries/util/Exception.cc (modified) * code/trunk/src/libraries/util/Exception.h (modified) * code/trunk/src/orxonox/graphics/ParticleEmitter.cc (modified) * code/trunk/src/orxonox/worldentities/BigExplosion.cc (modified) * code/trunk/src/orxonox/worldentities/ExplosionChunk.cc (modified) Added Exception::handleMessage() (copy from ...