# # ChangeLog for code/branches/input/src/core/input # # Generated by Trac 1.0.9 # Jun 9, 2024, 6:36:06 AM Mon, 02 Jun 2008 22:20:36 GMT rgrieder [1524] * code/branches/input/src/audio/AudioManager.h (modified) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/Core.cc (moved) * code/branches/input/src/core/Core.h (moved) * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/Language.cc (modified) * code/branches/input/src/core/Language.h (modified) * code/branches/input/src/core/OutputHandler.cc (modified) * code/branches/input/src/core/Shell.cc (modified) * code/branches/input/src/core/TclThreadManager.h (modified) * code/branches/input/src/core/TheCore.cc (added) * code/branches/input/src/core/TheCore.h (added) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/InputManager.h (modified) * code/branches/input/src/network/Client.h (modified) * code/branches/input/src/network/Server.h (modified) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/input/src/orxonox/console/InGameConsole.h (modified) * code/branches/input/src/orxonox/hud/HUD.h (modified) * code/branches/input/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/input/src/orxonox/objects/Tickable.cc (moved) * code/branches/input/src/orxonox/objects/Tickable.h (moved) * code/branches/input/src/orxonox/objects/WorldEntity.h (modified) * code/branches/input/src/orxonox/tools/Timer.h (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - moved Tickable to objects again - network, audio and core now have ... Mon, 02 Jun 2008 20:34:20 GMT rgrieder [1520] * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/input/Button.cc (added) * code/branches/input/src/core/input/Button.h (added) * code/branches/input/src/core/input/CalibratorCallback.cc (added) * code/branches/input/src/core/input/CalibratorCallback.h (added) * code/branches/input/src/core/input/HalfAxis.cc (added) * code/branches/input/src/core/input/HalfAxis.h (added) * code/branches/input/src/core/input/InputCommands.cc (added) * code/branches/input/src/core/input/InputCommands.h (added) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/KeyBinder.cc (modified) * code/branches/input/src/core/input/KeyBinder.h (modified) * code/branches/input/src/core/input/KeyDetector.cc (added) * code/branches/input/src/core/input/KeyDetector.h (added) * code/branches/input/visual_studio/vc8/core.vcproj (modified) split KeyBinder into multiple files instead of one unreadable monster ... Mon, 02 Jun 2008 19:28:41 GMT rgrieder [1519] * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/Shell.cc (modified) * code/branches/input/src/core/Shell.h (modified) * code/branches/input/src/core/input (added) * code/branches/input/src/core/input/InputBuffer.cc (moved) * code/branches/input/src/core/input/InputBuffer.h (moved) * code/branches/input/src/core/input/InputInterfaces.h (moved) * code/branches/input/src/core/input/InputManager.cc (moved) * code/branches/input/src/core/input/InputManager.h (moved) * code/branches/input/src/core/input/KeyBinder.cc (moved) * code/branches/input/src/core/input/KeyBinder.h (moved) * code/branches/input/src/orxonox/GraphicsEngine.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/console/InGameConsole.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) moved input related files to src/core/input