Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/orxonox/objects/controllers/CMakeLists.txt @ 3196

Last change on this file since 3196 was 3049, checked in by landauf, 15 years ago
  • Added option to add a Controller to a ControllableEntity in the XML file
  • Added two new classes: WaypointController (follows waypoints) and WaypointPatrolController (follows waypoints and kills enemies within a given radius)
  • Radarpoints in TeamDeathmatch are now coloured
  • Property svn:eol-style set to native
File size: 206 bytes
Line 
1ADD_SOURCE_FILES(ORXONOX_SRC_FILES
2  Controller.cc
3  HumanController.cc
4  ArtificialController.cc
5  AIController.cc
6  ScriptController.cc
7  WaypointController.cc
8  WaypointPatrolController.cc
9  PongAI.cc
10)
Note: See TracBrowser for help on using the repository browser.