File diff r26193:4bc7915a2156 → r26194:f7347205838e
src/saveload/compat/settings_sl_compat.h
Show inline comments
 
@@ -38,6 +38,7 @@ const SaveLoadCompat _settings_sl_compat
 
	SLC_VAR("difficulty.competitor_speed"),
 
	SLC_NULL(1, SLV_97, SLV_110),
 
	SLC_VAR("difficulty.vehicle_breakdowns"),
 
	SLC_VAR("difficulty.vehicle_breakdown_scaler"),
 
	SLC_VAR("difficulty.subsidy_multiplier"),
 
	SLC_VAR("difficulty.subsidy_duration"),
 
	SLC_VAR("difficulty.construction_cost"),
 
@@ -69,6 +70,7 @@ const SaveLoadCompat _settings_sl_compat
 
	SLC_VAR("construction.max_tunnel_length"),
 
	SLC_NULL(1, SL_MIN_VERSION, SLV_159),
 
	SLC_VAR("construction.train_signal_side"),
 
	SLC_VAR("construction.name_stations_based_on_industries"),
 
	SLC_VAR("station.never_expire_airports"),
 
	SLC_VAR("economy.town_layout"),
 
	SLC_VAR("economy.allow_town_roads"),
 
@@ -118,8 +120,10 @@ const SaveLoadCompat _settings_sl_compat
 
	SLC_VAR("vehicle.freight_trains"),
 
	SLC_NULL(1, SLV_67, SLV_159),
 
	SLC_VAR("vehicle.plane_speed"),
 
	SLC_VAR("vehicle.plane_range_multiplier"),
 
	SLC_VAR("vehicle.dynamic_engines"),
 
	SLC_VAR("vehicle.plane_crashes"),
 
	SLC_VAR("vehicle.improved_breakdowns"),
 
	SLC_NULL(1, SL_MIN_VERSION, SLV_159),
 
	SLC_VAR("gui.sg_full_load_any"),
 
	SLC_VAR("order.improved_load"),
 
@@ -142,6 +146,7 @@ const SaveLoadCompat _settings_sl_compat
 
	SLC_VAR("economy.multiple_industry_per_town"),
 
	SLC_NULL(1, SL_MIN_VERSION, SLV_141),
 
	SLC_VAR("economy.bribe"),
 
	SLC_VAR("economy.bribe_risky"),
 
	SLC_VAR("economy.exclusive_rights"),
 
	SLC_VAR("economy.fund_buildings"),
 
	SLC_VAR("economy.fund_roads"),
 
@@ -154,6 +159,8 @@ const SaveLoadCompat _settings_sl_compat
 
	SLC_NULL(4, SL_MIN_VERSION, SLV_105),
 
	SLC_VAR("game_creation.ending_year"),
 
	SLC_VAR("economy.type"),
 
	SLC_VAR("economy.daylength_multiplier"),
 
	SLC_VAR("economy.town_growth_multiplier"),
 
	SLC_VAR("economy.allow_shares"),
 
	SLC_VAR("economy.min_years_for_shares"),
 
	SLC_VAR("economy.feeder_payment_share"),
 
@@ -179,6 +186,26 @@ const SaveLoadCompat _settings_sl_compat
 
	SLC_VAR("economy.town_noise_population[1]"),
 
	SLC_VAR("economy.town_noise_population[2]"),
 
	SLC_VAR("economy.infrastructure_maintenance"),
 
	SLC_VAR("economy.infrastructure_base_cost_rail"),
 
	SLC_VAR("economy.infrastructure_base_cost_road"),
 
	SLC_VAR("economy.infrastructure_base_cost_water"),
 
	SLC_VAR("economy.infrastructure_base_cost_air"),
 
	SLC_VAR("economy.infrastructure_base_cost_station"),
 
	SLC_VAR("economy.running_cost_multiplier_rail"),
 
	SLC_VAR("economy.running_cost_multiplier_road"),
 
	SLC_VAR("economy.running_cost_multiplier_water"),
 
	SLC_VAR("economy.running_cost_multiplier_air"),
 
	SLC_VAR("economy.dilapidation_max_amount"),
 
	SLC_VAR("economy.dilapidation_increase"),
 
	SLC_VAR("economy.dilapidation_decrease"),
 
	SLC_VAR("economy.dilapidation_pop_rail"),
 
	SLC_VAR("economy.dilapidation_pop_road"),
 
	SLC_VAR("economy.dilapidation_pop_water"),
 
	SLC_VAR("economy.dilapidation_pop_air"),
 
	SLC_VAR("economy.dilapidation_fine_rail"),
 
	SLC_VAR("economy.dilapidation_fine_road"),
 
	SLC_VAR("economy.dilapidation_fine_water"),
 
	SLC_VAR("economy.dilapidation_fine_air"),
 
	SLC_VAR("pf.wait_for_pbs_path"),
 
	SLC_VAR("pf.reserve_paths"),
 
	SLC_VAR("pf.path_backoff_interval"),