# # ChangeLog for code/branches/objecthierarchy/src/core/input/InputManager.cc # # Generated by Trac 1.0.9 # Jun 14, 2024, 8:05:18 PM Sat, 01 Nov 2008 23:09:55 GMT rgrieder [2101] * code/branches/objecthierarchy/bin/def_keybindings.ini (modified) * code/branches/objecthierarchy/bin/def_masterKeybindings.ini (added) * code/branches/objecthierarchy/init/common/def_keybindings.ini (modified) * code/branches/objecthierarchy/init/common/def_masterKeybindings.ini (added) * code/branches/objecthierarchy/src/audio/AudioBuffer.cc (modified) * code/branches/objecthierarchy/src/audio/AudioBuffer.h (modified) * code/branches/objecthierarchy/src/core/CommandLine.cc (modified) * code/branches/objecthierarchy/src/core/CommandLine.h (modified) * code/branches/objecthierarchy/src/core/ConfigFileManager.cc (modified) * code/branches/objecthierarchy/src/core/ConfigFileManager.h (modified) * code/branches/objecthierarchy/src/core/ConfigValueIncludes.h (modified) * code/branches/objecthierarchy/src/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/Language.cc (modified) * code/branches/objecthierarchy/src/core/Language.h (modified) * code/branches/objecthierarchy/src/core/RootGameState.cc (modified) * code/branches/objecthierarchy/src/core/RootGameState.h (modified) * code/branches/objecthierarchy/src/core/input/Button.cc (modified) * code/branches/objecthierarchy/src/core/input/Button.h (modified) * code/branches/objecthierarchy/src/core/input/InputManager.cc (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.cc (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.h (modified) * code/branches/objecthierarchy/src/orxonox/Main.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy/src/util/Exception.cc (modified) * code/branches/objecthierarchy/src/util/Exception.h (modified) * code/branches/objecthierarchy/src/util/SignalHandler.cc (modified) * code/branches/objecthierarchy/src/util/SignalHandler.h (modified) Finally managed to have a master InputState which enables: - Console ... Sun, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy Sun, 05 Oct 2008 22:31:32 GMT rgrieder [1887] * code/trunk/bin/def_keybindings.ini (modified) * code/trunk/src/core/ArgumentCompletionFunctions.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/ConfigValueContainer.h (modified) * code/trunk/src/core/ConfigValueIncludes.h (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/Button.h (modified) * code/trunk/src/core/input/ExtendedInputState.cc (modified) * code/trunk/src/core/input/ExtendedInputState.h (modified) * code/trunk/src/core/input/HalfAxis.cc (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputBuffer.h (modified) * code/trunk/src/core/input/InputCommands.cc (modified) * code/trunk/src/core/input/InputCommands.h (modified) * code/trunk/src/core/input/InputInterfaces.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (modified) * code/trunk/src/core/input/InputState.h (modified) * code/trunk/src/core/input/JoyStickDeviceNumberListener.cc (added) * code/trunk/src/core/input/JoyStickDeviceNumberListener.h (added) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/input/KeyDetector.cc (modified) * code/trunk/src/core/input/KeyDetector.h (modified) * code/trunk/src/core/input/SimpleInputState.cc (modified) * code/trunk/src/core/input/SimpleInputState.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) FIRST THINGS FIRST: Delete or rename your keybindings.ini ...