# # ChangeLog for code/branches/console/src/core # # Generated by Trac 1.0.9 # Jun 3, 2024, 3:32:22 AM Sun, 25 May 2008 19:58:14 GMT landauf [1424] * code/branches/console/src/core/CommandEvaluation.cc (modified) * code/branches/console/src/core/CommandEvaluation.h (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/OutputBuffer.h (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/core/Shell.h (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) finally got a good approach for the CommandExecutor parser. more to come. Sun, 25 May 2008 00:56:09 GMT landauf [1417] * code/branches/console/src/core/CommandEvaluation.h (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) changes in CommandExecutor and CommandEvaluation Sat, 24 May 2008 23:11:51 GMT landauf [1416] * code/branches/console/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/console/src/core/ArgumentCompletionFunctions.h (modified) * code/branches/console/src/core/CommandEvaluation.cc (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/ConsoleCommand.cc (modified) * code/branches/console/src/core/ConsoleCommand.h (modified) * code/branches/console/src/core/Debug.h (modified) * code/branches/console/src/core/OutputHandler.cc (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/orxonox/GraphicsEngine.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.h (modified) - fixed a bug in CommandExecutor - InGameConsole wraps now too long ... Sat, 24 May 2008 00:51:31 GMT landauf [1402] * code/branches/console/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/console/src/core/CommandEvaluation.cc (modified) * code/branches/console/src/core/CommandEvaluation.h (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/ConsoleCommand.cc (modified) backup-commit Fri, 23 May 2008 00:10:52 GMT landauf [1390] * code/branches/console/src/core/ArgumentCompletionFunctions.cc (added) * code/branches/console/src/core/ArgumentCompletionFunctions.h (added) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/CommandEvaluation.cc (modified) * code/branches/console/src/core/CommandEvaluation.h (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/ConsoleCommand.cc (added) * code/branches/console/src/core/ConsoleCommand.h (modified) * code/branches/console/src/core/Identifier.cc (modified) only girls sleep at this time :P (started new implementation of ... Wed, 21 May 2008 23:18:18 GMT landauf [1351] * code/branches/console/src/core/CommandEvaluation.cc (modified) * code/branches/console/src/core/CommandEvaluation.h (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) changed large parts of CommandExecutor and CommandEvaluation. very ... Tue, 20 May 2008 23:33:42 GMT landauf [1341] * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/CommandEvaluation.cc (added) * code/branches/console/src/core/CommandEvaluation.h (added) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/ConfigFileManager.cc (modified) * code/branches/console/src/core/ConsoleCommand.h (modified) * code/branches/console/src/core/ConsoleCommandCompilation.cc (added) * code/branches/console/src/core/ConsoleCommandCompilation.h (added) * code/branches/console/src/core/CorePrereqs.h (modified) * code/branches/console/src/core/Executor.cc (modified) * code/branches/console/src/core/Executor.h (modified) * code/branches/console/src/core/IRC.cc (modified) * code/branches/console/src/core/Identifier.cc (modified) * code/branches/console/src/core/Identifier.h (modified) * code/branches/console/src/core/InputManager.cc (modified) * code/branches/console/src/core/OutputHandler.cc (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/XMLPort.h (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/objects/Ambient.cc (modified) * code/branches/console/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/console/src/orxonox/tools/Timer.cc (modified) * code/branches/console/src/orxonox/tools/Timer.h (modified) big commit, but not much changes in code: - put CommandEvaluation ... Tue, 20 May 2008 17:08:57 GMT landauf [1337] * code/branches/console/cmake/FindBoost.cmake (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) TclThreadManager should now work with old and new versions of boost. ... Mon, 19 May 2008 23:48:40 GMT landauf [1334] * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/OutputBuffer.cc (modified) * code/branches/console/src/core/Script.cc (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/core/Shell.h (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/Orxonox.h (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) - added colored output in the InGameConsole, depending on the output ... Mon, 19 May 2008 19:00:17 GMT landauf [1327] * code/branches/console/src/core/ConfigValueContainer.cc (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) sync with notebook Mon, 19 May 2008 14:37:06 GMT landauf [1326] * code/branches/console/src/core/CoreSettings.cc (modified) * code/branches/console/src/core/CoreSettings.h (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/core/Shell.h (modified) fixed crash when displaying debug-level 4 and 5 in the InGameConsole. ... Mon, 19 May 2008 13:54:50 GMT landauf [1325] * code/branches/console/src/core/ConfigValueContainer.cc (modified) * code/branches/console/src/core/ConfigValueContainer.h (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/util/MultiTypePrimitive.h (modified) * code/branches/console/src/util/MultiTypeString.h (modified) removed bug in ConfigValueContainer with default-vector with size ... Mon, 19 May 2008 12:58:22 GMT landauf [1324] * code/branches/console/src/core/ConfigValueContainer.cc (modified) * code/branches/console/src/core/ConfigValueContainer.h (modified) * code/branches/console/src/core/ConfigValueIncludes.h (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/util/Math.h (modified) Added a command-history to the console. you can scroll through all ... Mon, 19 May 2008 00:33:09 GMT landauf [1322] * code/branches/console/src/core/InputBuffer.h (modified) * code/branches/console/src/core/InputHandler.cc (modified) * code/branches/console/src/core/InputManager.cc (modified) * code/branches/console/src/core/OutputBuffer.cc (modified) * code/branches/console/src/core/OutputBuffer.h (modified) * code/branches/console/src/core/OutputHandler.cc (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/core/Shell.h (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.h (modified) The InGameConsole is now using the new Shell. There's a clear ... Mon, 19 May 2008 00:20:56 GMT landauf [1321] * code/branches/console/src/core/ConfigValueContainer.cc (modified) * code/branches/console/src/core/ConfigValueContainer.h (modified) changed ConfigValueContainer to use MultiTypeMath::assimilate and ... Sat, 17 May 2008 23:28:08 GMT landauf [1317] * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/core/Shell.h (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/Orxonox.h (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.h (modified) changed some parts of InGameConsole to make it work with Shell, but I ... Sat, 17 May 2008 01:58:19 GMT landauf [1313] * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/ClassManager.h (modified) * code/branches/console/src/core/ConfigValueContainer.cc (modified) * code/branches/console/src/core/ConfigValueContainer.h (modified) * code/branches/console/src/core/CorePrereqs.h (modified) * code/branches/console/src/core/Identifier.h (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/InputBuffer.h (modified) * code/branches/console/src/core/InputHandler.cc (modified) * code/branches/console/src/core/Iterator.h (modified) * code/branches/console/src/core/Language.cc (modified) * code/branches/console/src/core/Language.h (modified) * code/branches/console/src/core/OrxonoxClass.cc (modified) * code/branches/console/src/core/OrxonoxClass.h (modified) * code/branches/console/src/core/OutputBuffer.cc (modified) * code/branches/console/src/core/OutputBuffer.h (modified) * code/branches/console/src/core/OutputHandler.cc (modified) * code/branches/console/src/core/OutputHandler.h (modified) * code/branches/console/src/core/Shell.cc (modified) * code/branches/console/src/core/Shell.h (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/console/InGameConsole.cc (modified) - implemented Shell, but not yet linked with the graphical console ... Fri, 16 May 2008 16:03:46 GMT landauf [1312] * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/CorePrereqs.h (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/InputBuffer.h (modified) * code/branches/console/src/core/OutputBuffer.cc (added) * code/branches/console/src/core/OutputBuffer.h (added) * code/branches/console/src/core/Shell.cc (added) * code/branches/console/src/core/Shell.h (added) changed InputBuffer, added OutputBuffer and made a first sketch of Shell. Wed, 14 May 2008 23:13:34 GMT landauf [1277] * code/branches/console/src/core/CorePrereqs.h (modified) added TclThreadManager to CorePrereqs.h Wed, 14 May 2008 23:05:58 GMT landauf [1276] * code/branches/console/bin/irc.tcl (added) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CorePrereqs.h (modified) * code/branches/console/src/core/IRC.cc (added) * code/branches/console/src/core/IRC.h (added) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) * code/branches/console/src/util/String.cc (modified) * code/branches/console/src/util/String.h (modified) someone likes to chat? well, I do. here's a new IRC client. it ... Tue, 13 May 2008 22:46:00 GMT landauf [1269] * code/branches/console/bin/remote.tcl (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) added some control commands to TclThreadManager (status, dump, flush) ... Tue, 13 May 2008 16:33:05 GMT landauf [1267] * code/branches/console/bin/remote.tcl (added) * code/branches/console/bin/telnet_server.tcl (added) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) telnet remote control works type "source remote.tcl" into the ... Mon, 12 May 2008 16:36:15 GMT landauf [1258] * code/branches/console/src/core/TclThreadManager.cc (modified) even better. i start to like it ;) Mon, 12 May 2008 16:33:03 GMT landauf [1257] * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) fixed some bugs Mon, 12 May 2008 12:50:21 GMT landauf [1255] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/Script.cc (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) - after a total rewrite of the TclThreadManager, there are some new ... Wed, 07 May 2008 23:46:05 GMT landauf [1247] * code/branches/console/src/core/Executor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclThreadManager.cc (modified) * code/branches/console/src/core/TclThreadManager.h (modified) several changes in TclThreadManager but couldn't yet fix the bug Sun, 04 May 2008 14:44:24 GMT landauf [1230] * code/branches/console/cmake/FindBoost.cmake (modified) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/OutputHandler.cc (modified) * code/branches/console/src/core/OutputHandler.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/core/TclThreadManager.cc (added) * code/branches/console/src/core/TclThreadManager.h (added) * code/branches/console/src/cpptcl/CppTcl.cc (modified) added a tcl-thread, but there are still some bugs and problems Fri, 02 May 2008 20:19:33 GMT landauf [1216] * code/branches/console/src/core/TclBind.h (modified) removed a small mistake Sun, 27 Apr 2008 20:22:32 GMT landauf [1198] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/CorePrereqs.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) CommandExecutor uses Tcl Sun, 27 Apr 2008 14:54:31 GMT landauf [1194] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/cpptcl/CppTcl.cc (modified) * code/branches/console/src/cpptcl/CppTcl.h (modified) * code/branches/console/src/orxonox/GraphicsEngine.cc (modified) tcl can now initialize itself by loading the *.tcl files from media/tcl Sat, 26 Apr 2008 00:56:39 GMT landauf [1189] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/orxonox/objects/Ambient.h (modified) removed some debug output Sat, 26 Apr 2008 00:50:04 GMT landauf [1188] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/Functor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/objects/Ambient.h (modified) removed some bugs tcl knows now orxonox Thu, 24 Apr 2008 22:51:29 GMT landauf [1187] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/core/CommandExecutor.h (modified) * code/branches/console/src/core/TclBind.cc (modified) * code/branches/console/src/core/TclBind.h (modified) some changes in commandexecutor and tclbind, but there's still a bug ... Wed, 23 Apr 2008 22:47:29 GMT landauf [1151] * code/branches/console/CMakeLists.txt (modified) * code/branches/console/cmake/FindTCL.cmake (added) * code/branches/console/src/CMakeLists.txt (modified) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/core/InputBuffer.cc (modified) * code/branches/console/src/core/InputBuffer.h (modified) * code/branches/console/src/core/TclBind.cc (added) * code/branches/console/src/core/TclBind.h (added) * code/branches/console/src/cpptcl (added) * code/branches/console/src/cpptcl/CMakeLists.txt (added) * code/branches/console/src/cpptcl/CREDITS (added) * code/branches/console/src/cpptcl/CppTcl.cc (added) * code/branches/console/src/cpptcl/CppTcl.h (added) * code/branches/console/src/cpptcl/LICENSE (added) * code/branches/console/src/cpptcl/README (added) * code/branches/console/src/cpptcl/details (added) * code/branches/console/src/cpptcl/details/callbacks.h (added) * code/branches/console/src/cpptcl/details/callbacks_v.h (added) * code/branches/console/src/cpptcl/details/constructors.h (added) * code/branches/console/src/cpptcl/details/conversions.h (added) * code/branches/console/src/cpptcl/details/dispatchers.h (added) * code/branches/console/src/cpptcl/details/metahelpers.h (added) * code/branches/console/src/cpptcl/details/methods.h (added) * code/branches/console/src/cpptcl/details/methods_v.h (added) * code/branches/console/src/orxonox/Orxonox.cc (modified) added cpptcl and some first tests Wed, 23 Apr 2008 21:10:22 GMT landauf [1149] * code/branches/console/src/core/CommandExecutor.cc (modified) * code/branches/console/src/util/String.cc (modified) removed multi-command parsing (~pipe) in CommandExecutor Tue, 22 Apr 2008 20:31:52 GMT landauf [1142] * code/branches/console/src/core/InputBuffer.h (modified) no dynamic_cast Tue, 22 Apr 2008 20:03:26 GMT landauf [1140] * code/branches/console/src/core/InputBuffer.h (modified) dynamic_cast Tue, 22 Apr 2008 18:02:36 GMT FelixSchulthess [1136] * code/branches/console/src/core/InputHandler.cc (modified) * code/branches/console/src/orxonox/CMakeLists.txt (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/orxonox/Orxonox.h (modified) * code/branches/console/src/orxonox/OrxonoxPrereqs.h (modified) created InGameConsole Tue, 22 Apr 2008 17:26:43 GMT rgrieder [1133] * code/branches/console/CMakeLists.txt (modified) * code/branches/console/cmake/FindLua.cmake (modified) * code/branches/console/src/core/CMakeLists.txt (modified) * code/branches/console/src/orxonox/Orxonox.cc (modified) * code/branches/console/src/tolua/CMakeLists.txt (modified) * code/branches/console/src/tolua/tolua.pkg (modified) * code/branches/console/src/util/CMakeLists.txt (modified) * code/branches/console/src/util/ExprParser.cc (copied) * code/branches/console/src/util/ExprParser.h (copied) * code/branches/console/visual_studio/vc8/core.vcproj (modified) * code/branches/console/visual_studio/vc8/tolua++.vcproj (modified) * code/branches/console/visual_studio/vc8/util.vcproj (modified) trunk --> console Sun, 20 Apr 2008 13:54:20 GMT landauf [1117] * code/branches/console (copied) created console branch Sun, 20 Apr 2008 01:01:49 GMT landauf [1116] * code/trunk/src/core/ConfigFileManager.h (modified) removed a warning in ConfigFileManager.h