Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/objecthierarchy2/src/orxonox/objects/controllers/CMakeLists.txt @ 2362

Last change on this file since 2362 was 2362, checked in by landauf, 15 years ago
  • Added Bot (the artifical counterpart to HumanPlayer)
  • Added ArtificialController, the baseclass of all non-human-controllers
  • Added AIController, a simple reimplementation of the old AISpaceShip (but of course without the SpaceShip, just the AI)
  • Added currently empty class ScriptController
  • Some tweaks in PlayerInfo, ControllableEntity and Controller
  • Made Spacetator speed configurable

I don't know where, but there's still an issue in the new code, maybe even caused by the previous commit. The Server seems to crash when a Client disconnects, but only if the Server runs within the debugger.

  • Property svn:eol-style set to native
File size: 149 bytes
Line 
1SET( SRC_FILES
2  Controller.cc
3  HumanController.cc
4  ArtificialController.cc
5  AIController.cc
6  ScriptController.cc
7)
8
9ADD_SOURCE_FILES(SRC_FILES)
Note: See TracBrowser for help on using the repository browser.