You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/saveload
Patric Stout 488187a423 Fix: next 67 savegame versions are used in PatchPacks; skip them (#8411)
Various of PatchPacks (Spring 2013, Joker, ChillPP) used versions
slightly higher than ours. Of course, as time went by, this
caught up with us, and we are now almost pushing a new version
that would conflict with them. To avoid users creating unneeded
issues about "why can I not load my savegame", lets be ahead of
the curve and flat-out refuse to load them.

Version-wise, this is totally fine. We have ~32k versions to go
before we run out (0x8000 is masked by JGRPP; we should avoid
using that). At the rate we bump savegames, this is not going to
happen in any sane reality.

(cherry picked from commit d8c8f4e72d)
4 years ago
..
CMakeLists.txt Update: Merge branch 'jgrpp_master_cmake' into jgrpp_cmake 4 years ago
afterload.cpp TBTR: Fix palette recolouring of templates 4 years ago
ai_sl.cpp
airport_sl.cpp
animated_tile_sl.cpp Cache animated tile speed, use btree map for animated tiles 4 years ago
autoreplace_sl.cpp Codechange: Replace FOR_ALL_ENGINE_RENEWS with range-based for loops 5 years ago
bridge_signal_sl.cpp Merge branch 'master' into jgrpp 5 years ago
cargomonitor_sl.cpp
cargopacket_sl.cpp Merge branch 'master' into jgrpp 5 years ago
cheat_sl.cpp Cheat: Add cheats to set inflation income and cost factors 4 years ago
company_sl.cpp Add rate limit for object construction 4 years ago
debug_sl.cpp Crash log: Save config file in new crash save chunk 4 years ago
depot_sl.cpp Use TinyString for custom name fields which are almost always empty 4 years ago
economy_sl.cpp Merge branch 'master' into jgrpp 5 years ago
engine_sl.cpp Use TinyString for custom name fields which are almost always empty 4 years ago
extended_ver_sl.cpp Add setting to scale primary industry cargo production 4 years ago
extended_ver_sl.h Add setting to scale primary industry cargo production 4 years ago
game_sl.cpp Codechange: Store GS lang texts in std::strings. 4 years ago
gamelog_sl.cpp Merge branch 'master' into jgrpp 5 years ago
goal_sl.cpp Codechange: Replace FOR_ALL_GOALS with range-based for loops 5 years ago
group_sl.cpp Codechange: Use std::string for most of the user-settable custom names. 4 years ago
industry_sl.cpp Codechange: Replace FOR_ALL_INDUSTRIES with range-based for loops 5 years ago
labelmaps_sl.cpp Merge branch 'master' into jgrpp 4 years ago
linkgraph_sl.cpp Merge branch 'master' into jgrpp 5 years ago
map_sl.cpp Add support for loading ChillPP v8 savegames 5 years ago
misc_sl.cpp Merge branch 'master' into jgrpp 4 years ago
newgrf_sl.cpp Saveload: Store NewGRF name in savegame, include in missing GRF message 4 years ago
newgrf_sl.h
object_sl.cpp Codechange: Replace FOR_ALL_OBJECTS with range-based for loops 5 years ago
oldloader.cpp Merge branch 'master' into jgrpp 5 years ago
oldloader.h
oldloader_sl.cpp Revert "Fix 63ccb36ef3: Crash trying to load TTO/TTD savegames. (#8356)" 4 years ago
order_sl.cpp Extend Order::flags to 16 bits, fixes conditional order target field size 4 years ago
plans_sl.cpp Saveload: Fix SLE*_CONDSSTR* macros 4 years ago
saveload.cpp Fix: next 67 savegame versions are used in PatchPacks; skip them (#8411) 4 years ago
saveload.h Fix: next 67 savegame versions are used in PatchPacks; skip them (#8411) 4 years ago
saveload_buffer.h Merge branch 'master' into jgrpp 5 years ago
saveload_filter.h
saveload_internal.h TBTR: Fix palette recolouring of templates 4 years ago
signal_sl.cpp Remove programmable pre-signal calls to DebugPrintProgram 4 years ago
signs_sl.cpp Merge branch 'master' into jgrpp 4 years ago
station_sl.cpp Use TinyString for custom name fields which are almost always empty 4 years ago
storage_sl.cpp Codechange: Replace FOR_ALL_STORAGES with range-based for loops 5 years ago
story_sl.cpp Codechange: Replace story related FOR_ALL with range-based for loops 5 years ago
strings_sl.cpp Codechange: Use std::string for most of the user-settable custom names. 4 years ago
subsidy_sl.cpp Codechange: Replace FOR_ALL_SUBSIDIES with range-based for loops 5 years ago
tbtr_template_replacement_sl.cpp TBTR: Avoid unnecessary iterations of template replacement pool 5 years ago
tbtr_template_veh_sl.cpp TBTR: Fix palette recolouring of templates 4 years ago
town_sl.cpp Merge branch 'master' into jgrpp 4 years ago
tracerestrict_sl.cpp Initial implementation of tracerestrict counter mechanism 4 years ago
tunnel_sl.cpp Merge branch 'master' into jgrpp 5 years ago
vehicle_sl.cpp Send vehicle caches to network clients to prevent desyncs due to bad GRFs 4 years ago
waypoint_sl.cpp Use TinyString for custom name fields which are almost always empty 4 years ago