# # ChangeLog for code/branches/core4/src/core/input/JoyStick.h # # Generated by Trac 1.0.9 # May 30, 2024, 12:25:19 AM Mon, 13 Jul 2009 16:41:58 GMT rgrieder [3285] * code/branches/core4/src/core/input/InputDevice.h (modified) * code/branches/core4/src/core/input/InputHandler.h (modified) * code/branches/core4/src/core/input/InputPrereqs.h (modified) * code/branches/core4/src/core/input/JoyStick.h (modified) * code/branches/core4/src/core/input/Keyboard.h (modified) * code/branches/core4/src/core/input/Mouse.h (modified) Shoved some code around to reduce contents of 'global' InputPrereqs.h Sun, 12 Jul 2009 14:12:04 GMT rgrieder [3274] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/core/input/Button.h (modified) * code/branches/core4/src/core/input/CMakeLists.txt (modified) * code/branches/core4/src/core/input/HalfAxis.h (modified) * code/branches/core4/src/core/input/InputBuffer.cc (modified) * code/branches/core4/src/core/input/InputBuffer.h (modified) * code/branches/core4/src/core/input/InputCommands.h (modified) * code/branches/core4/src/core/input/InputDevice.h (added) * code/branches/core4/src/core/input/InputHandler.h (moved) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputPrereqs.h (copied) * code/branches/core4/src/core/input/InputState.cc (moved) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/JoyStick.cc (modified) * code/branches/core4/src/core/input/JoyStick.h (modified) * code/branches/core4/src/core/input/JoyStickQuantityListener.cc (moved) * code/branches/core4/src/core/input/JoyStickQuantityListener.h (moved) * code/branches/core4/src/core/input/KeyBinder.cc (modified) * code/branches/core4/src/core/input/KeyBinder.h (modified) * code/branches/core4/src/core/input/KeyDetector.cc (modified) * code/branches/core4/src/core/input/KeyDetector.h (modified) * code/branches/core4/src/core/input/Keyboard.cc (added) * code/branches/core4/src/core/input/Keyboard.h (added) * code/branches/core4/src/core/input/Mouse.cc (added) * code/branches/core4/src/core/input/Mouse.h (added) * code/branches/core4/src/core/input/SimpleInputState.h (deleted) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core4/src/orxonox/gui/GUIManager.cc (modified) * code/branches/core4/src/orxonox/gui/GUIManager.h (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/core4/src/orxonox/overlays/console/InGameConsole.h (modified) Added a few more generic parts to the input library: - Created Mouse ... Mon, 06 Jul 2009 10:03:05 GMT rgrieder [3270] * code/branches/core4/src/core/CorePrereqs.h (modified) * code/branches/core4/src/core/input/CMakeLists.txt (modified) * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/core/input/InputManager.h (modified) * code/branches/core4/src/core/input/InputState.h (modified) * code/branches/core4/src/core/input/JoyStick.cc (added) * code/branches/core4/src/core/input/JoyStick.h (added) * code/branches/core4/src/core/input/SimpleInputState.cc (modified) * code/branches/core4/src/core/input/SimpleInputState.h (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/util/StringUtils.cc (modified) * code/branches/core4/src/util/StringUtils.h (modified) Extracted joy stick related code from InputManager to a new JoyStick ...