# # ChangeLog for code/trunk/src/cpptcl/README # # Generated by Trac 1.0.9 # Jun 3, 2024, 11:01:59 AM Fri, 02 May 2008 19:23:30 GMT landauf [1214] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindTCL.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CommandExecutor.cc (modified) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/InputBuffer.cc (modified) * code/trunk/src/core/InputBuffer.h (modified) * code/trunk/src/core/InputHandler.cc (modified) * code/trunk/src/core/TclBind.cc (copied) * code/trunk/src/core/TclBind.h (copied) * code/trunk/src/cpptcl (copied) * code/trunk/src/cpptcl/CMakeLists.txt (copied) * code/trunk/src/cpptcl/CREDITS (copied) * code/trunk/src/cpptcl/CppTcl.cc (copied) * code/trunk/src/cpptcl/CppTcl.h (copied) * code/trunk/src/cpptcl/LICENSE (copied) * code/trunk/src/cpptcl/README (copied) * code/trunk/src/cpptcl/details (copied) * code/trunk/src/cpptcl/details/callbacks.h (copied) * code/trunk/src/cpptcl/details/callbacks_v.h (copied) * code/trunk/src/cpptcl/details/constructors.h (copied) * code/trunk/src/cpptcl/details/conversions.h (copied) * code/trunk/src/cpptcl/details/dispatchers.h (copied) * code/trunk/src/cpptcl/details/metahelpers.h (copied) * code/trunk/src/cpptcl/details/methods.h (copied) * code/trunk/src/cpptcl/details/methods_v.h (copied) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/console (copied) * code/trunk/src/orxonox/console/InGameConsole.cc (copied) * code/trunk/src/orxonox/console/InGameConsole.h (copied) * code/trunk/src/util/String.cc (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) merged console-branch back to trunk. IMPORTANT: update your media ... 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