# # ChangeLog for code/trunk/src/core/input/KeyBinder.cc # # Generated by Trac 1.0.9 # May 14, 2024, 12:54:03 PM 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 ... Wed, 17 Sep 2008 21:49:08 GMT rgrieder [1795] * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) changed return type of ConfigFileManager::getInstance() to ... Tue, 09 Sep 2008 23:37:36 GMT rgrieder [1755] * code/trunk (modified) * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/levels (deleted) * code/trunk/cmake/FindCEGUI.cmake (modified) * code/trunk/cmake/FindLua.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ClassTreeMask.h (modified) * code/trunk/src/core/Clock.cc (copied) * code/trunk/src/core/Clock.h (copied) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/CommandLine.cc (copied) * code/trunk/src/core/CommandLine.h (copied) * code/trunk/src/core/ConsoleCommand.cc (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Exception.cc (copied) * code/trunk/src/core/Exception.h (copied) * code/trunk/src/core/GameState.cc (copied) * code/trunk/src/core/GameState.h (copied) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/OrxonoxClass.h (modified) * code/trunk/src/core/RootGameState.cc (copied) * code/trunk/src/core/RootGameState.h (copied) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/Script.h (modified) * code/trunk/src/core/Script_clean.h (deleted) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/Button.h (modified) * code/trunk/src/core/input/CalibratorCallback.cc (modified) * code/trunk/src/core/input/CalibratorCallback.h (modified) * code/trunk/src/core/input/ExtendedInputState.cc (copied) * code/trunk/src/core/input/ExtendedInputState.h (copied) * code/trunk/src/core/input/HalfAxis.cc (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputBuffer.cc (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 (copied) * 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 (copied) * code/trunk/src/core/input/SimpleInputState.h (copied) * code/trunk/src/core/tolua/tolua.pkg (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/packet/ClassID.cc (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 (deleted) * code/trunk/src/orxonox/Orxonox.h (deleted) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/Radar.cc (modified) * code/trunk/src/orxonox/RadarViewable.h (modified) * code/trunk/src/orxonox/Settings.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/SignalHandler.h (modified) * code/trunk/src/orxonox/gamestates (copied) * code/trunk/src/orxonox/gamestates/GSClient.cc (copied) * code/trunk/src/orxonox/gamestates/GSClient.h (copied) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (copied) * code/trunk/src/orxonox/gamestates/GSDedicated.h (copied) * code/trunk/src/orxonox/gamestates/GSGUI.cc (copied) * code/trunk/src/orxonox/gamestates/GSGUI.h (copied) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (copied) * code/trunk/src/orxonox/gamestates/GSGraphics.h (copied) * code/trunk/src/orxonox/gamestates/GSIOConsole.cc (copied) * code/trunk/src/orxonox/gamestates/GSIOConsole.h (copied) * code/trunk/src/orxonox/gamestates/GSLevel.cc (copied) * code/trunk/src/orxonox/gamestates/GSLevel.h (copied) * code/trunk/src/orxonox/gamestates/GSRoot.cc (copied) * code/trunk/src/orxonox/gamestates/GSRoot.h (copied) * code/trunk/src/orxonox/gamestates/GSServer.cc (copied) * code/trunk/src/orxonox/gamestates/GSServer.h (copied) * code/trunk/src/orxonox/gamestates/GSStandalone.cc (copied) * code/trunk/src/orxonox/gamestates/GSStandalone.h (copied) * code/trunk/src/orxonox/gui (copied) * code/trunk/src/orxonox/gui/GUIManager.cc (copied) * code/trunk/src/orxonox/gui/GUIManager.h (copied) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.cpp (copied) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.h (copied) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.cpp (copied) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.h (copied) * code/trunk/src/orxonox/gui/OgreCEGUITexture.cpp (copied) * code/trunk/src/orxonox/gui/OgreCEGUITexture.h (copied) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Backlight.cc (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/CameraHandler.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/Tickable.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/trunk/src/orxonox/tolua/tolua.pkg (modified) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/Light.cc (modified) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/orxonox/tools/WindowEventListener.h (modified) * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/tolua/lua (copied) * code/trunk/src/tolua/lua/array.lua (copied) * code/trunk/src/tolua/lua/basic.lua (copied) * code/trunk/src/tolua/lua/class.lua (copied) * code/trunk/src/tolua/lua/clean.lua (copied) * code/trunk/src/tolua/lua/code.lua (copied) * code/trunk/src/tolua/lua/compat-5.1.lua (copied) * code/trunk/src/tolua/lua/compat.lua (copied) * code/trunk/src/tolua/lua/container.lua (copied) * code/trunk/src/tolua/lua/custom.lua (copied) * code/trunk/src/tolua/lua/custom_hide.lua (copied) * code/trunk/src/tolua/lua/declaration.lua (copied) * code/trunk/src/tolua/lua/define.lua (copied) * code/trunk/src/tolua/lua/doit.lua (copied) * code/trunk/src/tolua/lua/enumerate.lua (copied) * code/trunk/src/tolua/lua/feature.lua (copied) * code/trunk/src/tolua/lua/function.lua (copied) * code/trunk/src/tolua/lua/module.lua (copied) * code/trunk/src/tolua/lua/namespace.lua (copied) * code/trunk/src/tolua/lua/operator.lua (copied) * code/trunk/src/tolua/lua/package.lua (copied) * code/trunk/src/tolua/lua/typedef.lua (copied) * code/trunk/src/tolua/lua/variable.lua (copied) * code/trunk/src/tolua/lua/verbatim.lua (copied) * code/trunk/src/tolua/tolua++.h (modified) * code/trunk/src/tolua/tolua-5.0.pkg (copied) * code/trunk/src/tolua/tolua-5.1.pkg (copied) * code/trunk/src/tolua/toluabind.c (modified) * code/trunk/src/tolua/toluabind_orxonox.c (copied) * code/trunk/src/tolua/toluabind_orxonox.h (copied) * code/trunk/src/util/ArgReader.cc (deleted) * code/trunk/src/util/ArgReader.h (deleted) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/CRC32.h (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Integers.h (copied) * code/trunk/src/util/OrxonoxPlatform.h (modified) * code/trunk/src/util/Sleep.h (modified) * code/trunk/src/util/SubString.h (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/tolua_app_properties.vsprops (modified) * code/trunk/visual_studio/tolua_gen_properties.vsprops (copied) * code/trunk/visual_studio/tolua_properties.vsprops (modified) * code/trunk/visual_studio/util_properties.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/tolua.vcproj (modified) * code/trunk/visual_studio/vc8/tolua_app.vcproj (modified) * code/trunk/visual_studio/vc8/tolua_gen.vcproj (copied) * code/trunk/visual_studio/vc8/util.vcproj (modified) merged gui back to trunk. update the media repository! Tue, 09 Sep 2008 02:25:52 GMT landauf [1747] * code/trunk (modified) * code/trunk/src/audio/AudioIncludes.h (modified) * code/trunk/src/audio/AudioManager.cc (modified) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/audio/AudioStream.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ClassFactory.h (modified) * code/trunk/src/core/ClassTreeMask.h (modified) * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/core/CommandEvaluation.h (modified) * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/ConfigFileManager.cc (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/ConsoleCommand.cc (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/ConsoleCommandCompilation.cc (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Debug.h (deleted) * code/trunk/src/core/Error.cc (deleted) * code/trunk/src/core/Error.h (deleted) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Factory.cc (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/Identifier.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/MetaObjectList.cc (modified) * code/trunk/src/core/MetaObjectList.h (modified) * code/trunk/src/core/Namespace.cc (modified) * code/trunk/src/core/NamespaceNode.cc (modified) * code/trunk/src/core/ObjectList.h (modified) * code/trunk/src/core/ObjectListBase.cc (copied) * code/trunk/src/core/ObjectListBase.h (copied) * code/trunk/src/core/ObjectListIterator.h (copied) * code/trunk/src/core/OrxonoxClass.cc (modified) * code/trunk/src/core/OutputBuffer.cc (deleted) * code/trunk/src/core/OutputBuffer.h (deleted) * code/trunk/src/core/OutputHandler.cc (deleted) * code/trunk/src/core/OutputHandler.h (deleted) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/SignalHandler.cc (deleted) * code/trunk/src/core/SignalHandler.h (deleted) * code/trunk/src/core/Super.h (copied) * code/trunk/src/core/TclBind.cc (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyDetector.cc (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.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/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/Radar.cc (modified) * code/trunk/src/orxonox/Radar.h (modified) * code/trunk/src/orxonox/RadarViewable.cc (modified) * code/trunk/src/orxonox/RadarViewable.h (modified) * code/trunk/src/orxonox/Settings.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/SignalHandler.cc (copied) * code/trunk/src/orxonox/SignalHandler.h (copied) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/Backlight.cc (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/NPC.cc (modified) * code/trunk/src/orxonox/objects/NPC.h (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.h (modified) * code/trunk/src/orxonox/objects/Tickable.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.h (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/trunk/src/orxonox/tools/WindowEventListener.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Debug.h (copied) * code/trunk/src/util/Error.cc (copied) * code/trunk/src/util/Error.h (copied) * code/trunk/src/util/MultiType.cc (copied) * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/MultiTypeMath.cc (deleted) * code/trunk/src/util/MultiTypeMath.h (deleted) * code/trunk/src/util/MultiTypePrimitive.cc (deleted) * code/trunk/src/util/MultiTypePrimitive.h (deleted) * code/trunk/src/util/MultiTypeString.cc (deleted) * code/trunk/src/util/MultiTypeString.h (deleted) * code/trunk/src/util/MultiTypeValue.h (copied) * code/trunk/src/util/OutputBuffer.cc (copied) * code/trunk/src/util/OutputBuffer.h (copied) * code/trunk/src/util/OutputHandler.cc (copied) * code/trunk/src/util/OutputHandler.h (copied) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/network_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) merged core3 back to trunk Sun, 08 Jun 2008 15:55:05 GMT rgrieder [1567] * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/visual_studio/base_properties_release.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/cpptcl.vcproj (modified) * code/trunk/visual_studio/vc8/network.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/tixml.vcproj (modified) * code/trunk/visual_studio/vc8/tolua.vcproj (modified) - changed a default value concerning the derived mouse input (maybe ... 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 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 ...