# # ChangeLog for code/branches/console/src/core/TclBind.cc # # Generated by Trac 1.0.9 # Jun 1, 2024, 2:15:16 AM 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 ... 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 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 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 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