# # ChangeLog for code/branches/PresentationFS18/src/orxonox/CMakeLists.txt # # Generated by Trac 1.0.9 # Jun 3, 2024, 9:22:38 AM Wed, 30 May 2018 12:37:02 GMT patricwi [12016] * code/branches/PresentationFS18 (modified) * code/branches/PresentationFS18/data/levels/ScriptableControllerTestMoveKillDrone.oxw (copied) * code/branches/PresentationFS18/data/levels/ScriptableControllerTestSpawn.oxw (copied) * code/branches/PresentationFS18/data/levels/scriptController.oxw (modified) * code/branches/PresentationFS18/data/levels/scriptableControllerTest.oxw (copied) * code/branches/PresentationFS18/data/levels/scripts (copied) * code/branches/PresentationFS18/data/levels/templates/ScriptableControllerDroneTemplate.oxt (copied) * code/branches/PresentationFS18/src/libraries/core/BaseObject.cc (modified) * code/branches/PresentationFS18/src/libraries/core/BaseObject.h (modified) * code/branches/PresentationFS18/src/libraries/tools/Timer.cc (modified) * code/branches/PresentationFS18/src/libraries/tools/Timer.h (modified) * code/branches/PresentationFS18/src/orxonox/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/Level.cc (modified) * code/branches/PresentationFS18/src/orxonox/Level.h (modified) * code/branches/PresentationFS18/src/orxonox/controllers/AutonomousDroneController.cc (copied) * code/branches/PresentationFS18/src/orxonox/controllers/AutonomousDroneController.h (copied) * code/branches/PresentationFS18/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/controllers/Controller.cc (modified) * code/branches/PresentationFS18/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/PresentationFS18/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/PresentationFS18/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/PresentationFS18/src/orxonox/items/ShipPart.cc (modified) * code/branches/PresentationFS18/src/orxonox/scriptablecontroller (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/AutonomousDrone.cc (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/AutonomousDrone.h (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/WorldEntity.h (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.cc (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.h (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Merged Scriptable Controller Wed, 30 May 2018 11:01:48 GMT patricwi [12012] * code/branches/PresentationFS18 (copied) Created presentation branch Sat, 06 Jan 2018 02:16:00 GMT landauf [11704] * code/trunk/data/defaultConfig/keybindings.ini (modified) * code/trunk/data/gui/scripts/KeyBindMenu.lua (modified) * code/trunk/src/modules/overlays/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/pickup/CMakeLists.txt (modified) * code/trunk/src/modules/pickup/PickupManager.cc (modified) * code/trunk/src/modules/pickup/PickupManager.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/interfaces/Pickupable.h (modified) [HUD_HS16] fixed wrong dependency between overlays and pickup module: ...