Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 12, 2015, 9:30:14 AM (8 years ago)
Author:
gania
Message:

Sometimes there are too many rotations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/CommonController.h

    r10793 r10796  
    7979    class _OrxonoxExport CommonController : public Controller
    8080    {
     81
    8182        public:
     83        static const float hardcoded_projectile_speed = 750;
    8284
    8385            static const float ACTION_INTERVAL = 1.0f;
     
    147149            int getFiremode(std::string name);
    148150
    149 
     151            float randomInRange(float a, float b);
    150152            bool bHasTargetPosition_;
    151153            Vector3 targetPosition_;
     
    167169
    168170            void chooseManeuverType();
    169 
     171            void gunsD();
     172            void attack();
     173            void scissors();
    170174            FormationMode::Value formationMode_;
    171175            Rank::Value rank_;
Note: See TracChangeset for help on using the changeset viewer.