# # ChangeLog for code/branches/core2/src/orxonox/core/InputBuffer.cc # # Generated by Trac 1.0.9 # Sep 20, 2024, 12:44:48 AM Sat, 05 Apr 2008 15:54:24 GMT landauf [994] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/Executor.cc (modified) * code/branches/core2/src/orxonox/core/Executor.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) * code/branches/core2/src/orxonox/core/Namespace.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/util/Convert.h (modified) * code/branches/core2/src/util/String.cc (modified) * code/branches/core2/src/util/String.h (modified) * code/branches/core2/src/util/SubString.cc (modified) * code/branches/core2/src/util/SubString.h (modified) - added some symbols to the CommandExecutor: a) expression | ... Wed, 02 Apr 2008 22:05:15 GMT landauf [972] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) CommandExecutor autocompletes now to correct casing (even if you're ... Sun, 30 Mar 2008 19:27:04 GMT landauf [966] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (modified) * code/branches/core2/src/util/CMakeLists.txt (modified) * code/branches/core2/src/util/Clipboard.cc (added) * code/branches/core2/src/util/Clipboard.h (added) added clipboard support (at the moment only for windows, but this ... Sat, 29 Mar 2008 23:12:18 GMT landauf [955] * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/Functor.h (modified) * code/branches/core2/src/orxonox/core/InputBuffer.cc (added) * code/branches/core2/src/orxonox/core/InputBuffer.h (added) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) - added input buffer: this class captures key-input (at the moment ...