Changeset 11783 for code/trunk/src/orxonox/controllers
- Timestamp:
- Feb 20, 2018, 12:14:40 AM (7 years ago)
- Location:
- code/trunk
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/controllers/CMakeLists.txt
r11052 r11783 19 19 FightingController.cc 20 20 MasterController.cc 21 ArrowController.cc 21 22 ) -
code/trunk/src/orxonox/controllers/DroneController.cc
r11071 r11783 49 49 RegisterObject(DroneController); 50 50 51 this->setTeam(0); 51 52 this->owner_ = nullptr; 52 53 this->drone_ = nullptr; … … 164 165 } 165 166 } 167 166 168 SUPER(AIController, tick, dt); 167 169 } -
code/trunk/src/orxonox/controllers/HumanController.h
r11720 r11783 90 90 { return HumanController::localController_s; } 91 91 static Pawn* getLocalControllerEntityAsPawn(); 92 //friend class, for mouselook93 friend class Map;94 92 95 93 protected:
Note: See TracChangeset
for help on using the changeset viewer.