Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 16, 2015, 3:25:17 PM (9 years ago)
Author:
gania
Message:

deleted old behaviour of AIController (partly), forced ships to form a formation, TODO make tactics for different formation modes, choose one depending on what's better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/FormationController.cc

    r10631 r10652  
    105105                        orxout(internal_error) << this << " is still master in " << (*it) << endl;
    106106                        it->myMaster_ = 0;
     107                        it->state_ = FREE;
    107108                    }
    108109
     
    472473        Vector3 dest = this->getControllableEntity()->getPosition();
    473474
    474         // 1 slave: follow
     475        // only 1 slave: follow
    475476        if (this->slaves_.size() == 1)
    476477        {
Note: See TracChangeset for help on using the changeset viewer.