# # ChangeLog for code/branches/ScriptableController_FS18/data # # Generated by Trac 1.0.9 # May 14, 2024, 6:28:34 PM Thu, 24 May 2018 14:42:43 GMT adamc [12006] * code/branches/ScriptableController_FS18/data/levels/ScriptableControllerTestMoveKillDrone.oxw (moved) * code/branches/ScriptableController_FS18/data/levels/ScriptableControllerTestSpawn.oxw (moved) * code/branches/ScriptableController_FS18/data/levels/scripts/ScriptableControllerMoveKill.lua (moved) * code/branches/ScriptableController_FS18/data/levels/scripts/ScriptableControllerSpawn.lua (moved) * code/branches/ScriptableController_FS18/data/levels/templates/ScriptableControllerDroneTemplate.oxt (moved) * code/branches/ScriptableController_FS18/src/orxonox/Level.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/CMakeLists.txt (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.cc (moved) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.h (moved) first final draft Thu, 24 May 2018 13:59:22 GMT adamc [11999] * code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw (modified) * code/branches/ScriptableController_FS18/data/levels/BBBScriptableControllerTest.oxw (modified) * code/branches/ScriptableController_FS18/data/levels/scripts/AAAScriptableControllerTest.lua (modified) * code/branches/ScriptableController_FS18/data/levels/templates/AAAAutonomousDroneTemplate.oxt (modified) * code/branches/ScriptableController_FS18/src/libraries/core/BaseObject.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/Level.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc (modified) Spawning pawn works now, BUT still incompatible with moving spawned pawn Thu, 17 May 2018 14:04:14 GMT adamc [11974] * code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw (modified) * code/branches/ScriptableController_FS18/data/levels/scripts/AAAScriptableControllerTest.lua (modified) * code/branches/ScriptableController_FS18/data/levels/templates/AAAAutonomousDroneTemplate.oxt (modified) * code/branches/ScriptableController_FS18/src/orxonox/Level.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/Level.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.h (modified) can Thu, 03 May 2018 14:01:23 GMT adamc [11936] * code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw (modified) * code/branches/ScriptableController_FS18/data/levels/scripts/AAAScriptableControllerTest.lua (modified) * code/branches/ScriptableController_FS18/data/levels/scripts/BBBScriptableControllerTest.lua (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc (modified) Trying to spawn entity (2nd attempt) Thu, 03 May 2018 13:16:09 GMT adamc [11932] * code/branches/ScriptableController_FS18/data/levels/BBBScriptableControllerTest.oxw (modified) * code/branches/ScriptableController_FS18/data/levels/scripts/BBBScriptableControllerTest.lua (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/AAAAutonomousDrone.cc (modified) Fixed killing and moving of entities & commit issue Thu, 03 May 2018 11:46:20 GMT adamc [11928] * code/branches/ScriptableController_FS18/data/levels/AAAScriptableControllerTest.oxw (added) * code/branches/ScriptableController_FS18/data/levels/BBBScriptableControllerTest.oxw (added) * code/branches/ScriptableController_FS18/data/levels/scripts/AAAScriptableControllerTest.lua (added) * code/branches/ScriptableController_FS18/data/levels/scripts/BBBScriptableControllerTest.lua (added) * code/branches/ScriptableController_FS18/data/levels/scripts/empty.lua (added) * code/branches/ScriptableController_FS18/data/levels/templates/AAAAutonomousDroneTemplate.oxt (added) * code/branches/ScriptableController_FS18/src/orxonox/controllers/AutonomousDroneController.cc (added) * code/branches/ScriptableController_FS18/src/orxonox/controllers/AutonomousDroneController.h (added) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller_api.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/AutonomousDrone.cc (added) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/AutonomousDrone.h (added) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/AAAAutonomousDrone.cc (added) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/AAAAutonomousDrone.h (added) Level & Script backup Thu, 12 Apr 2018 14:16:02 GMT adamc [11861] * code/branches/ScriptableController_FS18/data/levels/scriptController.oxw (modified) * code/branches/ScriptableController_FS18/src/orxonox/Level.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/Level.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller/scriptable_controller.cc (modified) scriptablecontroller fixed the No-Script-Option_Error (?) Thu, 12 Apr 2018 12:07:03 GMT adamc [11855] * code/branches/ScriptableController_FS18 (modified) * code/branches/ScriptableController_FS18/data/levels/scriptableControllerTest.oxw (copied) * code/branches/ScriptableController_FS18/data/levels/scripts (copied) * code/branches/ScriptableController_FS18/src/libraries/core/BaseObject.h (modified) * code/branches/ScriptableController_FS18/src/libraries/tools/Timer.cc (modified) * code/branches/ScriptableController_FS18/src/libraries/tools/Timer.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/CMakeLists.txt (modified) * code/branches/ScriptableController_FS18/src/orxonox/Level.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/Level.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/items/ShipPart.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/scriptablecontroller (copied) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/WorldEntity.h (modified) * code/branches/ScriptableController_FS18/src/orxonox/worldentities/pawns/Pawn.cc (modified) merged HS17 into FS18 Thu, 15 Mar 2018 13:26:59 GMT patricwi [11822] * code/branches/ScriptableController_FS18 (copied) Added new branch Mon, 19 Feb 2018 23:14:40 GMT landauf [11783] * code/trunk (modified) * code/trunk/data/gui/layouts/Dialog.layout (copied) * code/trunk/data/gui/layouts/Dialogue.layout (deleted) * code/trunk/data/gui/layouts/HighscoreMenu.layout (modified) * code/trunk/data/gui/scripts/Dialog.lua (copied) * code/trunk/data/gui/scripts/Dialogue.lua (deleted) * code/trunk/data/gui/scripts/HighscoreMenu.lua (modified) * code/trunk/data/gui/scripts/TestDialogButttons.lua (modified) * code/trunk/data/levels/ArrowLevel.oxw (copied) * code/trunk/data/levels/AsteroidFarming.oxw (copied) * code/trunk/data/levels/Asteroids2D.oxw (copied) * code/trunk/data/levels/DialogShowcase.oxw (copied) * code/trunk/data/levels/DialogueShowcase.oxw (deleted) * code/trunk/data/levels/Endurancefinal.oxw (modified) * code/trunk/data/levels/FlappyOrx.oxw (copied) * code/trunk/data/levels/MilleniumFalconTest.oxw (modified) * code/trunk/data/levels/NC_StoryModeLevel.oxw (copied) * code/trunk/data/levels/ProtectBoss.oxw (copied) * code/trunk/data/levels/SOB.oxw (modified) * code/trunk/data/levels/StoryModeMap.oxw (modified) * code/trunk/data/levels/includes/MFalconWeapon.oxi (modified) * code/trunk/data/levels/includes/asteroids2DWeapon.oxi (copied) * code/trunk/data/levels/newnewnewspacerace.oxw (modified) * code/trunk/data/levels/templates/MFalcon.oxt (modified) * code/trunk/data/levels/templates/StoryMode.oxt (modified) * code/trunk/data/levels/templates/StoryModeEscort.oxt (copied) * code/trunk/data/levels/templates/asteroidsAsteroids2D.oxt (copied) * code/trunk/data/levels/templates/endurancetest_template.oxt (modified) * code/trunk/data/levels/templates/enemyFlappyOrx.oxt (copied) * code/trunk/data/levels/templates/fastship.oxt (modified) * code/trunk/data/levels/templates/spaceshipAsteroids2D.oxt (copied) * code/trunk/data/levels/templates/spaceshipFlappyOrx.oxt (copied) * code/trunk/data/overlays/Asteroids2DHUD.oxo (copied) * code/trunk/data/overlays/FlappyOrxHUD.oxo (copied) * code/trunk/data/overlays/HUDTemplates3.oxo (modified) * code/trunk/data/overlays/HUDTemplatesFPS.oxo (modified) * code/trunk/data/overlays/SOBHUD.oxo (modified) * code/trunk/data/overlays/StoryModeHUD.oxo (modified) * code/trunk/data/overlays/StoryModeHUD2.oxo (copied) * code/trunk/data/particle/fire3.particle (modified) * code/trunk/src/libraries/tools/Mesh.cc (modified) * code/trunk/src/libraries/tools/Mesh.h (modified) * code/trunk/src/modules/CMakeLists.txt (modified) * code/trunk/src/modules/asteroidmining (copied) * code/trunk/src/modules/asteroids2D (copied) * code/trunk/src/modules/dialog (copied) * code/trunk/src/modules/dialogue (deleted) * code/trunk/src/modules/dodgerace/DodgeRace.cc (modified) * code/trunk/src/modules/dodgerace/DodgeRace.h (modified) * code/trunk/src/modules/flappyorx (copied) * code/trunk/src/modules/overlays/hud/CMakeLists.txt (modified) * code/trunk/src/modules/overlays/hud/HUDPickupSystem.cc (modified) * code/trunk/src/modules/overlays/hud/HUDPickupSystem.h (modified) * code/trunk/src/modules/overlays/hud/StoryModeHUD.cc (copied) * code/trunk/src/modules/overlays/hud/StoryModeHUD.h (copied) * code/trunk/src/modules/pickup/PickupPrereqs.h (modified) * code/trunk/src/modules/pickup/PickupSpawner.cc (modified) * code/trunk/src/modules/pickup/PickupSpawner.h (modified) * code/trunk/src/modules/superorxobros/CMakeLists.txt (modified) * code/trunk/src/modules/superorxobros/Orxo.cc (deleted) * code/trunk/src/modules/superorxobros/Orxo.h (deleted) * code/trunk/src/modules/superorxobros/SOB.cc (modified) * code/trunk/src/modules/superorxobros/SOB.h (modified) * code/trunk/src/modules/superorxobros/SOBCastlestone.cc (modified) * code/trunk/src/modules/superorxobros/SOBCastlestone.h (modified) * code/trunk/src/modules/superorxobros/SOBCenterpoint.cc (modified) * code/trunk/src/modules/superorxobros/SOBCenterpoint.h (modified) * code/trunk/src/modules/superorxobros/SOBCoin.cc (modified) * code/trunk/src/modules/superorxobros/SOBCoin.h (modified) * code/trunk/src/modules/superorxobros/SOBFigure.cc (modified) * code/trunk/src/modules/superorxobros/SOBFigure.h (modified) * code/trunk/src/modules/superorxobros/SOBFireball.cc (copied) * code/trunk/src/modules/superorxobros/SOBFireball.h (copied) * code/trunk/src/modules/superorxobros/SOBFlagstone.cc (modified) * code/trunk/src/modules/superorxobros/SOBFlagstone.h (modified) * code/trunk/src/modules/superorxobros/SOBGumba.cc (modified) * code/trunk/src/modules/superorxobros/SOBGumba.h (modified) * code/trunk/src/modules/superorxobros/SOBGumbaBoss.cc (copied) * code/trunk/src/modules/superorxobros/SOBGumbaBoss.h (copied) * code/trunk/src/modules/superorxobros/SOBHUDInfo.cc (modified) * code/trunk/src/modules/superorxobros/SOBHUDInfo.h (modified) * code/trunk/src/modules/superorxobros/SOBItem.cc (modified) * code/trunk/src/modules/superorxobros/SOBItem.h (modified) * code/trunk/src/modules/superorxobros/SOBMushroom.cc (modified) * code/trunk/src/modules/superorxobros/SOBMushroom.h (modified) * code/trunk/src/modules/superorxobros/SOBPrereqs.h (modified) * code/trunk/src/modules/superorxobros/SOBQBlock.cc (modified) * code/trunk/src/modules/superorxobros/SOBQBlock.h (modified) * code/trunk/src/modules/weapons/munitions/FlameMunition.cc (modified) * code/trunk/src/modules/weapons/munitions/FlameMunition.h (modified) * code/trunk/src/modules/weapons/projectiles/FlameGunProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/FlameGunProjectile.h (modified) * code/trunk/src/modules/weapons/weaponmodes/FlameGun.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/FlameGun.h (modified) * code/trunk/src/orxonox/Highscore.cc (modified) * code/trunk/src/orxonox/Highscore.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/controllers/ArrowController.cc (copied) * code/trunk/src/orxonox/controllers/ArrowController.h (copied) * code/trunk/src/orxonox/controllers/CMakeLists.txt (modified) * code/trunk/src/orxonox/controllers/DroneController.cc (modified) * code/trunk/src/orxonox/controllers/HumanController.h (modified) * code/trunk/src/orxonox/gametypes/StoryMode.cc (modified) * code/trunk/src/orxonox/gametypes/StoryMode.h (modified) * code/trunk/src/orxonox/graphics/Model.cc (modified) * code/trunk/src/orxonox/graphics/Model.h (modified) * code/trunk/src/orxonox/interfaces/RadarViewable.h (modified) * code/trunk/src/orxonox/worldentities/Arrow.cc (copied) * code/trunk/src/orxonox/worldentities/Arrow.h (copied) * code/trunk/src/orxonox/worldentities/CMakeLists.txt (modified) * code/trunk/src/orxonox/worldentities/NameableStaticEntity.cc (copied) * code/trunk/src/orxonox/worldentities/NameableStaticEntity.h (copied) * code/trunk/src/orxonox/worldentities/pawns/CMakeLists.txt (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/worldentities/pawns/ShootableObstacle.cc (copied) * code/trunk/src/orxonox/worldentities/pawns/ShootableObstacle.h (copied) * code/trunk/src/orxonox/worldentities/pawns/StoryModePawn.cc (copied) * code/trunk/src/orxonox/worldentities/pawns/StoryModePawn.h (copied) merged Presentation_HS17_merge back to trunk