Home
last modified time | relevance | path

Searched refs:can_disembark (Results 1 – 7 of 7) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/common/aicore/
H A Dpf_tools.c217 bool *can_disembark, in pf_get_move_scope() argument
250 *can_disembark = FALSE; in pf_get_move_scope()
265 *can_disembark = !unit_has_orders(punit); in pf_get_move_scope()
279 *can_disembark = !unit_has_orders(punit); in pf_get_move_scope()
293 bool *can_disembark, in amphibious_move_scope() argument
306 *can_disembark = (PF_MS_CITY & sea_scope in amphibious_move_scope()
H A Dpath_finding.h389 bool *can_disembark,
H A Dpath_finding.c297 bool can_disembark; in pf_normal_node_init() local
338 node->move_scope = params->get_move_scope(ptile, &can_disembark, in pf_normal_node_init()
351 && !can_disembark in pf_normal_node_init()
1040 bool can_disembark; in pf_danger_node_init() local
1081 node->move_scope = params->get_move_scope(ptile, &can_disembark, in pf_danger_node_init()
1094 && !can_disembark in pf_danger_node_init()
2068 bool can_disembark; in pf_fuel_node_init() local
2124 node->move_scope = params->get_move_scope(ptile, &can_disembark, in pf_fuel_node_init()
2137 && !can_disembark in pf_fuel_node_init()
/dports/games/freeciv/freeciv-2.6.6/common/aicore/
H A Dpf_tools.c217 bool *can_disembark, in pf_get_move_scope() argument
250 *can_disembark = FALSE; in pf_get_move_scope()
265 *can_disembark = !unit_has_orders(punit); in pf_get_move_scope()
279 *can_disembark = !unit_has_orders(punit); in pf_get_move_scope()
293 bool *can_disembark, in amphibious_move_scope() argument
306 *can_disembark = (PF_MS_CITY & sea_scope in amphibious_move_scope()
H A Dpath_finding.h389 bool *can_disembark,
H A Dpath_finding.c297 bool can_disembark; in pf_normal_node_init() local
338 node->move_scope = params->get_move_scope(ptile, &can_disembark, in pf_normal_node_init()
351 && !can_disembark in pf_normal_node_init()
1040 bool can_disembark; in pf_danger_node_init() local
1081 node->move_scope = params->get_move_scope(ptile, &can_disembark, in pf_danger_node_init()
1094 && !can_disembark in pf_danger_node_init()
2068 bool can_disembark; in pf_fuel_node_init() local
2124 node->move_scope = params->get_move_scope(ptile, &can_disembark, in pf_fuel_node_init()
2137 && !can_disembark in pf_fuel_node_init()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/tcltk/
H A Dtkconq.tcl2592 set can_disembark 0
3073 global can_act can_plan can_move can_return can_embark can_disembark
3089 global can_act can_plan can_move can_return can_embark can_disembark
3118 global can_act can_plan can_move can_return can_embark can_disembark
3129 adjust_menu_entry $map more "Disembark" [ expr $curunit && $can_disembark ]
3923 global can_act can_plan can_move can_return can_embark can_disembark
3942 set can_disembark 0