Home
last modified time | relevance | path

Searched refs:MAX_GROUP_SIZE (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/crimson/crimson-0.5.3/src/cf/
H A Dunit.cpp40 u_group = MAX_GROUP_SIZE; in Unit()
279 if ( u_group < MAX_GROUP_SIZE ) { in Repair()
280 u_xp = MAX( 0, u_xp - (MAX_GROUP_SIZE - u_group) ); in Repair()
281 u_group = MAX_GROUP_SIZE; in Repair()
H A Dmission.h62 Direction dir = NORTH, unsigned char group = MAX_GROUP_SIZE, unsigned char xp = 0 );
H A Dai.cpp294 p2_aair += (type->Firepower(U_AIR) + defxp) * u->GroupSize() / MAX_GROUP_SIZE; in BuildReinforcements()
296 p2_aground += (type->Firepower(U_GROUND) + defxp) * u->GroupSize() / MAX_GROUP_SIZE; in BuildReinforcements()
298 p2_aship += (type->Firepower(U_SHIP) + defxp) * u->GroupSize() / MAX_GROUP_SIZE; in BuildReinforcements()
433 (u->GroupSize() >= MAX_GROUP_SIZE / 2) || in CommandUnit()
645 * u->GroupSize() / MAX_GROUP_SIZE; in UnitStrength()
/dports/games/crimson/crimson-0.5.3/src/comet/
H A Dunit.cpp45 u_group = MAX_GROUP_SIZE; in Unit()
122 if ( u_group < MAX_GROUP_SIZE ) in Export()
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/data/cfg/mod/
H A DPURE0.51.cfg8 MAX_GROUP_SIZE 8
H A DKuroTA-v047.cfg7 MAX_GROUP_SIZE 10
H A Dtc.cfg7 MAX_GROUP_SIZE 15
H A DStarWars01.cfg8 MAX_GROUP_SIZE 24
H A DBOTA.cfg13 MAX_GROUP_SIZE 12
H A Dgundam_1.1_tiny.cfg7 MAX_GROUP_SIZE 16
H A Dgundam_1.1_epic.cfg7 MAX_GROUP_SIZE 16
H A DXTAPEV9585.cfg7 MAX_GROUP_SIZE 10
H A DAAIA10.cfg8 MAX_GROUP_SIZE 12
H A DAA5.0project.cfg8 MAX_GROUP_SIZE 12
H A DCA-BETA1.cfg8 MAX_GROUP_SIZE 8
H A DExpand_and_Exterminate_v_0.171.cfg13 MAX_GROUP_SIZE 16
H A DS44Lyuban_v106.cfg9 MAX_GROUP_SIZE 10
H A DBAR.cfg8 MAX_GROUP_SIZE 12
H A DXTA.cfg7 MAX_GROUP_SIZE 10
H A DBA.cfg8 MAX_GROUP_SIZE 12
/dports/games/crimson/crimson-0.5.3/src/common/
H A Dgamedefs.h117 #define MAX_GROUP_SIZE 6 macro
H A Dmapview.cpp325 (MAX_GROUP_SIZE + 2); in DrawUnitHealth()
326 unsigned short barw = hp * MAX_GROUP_SIZE + 2; in DrawUnitHealth()
/dports/biology/garlic/garlic-1.6/
H A Ddefines.h419 #define MAX_GROUP_SIZE 100 macro
H A Dgroup.c106 int mol_complexIDA[MAX_GROUP_SIZE]; in Group_()
432 if (arrayI >= MAX_GROUP_SIZE) break; in Group_()
/dports/games/spring/spring_98.0/AI/Skirmish/AAI/
H A DAAIConfig.h59 int MAX_GROUP_SIZE; variable

123