Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2010, 10:47:23 PM (14 years ago)
Author:
solex
Message:

formationflight as good as finished for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai/src/orxonox/controllers/ArtificialController.h

    r6986 r6997  
    7171            bool formationFlight_;
    7272            bool passive_;
    73             int maxFormationSize_;
     73            unsigned int maxFormationSize_;
    7474            int freedomCount_;
    7575            enum State {SLAVE, MASTER, FREE};
     
    101101
    102102            void specificMasterActionHold();
     103            void turn180Init();
    103104            void turn180();
     105            void spinInit();
    104106            void spin();
    105107            void followHuman(Pawn* humanController, bool always);
Note: See TracChangeset for help on using the changeset viewer.