# # ChangeLog for code/branches/objecthierarchy/src/core/input # # Generated by Trac 1.0.9 # Sep 22, 2024, 9:05:30 AM 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 ... Thu, 23 Oct 2008 22:58:49 GMT rgrieder [2004] * code/branches/objecthierarchy/src/core/input/KeyBinder.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) fixed a warning in KeyBinder.cc and an error when converting a ... Wed, 22 Oct 2008 22:15:09 GMT rgrieder [2001] * code/branches/objecthierarchy/src/core/ConsoleCommand.cc (modified) * code/branches/objecthierarchy/src/core/ConsoleCommand.h (modified) * code/branches/objecthierarchy/src/core/input/Button.cc (modified) * code/branches/objecthierarchy/src/core/input/HalfAxis.h (modified) * code/branches/objecthierarchy/src/core/input/InputCommands.cc (modified) * code/branches/objecthierarchy/src/core/input/InputCommands.h (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.cc (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) - Fixed issue with relative mouse movements. - Fixed bug when ... 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:39:26 GMT rgrieder [1888] * code/trunk/src/core/input/KeyBinder.h (modified) gcc can see more: signed --> unsigned integer.