# # ChangeLog for code/branches/presentation3/src/modules/pickup/items/DronePickup.h # # Generated by Trac 1.0.9 # Jun 8, 2024, 8:10:34 AM Mon, 31 May 2010 03:31:50 GMT landauf [7034] * code/branches/presentation3 (modified) * code/branches/presentation3/data/levels/pickups.oxw (modified) * code/branches/presentation3/data/levels/templates/pickup_representation_templates.oxt (modified) * code/branches/presentation3/data/levels/templates/spaceship_pirate.oxt (modified) * code/branches/presentation3/src/modules/pickup/PickupPrereqs.h (modified) * code/branches/presentation3/src/modules/pickup/items/CMakeLists.txt (modified) * code/branches/presentation3/src/modules/pickup/items/DronePickup.cc (copied) * code/branches/presentation3/src/modules/pickup/items/DronePickup.h (copied) * code/branches/presentation3/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/presentation3/src/orxonox/controllers/AIController.cc (modified) * code/branches/presentation3/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/presentation3/src/orxonox/controllers/ArtificialController.h (modified) * code/branches/presentation3/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/presentation3/src/orxonox/controllers/DroneController.cc (copied) * code/branches/presentation3/src/orxonox/controllers/DroneController.h (copied) * code/branches/presentation3/src/orxonox/controllers/WaypointPatrolController.cc (modified) * code/branches/presentation3/src/orxonox/controllers/WaypointPatrolController.h (modified) * code/branches/presentation3/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/presentation3/src/orxonox/worldentities/CMakeLists.txt (modified) * code/branches/presentation3/src/orxonox/worldentities/Drone.cc (copied) * code/branches/presentation3/src/orxonox/worldentities/Drone.h (copied) merged ai branch to presentation3 Mon, 26 Apr 2010 13:59:43 GMT gasserlu [6782] * code/branches/ai/data/levels/pickup.oxw (modified) * code/branches/ai/data/levels/tutorial.oxw (modified) * code/branches/ai/src/modules/pickup/PickupPrereqs.h (modified) * code/branches/ai/src/modules/pickup/items/CMakeLists.txt (modified) * code/branches/ai/src/modules/pickup/items/DronePickup.cc (added) * code/branches/ai/src/modules/pickup/items/DronePickup.h (added) * code/branches/ai/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/ai/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/ai/src/orxonox/worldentities/CMakeLists.txt (modified) drone, dronecontroller implemented