Home
last modified time | relevance | path

Searched refs:uprop_i_default (Results 1 – 6 of 6) sorted by relevance

/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Daiunit2.cc95 if (uprop_i_default(u_ai_seer_worth) == u_ai_seer_worth(u)) { in maybe_set_seer_worths()
176 if (uprop_i_default(u_acp_max) != u_acp_max(u2)) in acp_max_wo_effects()
178 else if (uprop_i_default(u_acp_turn_max) != u_acp_turn_max(u2)) in acp_max_wo_effects()
208 if (uprop_i_default(u_acp_turn_max) != u_acp_turn_max(u2)) in acp_per_turn_max_wo_effects()
211 if (uprop_i_default(u_acp_max) != u_acp_max(u2)) in acp_per_turn_max_wo_effects()
623 if (uprop_i_default(u_ai_mover_worth) == u_ai_mover_worth(u)) { in maybe_set_mover_worths()
704 if (uprop_i_default(u_ai_depot_worth) == u_ai_depot_worth(u)) { in maybe_set_depot_worths()
785 if (uprop_i_default(u_ai_distributor_worth) == in maybe_set_distributor_worths()
878 if (uprop_i_default(u_ai_producer_worth) == u_ai_producer_worth(u)) { in maybe_set_producer_worths()
982 if (uprop_i_default(u_ai_prod_enhancer_worth) == in maybe_set_prod_enhancer_worths()
[all …]
H A Dhelp.c1800 if (u_speed(u) != uprop_i_default(u_speed)) { in describe_utype_movement()
1904 if (u_acp_min(u) != uprop_i_default(u_acp_min)) in describe_utype_actions()
1907 if (u_acp_max(u) != uprop_i_default(u_acp_max)) { in describe_utype_actions()
1919 if (u_acp(u) != uprop_i_default(u_acp)) in describe_utype_actions()
2594 uprop_i_default(u_start_with))) { in describe_setup()
2600 uprop_i_default( in describe_setup()
2644 uprop_i_default( in describe_setup()
2652 uprop_i_default( in describe_setup()
2661 uprop_i_default( in describe_setup()
2669 uprop_i_default( in describe_setup()
[all …]
H A Dgame.h856 extern short uprop_i_default(int (*intgetter)(int));
H A Dgeneric.c576 uprop_i_default(int (*intgetter)(int)) in uprop_i_default() function
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/changelogs/
H A DChangeLog-EMCDONALD_AI1473 (uprop_i_default): Likewise.
1489 (uprop_i_default): Likewise.
1505 (uprop_i_default): Likewise.
H A DChangeLog-20042501 * help.c (uprop_i_default): Use 'intgetter' instead of 'offset' to
4219 * help.c (uprop_i_default): Remove "i <" from tested condition.
4313 (uprop_i_default): New function. Return the default value of an
4319 (UPROP_I_DEFAULT): New macro. Wraps 'uprop_i_default' so that