Home
last modified time | relevance | path

Searched refs:unit_move (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/wolfpack/empire-4.4.1/src/lib/commands/
H A Dmarc.c54 return unit_move(&land_list); in c_march()
H A Dnavi.c53 return unit_move(&ship_list); in c_navigate()
/dports/games/wolfpack/empire-4.4.1/include/
H A Dunit.h60 extern int unit_move(struct emp_qelem *);
/dports/games/freeciv-nox11/freeciv-2.6.6/server/scripting/
H A Dapi_server_edit.c163 alive = unit_move(punit, dest, 0, NULL); in api_edit_unit_teleport()
531 return unit_move(punit, ptile, movecost, NULL); in api_edit_unit_move()
H A Dtolua_server.pkg173 @ unit_move(lua_State *L, Unit *self, Tile *moveto, int movecost);
328 return edit.unit_move(self, moveto, movecost)
/dports/games/freeciv/freeciv-2.6.6/server/scripting/
H A Dapi_server_edit.c163 alive = unit_move(punit, dest, 0, NULL); in api_edit_unit_teleport()
531 return unit_move(punit, ptile, movecost, NULL); in api_edit_unit_move()
H A Dtolua_server.pkg173 @ unit_move(lua_State *L, Unit *self, Tile *moveto, int movecost);
328 return edit.unit_move(self, moveto, movecost)
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dunittools.h152 bool unit_move(struct unit *punit, struct tile *ptile, int move_cost,
H A Dunittools.c1094 unit_move(punit, dst_tile, move_cost, NULL); in teleport_unit_to_city()
1152 unit_move(punit, ptile, 0, NULL); in bounce_unit()
2590 unit_move(punit, pdest_city->tile, punit->moves_left, NULL); in do_airline()
2791 if (unit_move(punit, ptile, unit_type_get(punit)->paratroopers_mr_sub, NULL)) { in do_paradrop()
3461 bool unit_move(struct unit *punit, struct tile *pdesttile, int move_cost, in unit_move() function
H A Dunithand.c2849 if (unit_move(punit, pcity->tile, 0, NULL)) { in unit_move_handling()
2884 unit_move(punit, pdesttile, move_cost, embark_to); in unit_move_handling()
H A Dmaphand.c1691 unit_alive = unit_move(punit, ptile2, 0, NULL); in check_units_single_tile()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dunittools.h152 bool unit_move(struct unit *punit, struct tile *ptile, int move_cost,
H A Dunittools.c1094 unit_move(punit, dst_tile, move_cost, NULL); in teleport_unit_to_city()
1152 unit_move(punit, ptile, 0, NULL); in bounce_unit()
2590 unit_move(punit, pdest_city->tile, punit->moves_left, NULL); in do_airline()
2791 if (unit_move(punit, ptile, unit_type_get(punit)->paratroopers_mr_sub, NULL)) { in do_paradrop()
3461 bool unit_move(struct unit *punit, struct tile *pdesttile, int move_cost, in unit_move() function
H A Dunithand.c2849 if (unit_move(punit, pcity->tile, 0, NULL)) { in unit_move_handling()
2884 unit_move(punit, pdesttile, move_cost, embark_to); in unit_move_handling()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOREMOTE.h200 void unit_move();
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dai.h175 void (*unit_move)(struct unit *punit, struct tile *ptile, member
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dai.h175 void (*unit_move)(struct unit *punit, struct tile *ptile, member
/dports/games/freeciv/freeciv-2.6.6/server/advisors/
H A Dadvgoto.c126 CALL_PLR_AI_FUNC(unit_move, unit_owner(punit), punit, ptile, path, i); in adv_unit_execute_path()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/advisors/
H A Dadvgoto.c126 CALL_PLR_AI_FUNC(unit_move, unit_owner(punit), punit, ptile, path, i); in adv_unit_execute_path()
/dports/games/freeciv/freeciv-2.6.6/ai/threaded/
H A Dthreadedai.c592 ai->funcs.unit_move = twai_unit_move_or_attack; in fc_ai_threaded_setup()
/dports/games/freeciv-nox11/freeciv-2.6.6/ai/threaded/
H A Dthreadedai.c592 ai->funcs.unit_move = twai_unit_move_or_attack; in fc_ai_threaded_setup()
/dports/games/freeciv-nox11/freeciv-2.6.6/ai/classic/
H A Dclassicai.c629 ai->funcs.unit_move = cai_unit_move_or_attack; in fc_ai_classic_setup()
/dports/games/freeciv/freeciv-2.6.6/ai/classic/
H A Dclassicai.c629 ai->funcs.unit_move = cai_unit_move_or_attack; in fc_ai_classic_setup()
/dports/games/wolfpack/empire-4.4.1/src/lib/subs/
H A Dunitsub.c374 unit_move(struct emp_qelem *list) in unit_move() function
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOREMOTEM.cpp68 &RemoteMsg::unit_move,
530 void RemoteMsg::unit_move() in unit_move() function in RemoteMsg

12