# # ChangeLog for code/branches/tutorial/src/orxonox/worldentities # # Generated by Trac 1.0.9 # May 26, 2024, 12:55:01 AM Wed, 30 Sep 2009 10:56:59 GMT dafrick [5840] * code/branches/tutorial/src/orxonox/pickup/BaseItem.h (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.h (modified) And the last bunch of comments. Tue, 29 Sep 2009 20:47:58 GMT scheusso [5835] * code/branches/tutorial/src/orxonox/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.h (modified) removed unneccessary variable in Drone Tue, 29 Sep 2009 20:29:34 GMT dafrick [5834] * code/branches/tutorial/src/orxonox/worldentities/Drone.h (modified) and some more comments... Tue, 29 Sep 2009 20:24:39 GMT dafrick [5833] * code/branches/tutorial/src/orxonox/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/controllers/DroneController.h (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.h (modified) Added some more comments to the tutorial. Sat, 26 Sep 2009 09:35:15 GMT scheusso [5793] * code/branches/tutorial/src/orxonox/worldentities/Drone.cc (modified) removed unneccessary debug output Fri, 25 Sep 2009 18:43:46 GMT scheusso [5787] * code/branches/tutorial/src/orxonox/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.h (modified) not using the XMLPortParamVariable hack anymore in the Drone class Fri, 25 Sep 2009 14:16:38 GMT scheusso [5786] * code/branches/tutorial/data/levels/tutorial.oxw (modified) * code/branches/tutorial/src/orxonox/controllers (modified) * code/branches/tutorial/src/orxonox/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/worldentities (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.cc (modified) reverted r5766 since we forgot some adjustments to the code (i.e. ... Wed, 23 Sep 2009 14:57:45 GMT scheusso [5766] * code/branches/tutorial/data/levels/tutorial.oxw (modified) * code/branches/tutorial/src/orxonox/controllers (modified) * code/branches/tutorial/src/orxonox/controllers/DroneController.cc (modified) * code/branches/tutorial/src/orxonox/controllers/DroneController.h (modified) * code/branches/tutorial/src/orxonox/worldentities (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.cc (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.h (modified) removed lines students will have to reinsert again Wed, 23 Sep 2009 14:54:09 GMT scheusso [5765] * code/branches/tutorial/data/levels/tutorial.oxw (modified) * code/branches/tutorial/src/orxonox/controllers (modified) * code/branches/tutorial/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/tutorial/src/orxonox/controllers/DroneController.cc (copied) * code/branches/tutorial/src/orxonox/controllers/DroneController.h (copied) * code/branches/tutorial/src/orxonox/worldentities (modified) * code/branches/tutorial/src/orxonox/worldentities/CMakeLists.txt (modified) * code/branches/tutorial/src/orxonox/worldentities/Drone.cc (copied) * code/branches/tutorial/src/orxonox/worldentities/Drone.h (copied) this is the complete (and migrated) version of the tutorial branch fs09