# # ChangeLog for code/branches/plehmannFS16 # # Generated by Trac 1.0.9 # May 2, 2024, 2:57:47 PM Thu, 26 May 2016 13:54:24 GMT plehmann [11204] * code/branches/plehmannFS16/data/gui/scripts/testscript.lua (modified) * code/branches/plehmannFS16/src/orxonox/controllers/ControllerDirector.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/CMakeLists.txt (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/MoveToTask.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/MoveToTask.h (modified) implemented the update function of MoveToTask. but it does not yet ... Thu, 19 May 2016 15:34:38 GMT plehmann [11190] * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/MoveToTask.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/MoveToTask.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/Task.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/Task.h (modified) modified newScriptController to prevent memory leacks caused by tasks Thu, 12 May 2016 14:08:32 GMT plehmann [11187] * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/MoveToTask.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/MoveToTask.h (added) added a MoveToTask TODO: implement the update function Thu, 12 May 2016 13:28:30 GMT plehmann [11183] * code/branches/plehmannFS16/data/gui/scripts/testscript.lua (modified) * code/branches/plehmannFS16/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.cc (deleted) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.h (deleted) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/Task.cc (deleted) * code/branches/plehmannFS16/src/orxonox/controllers/Task.h (deleted) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/CMakeLists.txt (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/DebugTask.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/DebugTask.h (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/Task.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/Task.h (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/stringOutTask.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/scriptTasks/stringOutTask.h (added) * code/branches/plehmannFS16/src/orxonox/controllers/stringOutTask.cc (deleted) * code/branches/plehmannFS16/src/orxonox/controllers/stringOutTask.h (deleted) moved the task classes to the scriptTasks folder. modified the ... Thu, 28 Apr 2016 14:09:08 GMT plehmann [11179] * code/branches/plehmannFS16/src/orxonox/controllers/stringOutTask.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/stringOutTask.h (added) added the stringOutTask for scriptcontroller Thu, 28 Apr 2016 14:08:07 GMT plehmann [11178] * code/branches/plehmannFS16/data/gui/scripts/testscript.lua (modified) * code/branches/plehmannFS16/data/levels/scriptController.oxw (modified) * code/branches/plehmannFS16/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/Task.h (modified) scriptcontroller task system doesnt work. it seems like queue is the ... Thu, 21 Apr 2016 14:02:06 GMT plehmann [11172] * code/branches/plehmannFS16/src/orxonox/CMakeLists.txt (modified) * code/branches/plehmannFS16/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/plehmannFS16/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/Task.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/Task.h (modified) updated some files so NewScriptController lua binds are created. ... Thu, 14 Apr 2016 14:03:16 GMT plehmann [11167] * code/branches/plehmannFS16/data/gui/scripts/testscript.lua (modified) * code/branches/plehmannFS16/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/plehmannFS16/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.h (modified) * code/branches/plehmannFS16/src/orxonox/controllers/Task.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/Task.h (modified) changed the NewScriptController and Task classes Thu, 14 Apr 2016 11:24:08 GMT plehmann [11165] * code/branches/plehmannFS16/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/DebugTask.h (added) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.h (added) * code/branches/plehmannFS16/src/orxonox/controllers/Task.cc (added) * code/branches/plehmannFS16/src/orxonox/controllers/Task.h (added) added new files for newScriptController --This lines, and those ... Thu, 24 Mar 2016 14:54:06 GMT plehmann [11152] * code/branches/plehmannFS16/data/gui/scripts/testscript.lua (modified) * code/branches/plehmannFS16/data/levels/scriptController.oxw (modified) * code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.h (modified) took the event functions out of the tick function Thu, 17 Mar 2016 14:40:22 GMT plehmann [11141] * code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.cc (modified) added a comment Thu, 17 Mar 2016 12:33:29 GMT plehmann [11137] * code/branches/plehmannFS16 (copied) new branch for pps Mon, 15 Feb 2016 21:54:29 GMT landauf [11117] * code/trunk/cmake/PackageConfigMinGW.cmake (modified) * code/trunk/cmake/tools/FindCEGUI.cmake (modified) * code/trunk/src/libraries/core/GUIManager.cc (modified) preparing for CEGUI 0.8