# # ChangeLog for code/branches/core2/src/orxonox/core/InputBuffer.cc # # Generated by Trac 1.0.9 # Jun 10, 2024, 6:39:17 AM 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 ...