# # ChangeLog for code/branches/presentationFS16/src/orxonox/controllers/NewScriptController.cc # # Generated by Trac 1.0.9 # Jun 7, 2024, 7:42:25 AM Thu, 26 May 2016 14:38:51 GMT fvultier [11207] * code/branches/presentationFS16 (modified) * code/branches/presentationFS16/data/gui/scripts/testscript.lua (modified) * code/branches/presentationFS16/data/levels/scriptController.oxw (modified) * code/branches/presentationFS16/src/orxonox/CMakeLists.txt (modified) * code/branches/presentationFS16/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/presentationFS16/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/presentationFS16/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/presentationFS16/src/orxonox/controllers/ControllerDirector.h (modified) * code/branches/presentationFS16/src/orxonox/controllers/NewScriptController.cc (copied) * code/branches/presentationFS16/src/orxonox/controllers/NewScriptController.h (copied) * code/branches/presentationFS16/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/presentationFS16/src/orxonox/controllers/ScriptController.h (modified) * code/branches/presentationFS16/src/orxonox/controllers/scriptTasks (copied) merged scriptable controller 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 ...