# # ChangeLog for code/branches/core2/src/orxonox/core/CommandExecutor.cc # # Generated by Trac 1.0.9 # May 19, 2024, 12:15:34 PM 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 | ... Sat, 05 Apr 2008 01:40:10 GMT landauf [993] * code/branches/core2/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core2/src/orxonox/Orxonox.cc (modified) * code/branches/core2/src/orxonox/Orxonox.h (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/ConsoleCommand.h (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) - added exit command: quits orxonox (no, it's not a hidden segfault ... 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 22:25:09 GMT landauf [967] * 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/Functor.h (modified) hum, i forgot what i was doing there... oh wait, i remember... it had ... Sun, 30 Mar 2008 17:15:16 GMT landauf [965] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) even smarter autocompletion Sun, 30 Mar 2008 03:38:03 GMT landauf [957] * 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.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/CoreIncludes.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/Identifier.h (modified) * code/branches/core2/src/orxonox/objects/Ambient.cc (modified) * code/branches/core2/src/orxonox/objects/Projectile.cc (modified) * code/branches/core2/src/orxonox/tools/Timer.h (modified) * code/branches/core2/src/util/String.cc (modified) - added set and tset functions to the ConfigValueContainer to ... 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 ... Sat, 29 Mar 2008 14:38:10 GMT landauf [953] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) - added some functions to CommandEvaluation - added possibility of ... Sat, 29 Mar 2008 14:04:06 GMT landauf [952] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) added CommandEvaluation to store the results of a command evaluation ... Sat, 29 Mar 2008 02:37:44 GMT landauf [951] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) notation: varname_s to varname_, as they're not static anymore in the ... Sat, 29 Mar 2008 01:30:10 GMT landauf [949] * 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.cc (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) made CommandExecutor a singleton Fri, 28 Mar 2008 22:06:22 GMT landauf [948] * code/branches/core2/src/orxonox/core/CommandExecutor.cc (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (modified) - added autocompletion function to CommandExecutor - set default ... Fri, 28 Mar 2008 21:13:58 GMT landauf [947] * code/branches/core2/src/orxonox/core/CMakeLists.txt (modified) * code/branches/core2/src/orxonox/core/CommandExecutor.cc (added) * code/branches/core2/src/orxonox/core/CommandExecutor.h (added) * code/branches/core2/src/orxonox/core/ConfigValueContainer.cc (modified) * code/branches/core2/src/orxonox/core/ConfigValueContainer.h (modified) * code/branches/core2/src/orxonox/core/ConsoleCommand.h (added) * code/branches/core2/src/orxonox/core/CorePrereqs.h (modified) * code/branches/core2/src/orxonox/core/DebugLevel.cc (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/Functor.h (modified) * code/branches/core2/src/orxonox/core/Identifier.cc (modified) * code/branches/core2/src/orxonox/core/Identifier.h (modified) * code/branches/core2/src/orxonox/core/OutputHandler.cc (modified) * code/branches/core2/src/orxonox/core/OutputHandler.h (modified) * code/branches/core2/src/orxonox/core/XMLPort.h (modified) * code/branches/core2/src/orxonox/objects/Ambient.cc (modified) * code/branches/core2/src/orxonox/objects/Ambient.h (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core2/src/orxonox/objects/SpaceShip.h (modified) * code/branches/core2/src/util/MultiTypeMath.cc (modified) * code/branches/core2/src/util/MultiTypeMath.h (modified) * code/branches/core2/src/util/MultiTypePrimitive.cc (modified) * code/branches/core2/src/util/MultiTypePrimitive.h (modified) * code/branches/core2/src/util/MultiTypeString.cc (modified) * code/branches/core2/src/util/MultiTypeString.h (modified) * code/branches/core2/src/util/String.cc (modified) - added CommandExecutor - added ConsoleCommand macros - added ...