Home
last modified time | relevance | path

Searched refs:city_style (Results 1 – 16 of 16) sorted by relevance

/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl/
H A Dgui_tilespec.h239 static inline SDL_Surface *get_sample_city_surface(int city_style) in get_sample_city_surface() argument
241 return GET_SURF(get_sample_city_sprite(tileset, city_style)); in get_sample_city_surface()
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-sdl2/
H A Dgui_tilespec.h244 static inline SDL_Surface *get_sample_city_surface(int city_style) in get_sample_city_surface() argument
246 return GET_SURF(get_sample_city_sprite(tileset, city_style)); in get_sample_city_surface()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl2/
H A Dgui_tilespec.h244 static inline SDL_Surface *get_sample_city_surface(int city_style) in get_sample_city_surface() argument
246 return GET_SURF(get_sample_city_sprite(tileset, city_style)); in get_sample_city_surface()
/dports/games/freeciv/freeciv-2.6.6/client/gui-sdl/
H A Dgui_tilespec.h239 static inline SDL_Surface *get_sample_city_surface(int city_style) in get_sample_city_surface() argument
241 return GET_SURF(get_sample_city_sprite(tileset, city_style)); in get_sample_city_surface()
/dports/games/freeciv/freeciv-2.6.6/common/
H A Dstyle.h82 int city_style(struct city *pcity);
H A Dstyle.c246 int city_style(struct city *pcity) in city_style() function
/dports/games/freeciv-nox11/freeciv-2.6.6/common/
H A Dstyle.h82 int city_style(struct city *pcity);
H A Dstyle.c246 int city_style(struct city *pcity) in city_style() function
/dports/games/freeciv/freeciv-2.6.6/server/
H A Dcityturn.c3945 pcity->style = city_style(pcity); in city_style_refresh()
H A Dsavegame.c2516 pcity->style = city_style(pcity); in player_load_cities()
H A Dsavegame2.c5129 pcity->style = city_style(pcity); in sg_load_player_city()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dcityturn.c3945 pcity->style = city_style(pcity); in city_style_refresh()
H A Dsavegame.c2516 pcity->style = city_style(pcity); in player_load_cities()
H A Dsavegame2.c5129 pcity->style = city_style(pcity); in sg_load_player_city()
/dports/games/freeciv-nox11/freeciv-2.6.6/
H A DChangeLog72041 Renamed "city_style" entry in nation rulesets as "style".
74156 Play music specific to player's currently active city_style.
88341 Clear players' nation, governments and city_style in game_ruleset_free().
90637 Novgorodians: set city_style, remove init_government.
168052 (PR#39427) BUG: city_style & unit_class name translation
226109 Add more strict check for the city_style field sent by the client.
246275 city_style set to Asian.
/dports/games/freeciv/freeciv-2.6.6/
H A DChangeLog72041 Renamed "city_style" entry in nation rulesets as "style".
74156 Play music specific to player's currently active city_style.
88341 Clear players' nation, governments and city_style in game_ruleset_free().
90637 Novgorodians: set city_style, remove init_government.
168052 (PR#39427) BUG: city_style & unit_class name translation
226109 Add more strict check for the city_style field sent by the client.
246275 city_style set to Asian.