Home
last modified time | relevance | path

Searched refs:STATIONARY_CONSTRUCTOR (Results 1 – 5 of 5) sorted by relevance

/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAI.cpp95 …r fac = bt->units_of_category[STATIONARY_CONSTRUCTOR][side-1].begin(); fac != bt->units_of_categor… in ~AAI()
103 …r fac = bt->units_of_category[STATIONARY_CONSTRUCTOR][side-1].begin(); fac != bt->units_of_categor… in ~AAI()
458 else if (category == STATIONARY_CONSTRUCTOR) in UnitFinished()
564 if (category == STATIONARY_CONSTRUCTOR) in UnitDestroyed()
642 if (category == STATIONARY_CONSTRUCTOR) in UnitDestroyed()
649 execute->urgency[STATIONARY_CONSTRUCTOR] += 1.5; in UnitDestroyed()
H A DAAIExecute.cpp500 …)->units_of_category[STATIONARY_CONSTRUCTOR][ai->Getside()-1].begin(); cons != ai->Getbt()->units_… in InitBuildques()
527 …)->units_of_category[STATIONARY_CONSTRUCTOR][ai->Getside()-1].begin(); cons != ai->Getbt()->units_… in InitBuildques()
1742 …if(ai->Getut()->futureUnits[STATIONARY_CONSTRUCTOR] + ai->Getut()->requestedUnits[STATIONARY_CONST… in BuildFactory()
1751 …)->units_of_category[STATIONARY_CONSTRUCTOR][ai->Getside()-1].begin(); fac != ai->Getbt()->units_o… in BuildFactory()
2699 …if(ai->Getut()->futureUnits[STATIONARY_CONSTRUCTOR] + ai->Getut()->requestedUnits[STATIONARY_CONST… in CheckFactories()
2702 …)->units_of_category[STATIONARY_CONSTRUCTOR][ai->Getside()-1].begin(); fac != ai->Getbt()->units_o… in CheckFactories()
2714 if(this->urgency[STATIONARY_CONSTRUCTOR] < urgency) in CheckFactories()
2715 this->urgency[STATIONARY_CONSTRUCTOR] = urgency; in CheckFactories()
2799 else if(category == STATIONARY_CONSTRUCTOR) in CheckConstruction()
3041 if(category == STATIONARY_CONSTRUCTOR) in ConstructionFailed()
[all …]
H A Daidef.h80 enum UnitCategory {UNKNOWN, STATIONARY_DEF, STATIONARY_ARTY, STORAGE, STATIONARY_CONSTRUCTOR, AIR_B… enumerator
H A DAAIConstructor.cpp241 if(ai->Getexecute()->urgency[STATIONARY_CONSTRUCTOR] < 1.5f) in CheckAssistance()
242 ai->Getexecute()->urgency[STATIONARY_CONSTRUCTOR] = 1.5f; in CheckAssistance()
H A DAAIBuildTable.cpp406 units_of_category[STATIONARY_CONSTRUCTOR][units_static[i].side-1].push_back(GetUnitDef(i).id); in Init()
407 units_static[i].category = STATIONARY_CONSTRUCTOR; in Init()
862 …nt>::iterator i = units_of_category[STATIONARY_CONSTRUCTOR][s].begin(); i != units_of_category[STA… in PrecacheStats()
2645 …::iterator fac = units_of_category[STATIONARY_CONSTRUCTOR][s].begin(); fac != units_of_category[ST… in SaveBuildTable()
3713 else if(def_id == STATIONARY_CONSTRUCTOR) in GetCategoryString()
3793 else if(category == STATIONARY_CONSTRUCTOR) in GetCategoryString2()