Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2008, 2:16:49 AM (15 years ago)
Author:
landauf
Message:
  • 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy2/src/orxonox/OrxonoxPrereqs.h

    r2350 r2362  
    149149    class Controller;
    150150    class HumanController;
     151    class ArtificialController;
     152    class AIController;
     153    class ScriptController;
    151154
    152155    class Info;
    153156    class PlayerInfo;
    154157    class HumanPlayer;
     158    class Bot;
    155159
    156160    class Gametype;
Note: See TracChangeset for help on using the changeset viewer.