# # ChangeLog for code/branches/console/src/core # # Generated by Trac 1.0.9 # Jun 3, 2024, 10:46:21 PM 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