Home
last modified time | relevance | path

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

/dports/games/julius/julius-1.7.0/src/building/
H A Dconstruction_building.c288map_building_tiles_add_farm(b->id, b->x, b->y, image_group(GROUP_BUILDING_FARM_CROPS), 0); in add_to_map()
291map_building_tiles_add_farm(b->id, b->x, b->y, image_group(GROUP_BUILDING_FARM_CROPS) + 5, 0); in add_to_map()
294map_building_tiles_add_farm(b->id, b->x, b->y, image_group(GROUP_BUILDING_FARM_CROPS) + 10, 0); in add_to_map()
297map_building_tiles_add_farm(b->id, b->x, b->y, image_group(GROUP_BUILDING_FARM_CROPS) + 15, 0); in add_to_map()
300map_building_tiles_add_farm(b->id, b->x, b->y, image_group(GROUP_BUILDING_FARM_CROPS) + 20, 0); in add_to_map()
303map_building_tiles_add_farm(b->id, b->x, b->y, image_group(GROUP_BUILDING_FARM_CROPS) + 25, 0); in add_to_map()
H A Dindustry.c32 map_building_tiles_add_farm(b->id, b->x, b->y, in update_farm_image()
/dports/games/julius/julius-1.7.0/src/map/
H A Dbuilding_tiles.h6 void map_building_tiles_add_farm(int building_id, int x, int y, int crop_image_id, int progress);
H A Dbuilding_tiles.c70 void map_building_tiles_add_farm(int building_id, int x, int y, int crop_image_id, int progress) in map_building_tiles_add_farm() function
/dports/games/augustus/augustus-3.1.0/src/map/
H A Dbuilding_tiles.h6 void map_building_tiles_add_farm(int building_id, int x, int y, int crop_image_id, int progress);
H A Dimage.c69 map_building_tiles_add_farm(b->id, b->x, b->y, in map_image_update_all()
H A Dbuilding_tiles.c70 void map_building_tiles_add_farm(int building_id, int x, int y, int crop_image_id, int progress) in map_building_tiles_add_farm() function
/dports/games/julius/julius-1.7.0/src/game/
H A Dundo.c185 map_building_tiles_add_farm(b->id, b->x, b->y, in add_building_to_terrain()
/dports/games/augustus/augustus-3.1.0/src/game/
H A Dundo.c201 map_building_tiles_add_farm(b->id, b->x, b->y, in add_building_to_terrain()
/dports/games/augustus/augustus-3.1.0/src/building/
H A Dindustry.c85 map_building_tiles_add_farm(b->id, b->x, b->y, in update_farm_image()
H A Dconstruction_building.c161 map_building_tiles_add_farm(b->id, b->x, b->y, in add_to_map()