Searched refs:is_extra_removed_by (Results 1 – 18 of 18) sorted by relevance
/dports/games/freeciv-nox11/freeciv-2.6.6/common/ |
H A D | workertask.c | 60 && !is_extra_removed_by(ptask->tgt, in worker_task_is_sane()
|
H A D | extras.c | 293 bool is_extra_removed_by(const struct extra_type *pextra, in is_extra_removed_by() function 721 return is_extra_removed_by(pextra, activity_to_extra_rmcause(act)); in is_extra_removed_by_action()
|
H A D | extras.h | 164 bool is_extra_removed_by(const struct extra_type *pextra, enum extra_rmcause rmcause);
|
H A D | terrain.c | 643 if (is_extra_removed_by(pextra, ERM_PILLAGE) in get_preferred_pillage()
|
H A D | unit.c | 939 if (!is_extra_removed_by(pextra, ERM_CLEANPOLLUTION)) { in can_unit_do_activity_targeted_at() 978 if (!is_extra_removed_by(pextra, ERM_CLEANFALLOUT)) { in can_unit_do_activity_targeted_at()
|
H A D | map.c | 109 if (is_extra_removed_by(pextra, ERM_PILLAGE) && tile_has_extra(ptile, pextra)) { in get_tile_infrastructure_set()
|
/dports/games/freeciv/freeciv-2.6.6/common/ |
H A D | workertask.c | 60 && !is_extra_removed_by(ptask->tgt, in worker_task_is_sane()
|
H A D | extras.c | 293 bool is_extra_removed_by(const struct extra_type *pextra, in is_extra_removed_by() function 721 return is_extra_removed_by(pextra, activity_to_extra_rmcause(act)); in is_extra_removed_by_action()
|
H A D | extras.h | 164 bool is_extra_removed_by(const struct extra_type *pextra, enum extra_rmcause rmcause);
|
H A D | terrain.c | 643 if (is_extra_removed_by(pextra, ERM_PILLAGE) in get_preferred_pillage()
|
H A D | unit.c | 939 if (!is_extra_removed_by(pextra, ERM_CLEANPOLLUTION)) { in can_unit_do_activity_targeted_at() 978 if (!is_extra_removed_by(pextra, ERM_CLEANFALLOUT)) { in can_unit_do_activity_targeted_at()
|
H A D | map.c | 109 if (is_extra_removed_by(pextra, ERM_PILLAGE) && tile_has_extra(ptile, pextra)) { in get_tile_infrastructure_set()
|
/dports/games/freeciv/freeciv-2.6.6/client/ |
H A D | helpdata.c | 5377 if (is_extra_removed_by(pextra, ERM_PILLAGE)) { in helptext_extra() 5408 if (is_extra_removed_by(pextra, ERM_CLEANPOLLUTION) in helptext_extra() 5409 || is_extra_removed_by(pextra, ERM_CLEANFALLOUT)) { in helptext_extra() 5418 if (is_extra_removed_by(pextra, ERM_CLEANPOLLUTION) in helptext_extra() 5423 if (is_extra_removed_by(pextra, ERM_CLEANFALLOUT) in helptext_extra()
|
H A D | packhand.c | 3681 if (is_extra_removed_by(pextra, i)) { in handle_ruleset_extra()
|
/dports/games/freeciv-nox11/freeciv-2.6.6/client/ |
H A D | helpdata.c | 5377 if (is_extra_removed_by(pextra, ERM_PILLAGE)) { in helptext_extra() 5408 if (is_extra_removed_by(pextra, ERM_CLEANPOLLUTION) in helptext_extra() 5409 || is_extra_removed_by(pextra, ERM_CLEANFALLOUT)) { in helptext_extra() 5418 if (is_extra_removed_by(pextra, ERM_CLEANPOLLUTION) in helptext_extra() 5423 if (is_extra_removed_by(pextra, ERM_CLEANFALLOUT) in helptext_extra()
|
H A D | packhand.c | 3681 if (is_extra_removed_by(pextra, i)) { in handle_ruleset_extra()
|
/dports/games/freeciv/freeciv-2.6.6/tools/ruledit/ |
H A D | rulesave.c | 1881 if (is_extra_removed_by(pextra, causei)) { in save_terrain_ruleset()
|
/dports/games/freeciv-nox11/freeciv-2.6.6/tools/ruledit/ |
H A D | rulesave.c | 1881 if (is_extra_removed_by(pextra, causei)) { in save_terrain_ruleset()
|