Home
last modified time | relevance | path

Searched refs:random_start_time (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/editor/
H A Dedit_scenario.cpp61 bool& random_start_time) in REGISTER_DIALOG()
71 register_bool("random_start_time", true, random_start_time); in REGISTER_DIALOG()
H A Dedit_scenario.hpp33 bool& random_start_time);
/dports/games/wesnoth/wesnoth-1.14.17/src/game_initialization/
H A Dconfigure_engine.hpp99 bool random_start_time() const in random_start_time() function in ng::configure_engine
101 return parameters_.random_start_time; in random_start_time()
205 parameters_.random_start_time = val; in set_random_start_time()
H A Dconfigure_engine.cpp128 : preferences::random_start_time(); in random_start_time_default()
180 if(params.random_start_time) { in write_parameters()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dmp_game_settings.cpp52 random_start_time(false), in mp_game_settings()
86 , random_start_time(cfg["mp_random_start_time"].to_bool()) in mp_game_settings()
130 cfg["mp_random_start_time"] = random_start_time; in to_config()
H A Dmp_game_settings.hpp56 bool random_start_time; member
H A Dtod_manager.cpp282 bool tod_manager::is_start_ToD(const std::string& random_start_time) in is_start_ToD() argument
284 return !random_start_time.empty() in is_start_ToD()
285 && utils::string_bool(random_start_time, true); in is_start_ToD()
/dports/games/wesnoth/wesnoth-1.14.17/data/test/scenarios/
H A Dtest_grunt_tod_damage.cfg42 random_start_time = no
104 random_start_time = no
176 random_start_time = no
H A Dtest_move.cfg9 random_start_time = no
H A Dmove_skip_sighted.cfg10 random_start_time = no
H A Dhas_ally.cfg9 random_start_time = no
/dports/games/wesnoth/wesnoth-1.14.17/data/multiplayer/scenarios/
H A D2p_Sablestone_Delta.cfg8 random_start_time="no"
H A D2p_Ruphus_Isle.cfg10 random_start_time="no"
H A D2p_Weldyn_Channel.cfg8 random_start_time="no"
H A D2p_Fallenstar_Lake.cfg10 random_start_time="no"
H A D2p_Hamlets.cfg9 random_start_time="no"
H A D2p_Cynsaun_Battlefield.cfg9 random_start_time="no"
H A D2p_The_Freelands.cfg9 random_start_time="no"
H A D2p_Den_of_Onis.cfg9 random_start_time="no"
H A D2p_Clearing_Gushes.cfg10 random_start_time="no"
H A D2p_Howling_Ghost_Badlands.cfg8 random_start_time="no"
H A D2p_Ruined_Passage.cfg10 random_start_time="no"
H A D2p_Silverhead_Crossing.cfg8 random_start_time="no"
H A D2p_Swamp_of_Dread.cfg10 random_start_time="no"
H A D2p_Hellhole.cfg10 random_start_time="no"

1234567