# # ChangeLog for code/branches/presentationFS14/src/orxonox/controllers/ControllerDirector.cc # # Generated by Trac 1.0.9 # May 14, 2024, 12:50:01 PM Sat, 31 Jan 2015 16:31:23 GMT landauf [10215] * code/branches/presentationFS14/src/modules/jump/Jump.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpBoots.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpEnemy.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpFigure.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpFigure.h (modified) * code/branches/presentationFS14/src/modules/jump/JumpItem.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatform.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformDisappear.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformDisappear.h (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformFake.h (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformHMove.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformHMove.h (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformStatic.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformStatic.h (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformTimer.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformTimer.h (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformVMove.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPlatformVMove.h (modified) * code/branches/presentationFS14/src/modules/jump/JumpProjectile.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpPropeller.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpRocket.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpScore.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpShield.cc (modified) * code/branches/presentationFS14/src/modules/jump/JumpSpring.cc (modified) * code/branches/presentationFS14/src/modules/objects/controllers/TeamTargetProxy.cc (modified) * code/branches/presentationFS14/src/modules/objects/controllers/TeamTargetProxy.h (modified) * code/branches/presentationFS14/src/modules/objects/controllers/TurretController.cc (modified) * code/branches/presentationFS14/src/modules/objects/controllers/TurretController.h (modified) * code/branches/presentationFS14/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/presentationFS14/src/orxonox/controllers/ControllerDirector.h (modified) replaced tabs with spaces. no changes in code. Tue, 27 May 2014 07:54:25 GMT smerkli [10077] * code/branches/presentationFS14/data/levels/templates/spaceshipTurret.oxt (added) * code/branches/presentationFS14/src/orxonox/controllers/ControllerDirector.cc (modified) * code/branches/presentationFS14/src/orxonox/controllers/ScriptController.cc (modified) Removed some verbose output from default output and re-added a file ... Thu, 22 May 2014 13:59:14 GMT smerkli [10076] * code/branches/presentationFS14 (modified) * code/branches/presentationFS14/data/gui/scripts/testscript.lua (copied) * code/branches/presentationFS14/data/levels/levelTry.oxw (copied) * code/branches/presentationFS14/data/levels/michaelstestfile.lua (copied) * code/branches/presentationFS14/data/levels/scriptController.oxw (copied) * code/branches/presentationFS14/src/orxonox/CMakeLists.txt (modified) * code/branches/presentationFS14/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/presentationFS14/src/orxonox/controllers/ControllerDirector.cc (copied) * code/branches/presentationFS14/src/orxonox/controllers/ControllerDirector.h (copied) * code/branches/presentationFS14/src/orxonox/controllers/ScriptController.cc (copied) * code/branches/presentationFS14/src/orxonox/controllers/ScriptController.h (copied) * code/branches/presentationFS14/src/orxonox/controllers/testscript.lua (copied) Merged scriptcontroller branch 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.