# # ChangeLog for code/branches/Presentation_HS17/src/orxonox/scriptablecontroller/luatb.h # # Generated by Trac 1.0.9 # Jun 15, 2024, 4:21:43 PM Sun, 17 Dec 2017 13:37:50 GMT patricwi [11686] * code/branches/Presentation_HS17 (modified) * code/branches/Presentation_HS17/data/levels/scriptableControllerTest.oxw (copied) * code/branches/Presentation_HS17/data/levels/scripts (copied) * code/branches/Presentation_HS17/src/libraries/core/BaseObject.h (modified) * code/branches/Presentation_HS17/src/libraries/tools/Timer.cc (modified) * code/branches/Presentation_HS17/src/libraries/tools/Timer.h (modified) * code/branches/Presentation_HS17/src/orxonox/CMakeLists.txt (modified) * code/branches/Presentation_HS17/src/orxonox/Level.cc (modified) * code/branches/Presentation_HS17/src/orxonox/Level.h (modified) * code/branches/Presentation_HS17/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/Presentation_HS17/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/Presentation_HS17/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/Presentation_HS17/src/orxonox/items/ShipPart.cc (modified) * code/branches/Presentation_HS17/src/orxonox/scriptablecontroller (copied) * code/branches/Presentation_HS17/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/Presentation_HS17/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/Presentation_HS17/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/Presentation_HS17/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/Presentation_HS17/src/orxonox/worldentities/WorldEntity.h (modified) * code/branches/Presentation_HS17/src/orxonox/worldentities/pawns/Pawn.cc (modified) merged scriptable controller but not tested Thu, 14 Dec 2017 15:04:14 GMT kohlia [11673] * code/branches/ScriptableController_HS17/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/ScriptableController_HS17/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/is_callable.h (modified) * code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/luatb.h (modified) * code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/luatb_typed_stack.h (modified) * code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller.cc (modified) * code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller.h (modified) * code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller_api.cc (modified) * code/branches/ScriptableController_HS17/src/orxonox/scriptablecontroller/scriptable_controller_api.h (modified) The ScriptableController should work now. A demo level called ...