# # ChangeLog for code/branches/plehmannFS16/src/orxonox/controllers/NewScriptController.cc # # Generated by Trac 1.0.9 # May 17, 2024, 11:31:09 PM 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: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 ...