Home
last modified time | relevance | path

Searched refs:savefile_options (Results 1 – 6 of 6) sorted by relevance

/dports/games/freeciv/freeciv-2.6.6/server/
H A Dsavegame.c929 const char *savefile_options, in map_load() argument
999 if (has_capability("bases", savefile_options)) { in map_load()
1536 if (has_capability("orders", savefile_options)) { in player_load_units()
2098 if (has_capability("embassies2", savefile_options) in player_load_main()
2845 if (has_capability("bases", savefile_options)) { in player_load_vision()
3233 if (has_capability("resources", savefile_options)) { in game_load_internal()
3441 if (has_capability("turn", savefile_options)) { in game_load_internal()
3749 if (has_capability("bases", savefile_options)) { in game_load_internal()
3944 map_load(file, tmp_server_state, savefile_options, in game_load_internal()
4032 map_load_known(file, savefile_options); in game_load_internal()
[all …]
H A Dsavegame2.c475 const char *savefile_options; in savegame2_load() local
484 savefile_options = secfile_lookup_str(file, "savefile.options"); in savegame2_load()
486 if (!savefile_options) { in savegame2_load()
491 if (!has_capabilities("+version2", savefile_options)) { in savegame2_load()
/dports/games/freeciv-nox11/freeciv-2.6.6/server/
H A Dsavegame.c929 const char *savefile_options, in map_load() argument
999 if (has_capability("bases", savefile_options)) { in map_load()
1536 if (has_capability("orders", savefile_options)) { in player_load_units()
2098 if (has_capability("embassies2", savefile_options) in player_load_main()
2845 if (has_capability("bases", savefile_options)) { in player_load_vision()
3233 if (has_capability("resources", savefile_options)) { in game_load_internal()
3441 if (has_capability("turn", savefile_options)) { in game_load_internal()
3749 if (has_capability("bases", savefile_options)) { in game_load_internal()
3944 map_load(file, tmp_server_state, savefile_options, in game_load_internal()
4032 map_load_known(file, savefile_options); in game_load_internal()
[all …]
H A Dsavegame2.c475 const char *savefile_options; in savegame2_load() local
484 savefile_options = secfile_lookup_str(file, "savefile.options"); in savegame2_load()
486 if (!savefile_options) { in savegame2_load()
491 if (!has_capabilities("+version2", savefile_options)) { in savegame2_load()
/dports/games/freeciv-nox11/freeciv-2.6.6/
H A DChangeLog289547 the savefile_options string, and use secfile_lookup_int_default()
289548 instead, since its not worth cluttering up savefile_options for a
290868 Adding savefile_options to player_load, but not using it. -- Syela
/dports/games/freeciv/freeciv-2.6.6/
H A DChangeLog289547 the savefile_options string, and use secfile_lookup_int_default()
289548 instead, since its not worth cluttering up savefile_options for a
290868 Adding savefile_options to player_load, but not using it. -- Syela