# # ChangeLog for code/branches/input/src/core/CommandExecutor.cc # # Generated by Trac 1.0.9 # Jun 10, 2024, 6:29:49 PM Mon, 19 May 2008 08:50:09 GMT rgrieder [1323] * code/branches/input/bin/keybindings.ini (modified) * code/branches/input/src/core/CommandExecutor.cc (modified) * code/branches/input/src/core/CommandExecutor.h (modified) * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/Executor.h (modified) * code/branches/input/src/core/InputBuffer.cc (modified) * code/branches/input/src/core/InputBuffer.h (modified) * code/branches/input/src/core/InputHandler.cc (modified) * code/branches/input/src/core/InputHandler.h (modified) * code/branches/input/src/core/InputInterfaces.h (modified) * code/branches/input/src/core/InputManager.cc (modified) * code/branches/input/src/core/InputManager.h (modified) * code/branches/input/src/core/SignalHandler.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) * code/branches/input/src/util/Math.h (modified) * code/branches/input/src/util/SubString.cc (modified) * code/branches/input/src/util/SubString.h (modified) * code/branches/input/visual_studio/vc8/network.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) Basically, almost everything about the input management is written, ... Thu, 15 May 2008 19:15:39 GMT rgrieder [1298] * code/branches/input (copied) new input branch Fri, 02 May 2008 19:23:30 GMT landauf [1214] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindTCL.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/InputBuffer.cc (modified) * code/trunk/src/core/InputBuffer.h (modified) * code/trunk/src/core/InputHandler.cc (modified) * code/trunk/src/core/TclBind.cc (copied) * code/trunk/src/core/TclBind.h (copied) * code/trunk/src/cpptcl (copied) * code/trunk/src/cpptcl/CMakeLists.txt (copied) * code/trunk/src/cpptcl/CREDITS (copied) * code/trunk/src/cpptcl/CppTcl.cc (copied) * code/trunk/src/cpptcl/CppTcl.h (copied) * code/trunk/src/cpptcl/LICENSE (copied) * code/trunk/src/cpptcl/README (copied) * code/trunk/src/cpptcl/details (copied) * code/trunk/src/cpptcl/details/callbacks.h (copied) * code/trunk/src/cpptcl/details/callbacks_v.h (copied) * code/trunk/src/cpptcl/details/constructors.h (copied) * code/trunk/src/cpptcl/details/conversions.h (copied) * code/trunk/src/cpptcl/details/dispatchers.h (copied) * code/trunk/src/cpptcl/details/metahelpers.h (copied) * code/trunk/src/cpptcl/details/methods.h (copied) * code/trunk/src/cpptcl/details/methods_v.h (copied) * 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/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/console (copied) * code/trunk/src/orxonox/console/InGameConsole.cc (copied) * code/trunk/src/orxonox/console/InGameConsole.h (copied) * code/trunk/src/util/String.cc (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) merged console-branch back to trunk. IMPORTANT: update your media ...