10#ifndef SAVELOAD_COMPAT_TOWN_H
11#define SAVELOAD_COMPAT_TOWN_H
54 SLC_VAR(
"supplied[CT_PASSENGERS].old_max"),
55 SLC_VAR(
"supplied[CT_MAIL].old_max"),
56 SLC_VAR(
"supplied[CT_PASSENGERS].new_max"),
57 SLC_VAR(
"supplied[CT_MAIL].new_max"),
58 SLC_VAR(
"supplied[CT_PASSENGERS].old_act"),
59 SLC_VAR(
"supplied[CT_MAIL].old_act"),
60 SLC_VAR(
"supplied[CT_PASSENGERS].new_act"),
61 SLC_VAR(
"supplied[CT_MAIL].new_act"),
63 SLC_VAR(
"received[TE_FOOD].old_act"),
64 SLC_VAR(
"received[TE_WATER].old_act"),
65 SLC_VAR(
"received[TE_FOOD].new_act"),
66 SLC_VAR(
"received[TE_WATER].new_act"),
72 SLC_VAR(
"fund_buildings_months"),
Functions/types related to saving and loading games.
#define SLC_VAR(name)
Field name where the real SaveLoad can be located.
#define SLC_NULL(length, from, to)
Empty space in every savegame version.
@ ExtendCargotypes
Saveload version: 199, GitHub pull request: 6802 Extend cargotypes to 64.
@ InfrastructureMaintenanceCosts
Saveload version: 166, SVN revision: 23415 Infrastructure can now cost some periodic fee.
@ VehicleCurrencyStationChanges
Saveload version: 2.0, release: 0.3.0 Adding vehicle state, larger currency size for statistics,...
@ VehicleCentreAndZPos
Saveload version: 164, SVN revision: 23290 Vehicle centres are not fixed at 4/8 of the vehicle; chan...
@ MaglevMonorailPaxWagonLivery
Saveload version: 85, SVN revision: 11874 Add livery for maglev/monorail passenger wagons.
@ RemoveTownCargoCache
Saveload version: 219, GitHub pull request: 8258 Remove town cargo acceptance and production caches.
@ RemoveHouseCount
Saveload version: 92, SVN revision: 12381, release 0.6.x Remove number of houses in a town from the ...
@ MinVersion
First savegame version.
@ BiggerStationVariables
Saveload version: 3.0 Increase size of airport blocks/station build date.
SaveLoad information for backwards compatibility.
const SaveLoadCompat _town_supplied_sl_compat[]
Original field order for SlTownSupplied.
const SaveLoadCompat _town_received_sl_compat[]
Original field order for SlTownReceived.
const SaveLoadCompat _town_sl_compat[]
Original field order for town_desc.
const SaveLoadCompat _town_acceptance_matrix_sl_compat[]
Original field order for SlTownAcceptanceMatrix.