Home
last modified time | relevance | path

Searched refs:old_tile_width (Results 1 – 5 of 5) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DLocationList.h101 void resizeLocations(Maptile::Building building_type, guint32 tile_width, guint32 old_tile_width, v… in resizeLocations() argument
103 if (old_tile_width > tile_width) in resizeLocations()
106 func1(*it, building_type, old_tile_width); in resizeLocations()
H A DGameMap.cpp1299 double old_tile_width = sqrt ((double)tiles); in switchCityset() local
1300 if (old_tile_width != cityset->getTempleTileWidth()) in switchCityset()
1302 (Maptile::TEMPLE, cityset->getTempleTileWidth(), old_tile_width, in switchCityset()
1311 double old_tile_width = sqrt ((double)tiles); in switchCityset() local
1312 if (old_tile_width != cityset->getRuinTileWidth()) in switchCityset()
1314 (Maptile::RUIN, cityset->getRuinTileWidth(), old_tile_width, in switchCityset()
1322 double old_tile_width = sqrt ((double)tiles); in switchCityset() local
1323 if (old_tile_width != cityset->getCityTileWidth()) in switchCityset()
1325 (Maptile::CITY, cityset->getCityTileWidth(), old_tile_width, in switchCityset()
2337 …tprintToSmallerCityset(Location *location, Maptile::Building building_type, guint32 old_tile_width) in changeFootprintToSmallerCityset() argument
[all …]
H A DGameMap.h1467 …printToSmallerCityset(Location *location, Maptile::Building building_type, guint32 old_tile_width);
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dmapview_common.c3545 int old_tile_width = mapview.tile_width; in map_canvas_resized() local
3569 tile_size_changed = (tile_width != old_tile_width in map_canvas_resized()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dmapview_common.c3545 int old_tile_width = mapview.tile_width; in map_canvas_resized() local
3569 tile_size_changed = (tile_width != old_tile_width in map_canvas_resized()