# # ChangeLog for code/branches/ScriptableController/src # # Generated by Trac 1.0.9 # May 17, 2024, 10:41:58 PM Wed, 21 May 2014 13:28:28 GMT smerkli [10066] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) Some cleanups, added a "change look" command Wed, 21 May 2014 12:32:41 GMT smerkli [10065] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) Improved controller, "move and look" is now scriptable. Wed, 21 May 2014 09:45:35 GMT smerkli [10064] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) Test commit to see if committing still works Thu, 15 May 2014 15:09:35 GMT samuezu [10059] * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) works more or less, but big trouble accessing the ... Thu, 15 May 2014 12:18:08 GMT mkronig [10057] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) Thu, 15 May 2014 09:12:30 GMT smerkli [10056] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) Added a check whether the eventlist is empty, this fixes the segfault. Thu, 08 May 2014 13:59:26 GMT samuezu [10048] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) created struct event, an eventlist and the functions eventscheduler ... Thu, 08 May 2014 08:16:23 GMT smerkli [10047] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.h (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) Controller switching works now, however lua script execution is ... Wed, 07 May 2014 12:03:18 GMT smerkli [10046] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) Fixed some more things. What works now: - Setting an ID for the ... Tue, 06 May 2014 14:02:07 GMT smerkli [10045] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/src/orxonox/CMakeLists.txt (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) Fixed the lua stuff, can now call ScriptController functions from lua. Thu, 17 Apr 2014 14:04:50 GMT samuezu [10038] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) scriptcontroller slightly modified Thu, 17 Apr 2014 12:27:35 GMT mkronig [10035] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (added) * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/testscript.lua (added) changes on controllerDirector and added some new lua scripts Thu, 17 Apr 2014 12:24:12 GMT samuezu [10034] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) orxout in sc fct movetoposition Thu, 10 Apr 2014 13:57:29 GMT mkronig [10030] * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) last commit from 10.4.14 Thu, 10 Apr 2014 13:40:57 GMT samuezu [10028] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) compiles now Thu, 10 Apr 2014 13:39:32 GMT mkronig [10027] * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.h (modified) changes on controllerDirector e.g. lua part Thu, 10 Apr 2014 13:18:32 GMT mkronig [10026] * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) * code/branches/ScriptableController/data/levels/michaelstestfile.lua (added) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) Added an initial test for lua execution. Not tested yet. Thu, 10 Apr 2014 11:19:01 GMT samuezu [10025] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) created scriptcontroller header and *.cc file Thu, 10 Apr 2014 11:15:58 GMT mkronig [10024] * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.h (modified) changes on controllerDirector project Thu, 03 Apr 2014 13:59:48 GMT samuezu [10020] * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.h (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) created scriptcontroller header and *.cc file Thu, 03 Apr 2014 12:19:49 GMT mkronig [10016] * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (modified) Thu, 03 Apr 2014 11:57:32 GMT samuezu [10015] * code/branches/ScriptableController/src/orxonox/controllers/CMakeLists.txt (modified) removed the temporary script controller entry in the CMakelists Thu, 03 Apr 2014 11:55:14 GMT samuezu [10014] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (added) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (added) re-added the scriptcontroller files Thu, 03 Apr 2014 11:46:08 GMT samuezu [10013] * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (deleted) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (deleted) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController_00.cc (deleted) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController_00.h (deleted) adding ControllerDirector files Thu, 03 Apr 2014 11:21:01 GMT mkronig [10012] * code/branches/ScriptableController/data/levels/scriptController.oxw (added) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc (added) * code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.h (added) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.cc (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController.h (modified) commit 3.4.2014 Thu, 27 Mar 2014 15:15:55 GMT samuezu [10010] * code/branches/ScriptableController/src/orxonox/controllers/CMakeLists.txt (modified) added ControllerDirector Class, without any implementation Thu, 27 Mar 2014 15:13:16 GMT mkronig [10009] * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController_00.cc (modified) edited comments in levelTry.oxw file and scriptableController_00.cc Thu, 27 Mar 2014 14:23:27 GMT mkronig [10006] * code/branches/ScriptableController/data/levels/levelTry.oxw (added) * code/branches/ScriptableController/src/modules/docking/Unsaved Document 1 (added) * code/branches/ScriptableController/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController_00.cc (added) * code/branches/ScriptableController/src/orxonox/controllers/ScriptController_00.h (added) first try with scriptable controller Thu, 13 Mar 2014 12:34:29 GMT smerkli [9999] * code/branches/ScriptableController (copied) Created a branch for the scriptable controller Sun, 05 Jan 2014 13:39:34 GMT jo [9986] * code/trunk/data/levels/iJohnVane_TriptoArea51.oxw (modified) * code/trunk/src/orxonox/gametypes/Mission.cc (modified) Improving the first mission. Two fixes are needed to make it well ...