# # ChangeLog for code/trunk/src/core/input # # Generated by Trac 1.0.9 # May 28, 2024, 9:47:03 PM Fri, 06 Jun 2008 19:05:27 GMT landauf [1555] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindOIS.cmake (deleted) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Script.cc (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/ois/CMakeLists.txt (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) - ParticleInterface uses Orxonox::getTimeFactor to make particle ... Thu, 05 Jun 2008 12:18:14 GMT rgrieder [1543] * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ClassFactory.h (modified) * code/trunk/src/core/ClassManager.h (modified) * code/trunk/src/core/ClassTreeMask.cc (modified) * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigValueIncludes.h (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Identifier.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/IdentifierDistributor.cc (modified) * code/trunk/src/core/IdentifierDistributor.h (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/MetaObjectList.h (modified) * code/trunk/src/core/ObjectList.h (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) - applied patch to remove ClassManager (wouldn't wanna maintain it ... Wed, 04 Jun 2008 20:44:41 GMT rgrieder [1538] * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) - fixed a bug in cursorChanged in InGameConsole - prevented Ogre ... Wed, 04 Jun 2008 19:23:29 GMT rgrieder [1537] * code/trunk/src/core/input/InputManager.cc (modified) - bug fix Wed, 04 Jun 2008 18:54:43 GMT rgrieder [1535] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/media.cfg (deleted) * code/trunk/bin/quake3settings.cfg (deleted) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Core.cc (copied) * code/trunk/src/core/Core.h (copied) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/CoreSettings.cc (deleted) * code/trunk/src/core/CoreSettings.h (deleted) * code/trunk/src/core/InputBuffer.cc (deleted) * code/trunk/src/core/InputBuffer.h (deleted) * code/trunk/src/core/InputInterfaces.h (deleted) * code/trunk/src/core/InputManager.cc (deleted) * code/trunk/src/core/InputManager.h (deleted) * code/trunk/src/core/KeyBinder.cc (deleted) * code/trunk/src/core/KeyBinder.h (deleted) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/OutputHandler.cc (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Tickable.cc (deleted) * code/trunk/src/core/Tickable.h (deleted) * code/trunk/src/core/input (copied) * code/trunk/src/core/input/Button.cc (copied) * code/trunk/src/core/input/Button.h (copied) * code/trunk/src/core/input/CalibratorCallback.cc (copied) * code/trunk/src/core/input/CalibratorCallback.h (copied) * code/trunk/src/core/input/HalfAxis.cc (copied) * code/trunk/src/core/input/HalfAxis.h (copied) * code/trunk/src/core/input/InputBuffer.cc (copied) * code/trunk/src/core/input/InputBuffer.h (copied) * code/trunk/src/core/input/InputCommands.cc (copied) * code/trunk/src/core/input/InputCommands.h (copied) * code/trunk/src/core/input/InputInterfaces.h (copied) * code/trunk/src/core/input/InputManager.cc (copied) * code/trunk/src/core/input/InputManager.h (copied) * code/trunk/src/core/input/KeyBinder.cc (copied) * code/trunk/src/core/input/KeyBinder.h (copied) * code/trunk/src/core/input/KeyDetector.cc (copied) * code/trunk/src/core/input/KeyDetector.h (copied) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/Settings.cc (copied) * code/trunk/src/orxonox/Settings.h (copied) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/Tickable.cc (copied) * code/trunk/src/orxonox/objects/Tickable.h (copied) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/ArgReader.cc (modified) * code/trunk/src/util/ArgReader.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) merged input branch back to trunk Wed, 04 Jun 2008 18:06:38 GMT rgrieder [1531] * code/branches/input/bin/media.cfg (deleted) * code/branches/input/bin/quake3settings.cfg (deleted) * code/branches/input/src/core/Core.h (modified) * code/branches/input/src/core/input/InputBuffer.cc (modified) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/KeyBinder.cc (modified) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/GraphicsEngine.cc (modified) * code/branches/input/src/orxonox/GraphicsEngine.h (modified) * code/branches/input/src/orxonox/Main.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/Orxonox.h (modified) * code/branches/input/src/orxonox/Settings.cc (added) * code/branches/input/src/orxonox/Settings.h (added) * code/branches/input/src/util/ArgReader.cc (modified) * code/branches/input/src/util/ArgReader.h (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - added various error code in GraphicsEngine - Config values for ...