# # ChangeLog for code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc # # Generated by Trac 1.0.9 # Jun 10, 2024, 5:13:20 PM Sun, 08 Mar 2009 23:58:08 GMT scheusso [2766] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.h (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h (modified) removed the lines that the student have to find out themselves Sun, 08 Mar 2009 23:07:31 GMT scheusso [2765] * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h (modified) the whole thing works kind of now Sun, 08 Mar 2009 21:14:25 GMT scheusso [2763] * code/branches/tutorial/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/tutorial/src/orxonox/objects/controllers/CMakeLists.txt (modified) * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.cc (added) * code/branches/tutorial/src/orxonox/objects/controllers/DroneController.h (added) * code/branches/tutorial/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.cc (added) * code/branches/tutorial/src/orxonox/objects/worldentities/Drone.h (added) first efforts for a tutorial ^^