Home
last modified time | relevance | path

Searched refs:move_info_t (Results 1 – 8 of 8) sorted by relevance

/dports/games/vms-empire/vms-empire-1.16/
H A Ddata.c106 move_info_t tt_explore = { /* water objectives */
111 move_info_t tt_load = { /* land objectives */
143 move_info_t tt_unload = {
159 move_info_t fighter_fight = {
162 move_info_t ship_fight = {
165 move_info_t ship_repair = {
169 move_info_t user_army = {
172 move_info_t user_army_attack = {
175 move_info_t user_fighter = {
178 move_info_t user_ship = {
[all …]
H A Dextern.h25 extern move_info_t tt_load;
26 extern move_info_t tt_explore;
27 extern move_info_t tt_unload;
28 extern move_info_t army_fight;
29 extern move_info_t army_load;
30 extern move_info_t fighter_fight;
31 extern move_info_t ship_fight;
32 extern move_info_t ship_repair;
33 extern move_info_t user_army;
35 extern move_info_t user_fighter;
[all …]
H A Dmap.c24 static void expand_perimeter(path_map_t *,view_map_t *,move_info_t *,
29 static int objective_cost(view_map_t *,move_info_t *,loc_t,int);
30 static int terrain_type(path_map_t *,view_map_t *,move_info_t *,loc_t,loc_t);
278 loc_t loc, move_info_t *move_info, int start, int expand) in vmap_find_xobj()
310 loc_t loc, move_info_t *move_info) in vmap_find_aobj()
319 loc_t loc, move_info_t *move_info) in vmap_find_wobj()
328 loc_t loc, move_info_t *move_info) in vmap_find_lobj()
347 loc_t loc, move_info_t *move_info, int beat_cost) in vmap_find_lwobj()
429 loc_t loc, move_info_t *move_info) in vmap_find_wlobj()
597 objective_cost(view_map_t *vmap, move_info_t *move_info, in objective_cost()
[all …]
H A Dempire.h261 } move_info_t; typedef
/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dwalls.h87 } move_info_t; typedef
90 const move_info_t *mip;
H A Dwalls.c521 const move_info_t *const mi = ms->mip; /* alias */ in Move_segment()
1909 move_info_t mi; in Move_object()
2215 move_info_t mi; in Move_player()
2605 move_info_t mi; in Turn_player()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dwalls.h79 } move_info_t; typedef
82 const move_info_t *mip;
/dports/lang/parrot/parrot-8.1.0/compilers/imcc/
H A Dpcc.c495 typedef struct move_info_t { struct
501 } move_info_t; argument