# # ChangeLog for code/branches/core2/src/orxonox/core/CommandExecutor.h # # Generated by Trac 1.0.9 # Jun 4, 2024, 4:05:32 PM 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:32:36 GMT landauf [950] * code/branches/core2/src/orxonox/core/CommandExecutor.h (modified) a singleton might be better implemented with a private constructor... ... 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 ...