Searched refs:FIGURE_WAREHOUSEMAN (Results 1 – 11 of 11) sorted by relevance
/dports/games/julius/julius-1.7.0/src/figure/ |
H A D | type.h | 22 FIGURE_WAREHOUSEMAN = 9, enumerator
|
H A D | phrase.c | 536 case FIGURE_WAREHOUSEMAN: in phrase_based_on_figure_state()
|
/dports/games/augustus/augustus-3.1.0/src/figure/ |
H A D | type.h | 22 FIGURE_WAREHOUSEMAN = 9, enumerator
|
H A D | phrase.c | 626 case FIGURE_WAREHOUSEMAN: in phrase_based_on_figure_state()
|
/dports/games/julius/julius-1.7.0/src/widget/ |
H A D | city_figure.c | 242 case FIGURE_WAREHOUSEMAN: in draw_figure()
|
/dports/games/augustus/augustus-3.1.0/src/widget/ |
H A D | city_figure.c | 253 case FIGURE_WAREHOUSEMAN: in draw_figure()
|
H A D | city_overlay_other.c | 107 if (f->type != FIGURE_WAREHOUSEMAN) { in show_figure_warehouses()
|
/dports/games/julius/julius-1.7.0/src/building/ |
H A D | figure.c | 142 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 D | figure.c | 169 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 D | figures.c | 335 } 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 D | figures.c | 470 } else if (type == FIGURE_CART_PUSHER || type == FIGURE_WAREHOUSEMAN || type == FIGURE_DOCKER) { in draw_figure_info()
|