# # ChangeLog for code/branches/ScriptableController/data/gui # # Generated by Trac 1.0.9 # Dec 2, 2024, 9:26:54 PM Thu, 22 May 2014 13:39:37 GMT mkronig [10075] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) commit for merging files 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. 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, 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:00:49 GMT mkronig [10037] * code/branches/ScriptableController/data/gui/scripts/testscript.lua (modified) * code/branches/ScriptableController/data/levels/levelTry.oxw (modified) tried to access a function of ScriptController. Failed. Put a ... 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, 13 Mar 2014 12:34:29 GMT smerkli [9999] * code/branches/ScriptableController (copied) Created a branch for the scriptable controller Sat, 04 Jan 2014 20:42:47 GMT jo [9977] * code/trunk/data/gui/scripts/MiscConfigMenu.lua (modified) * code/trunk/src/orxonox/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/gametypes/Gametype.h (modified) So far so good. Unfortunately I did not figure out what is wrong with ...