Age | Commit message (Collapse) | Author |
|
|
|
Despite what it looked like, you could never really change the
ending-year (it was always reset to 2050 on start-up). See commit
683b65ee1 for details. As a side-effect, the variable that was
suppose to store the ending-year was just zero, never containing
a real ending-year.
|
|
|
|
|
|
|
|
|
|
|
|
savegame version
|
|
|
|
In 11ab3c4e the number of cargo types was changed from 32 to 64.
The save/load of Town::cargo_accepted was not updated, such that
only half of the data structure is saved/loaded in savegame versions
199 to 218.
Discard and regenerate data from all savegame versions prior to 219.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
information
|
|
|
|
|
|
|
|
|
|
Functionally reverts 683b65ee1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bridges losing their type
|
|
|
|
GroupStatistics pool was not initialised before trying to delete vehicles (specifically, trams with no tram track)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std::vector::[push|emplace]_back()
|
|
|
|
|