Home
last modified time | relevance | path

Searched refs:FIGURE_WAREHOUSEMAN (Results 1 – 11 of 11) sorted by relevance

/dports/games/julius/julius-1.7.0/src/figure/
H A Dtype.h22 FIGURE_WAREHOUSEMAN = 9, enumerator
H A Dphrase.c536 case FIGURE_WAREHOUSEMAN: in phrase_based_on_figure_state()
/dports/games/augustus/augustus-3.1.0/src/figure/
H A Dtype.h22 FIGURE_WAREHOUSEMAN = 9, enumerator
H A Dphrase.c626 case FIGURE_WAREHOUSEMAN: in phrase_based_on_figure_state()
/dports/games/julius/julius-1.7.0/src/widget/
H A Dcity_figure.c242 case FIGURE_WAREHOUSEMAN: in draw_figure()
/dports/games/augustus/augustus-3.1.0/src/widget/
H A Dcity_figure.c253 case FIGURE_WAREHOUSEMAN: in draw_figure()
H A Dcity_overlay_other.c107 if (f->type != FIGURE_WAREHOUSEMAN) { in show_figure_warehouses()
/dports/games/julius/julius-1.7.0/src/building/
H A Dfigure.c142 if (has_figure_of_type(b, FIGURE_WAREHOUSEMAN)) { in spawn_figure_warehouse()
148 figure *f = figure_create(FIGURE_WAREHOUSEMAN, road.x, road.y, DIR_4_BOTTOM); in spawn_figure_warehouse()
168 if (has_figure_of_type(b, FIGURE_WAREHOUSEMAN)) { in spawn_figure_granary()
173 figure *f = figure_create(FIGURE_WAREHOUSEMAN, road.x, road.y, DIR_4_BOTTOM); in spawn_figure_granary()
/dports/games/augustus/augustus-3.1.0/src/building/
H A Dfigure.c169 if (has_figure_of_type(b, FIGURE_WAREHOUSEMAN)) { in spawn_figure_warehouse()
175 figure *f = figure_create(FIGURE_WAREHOUSEMAN, road.x, road.y, DIR_4_BOTTOM); in spawn_figure_warehouse()
195 if (has_figure_of_type(b, FIGURE_WAREHOUSEMAN)) { in spawn_figure_granary()
200 figure *f = figure_create(FIGURE_WAREHOUSEMAN, road.x, road.y, DIR_4_BOTTOM); in spawn_figure_granary()
/dports/games/julius/julius-1.7.0/src/window/building/
H A Dfigures.c335 } else if (type == FIGURE_CART_PUSHER || type == FIGURE_WAREHOUSEMAN || type == FIGURE_DOCKER) { in draw_figure_info()
/dports/games/augustus/augustus-3.1.0/src/window/building/
H A Dfigures.c470 } else if (type == FIGURE_CART_PUSHER || type == FIGURE_WAREHOUSEMAN || type == FIGURE_DOCKER) { in draw_figure_info()