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
alberth de9c678901 (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
..
afterload.cpp (svn r21263) -Fix [FS#3935]: under some circumstances two vehicles could leave a non-drive through road stop at once 14 years ago
ai_sl.cpp (svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid savegames; don't crash on saveload related NOT_REACHEDs, just show the user an error that the savegame is corrupted 14 years ago
airport_sl.cpp (svn r20450) -Fix: same the airport tile ID mapping as well 14 years ago
animated_tile_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
autoreplace_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
cargopacket_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
cheat_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
company_sl.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
depot_sl.cpp (svn r20003) -Feature [FS#3886]: [NewGRF] var 43 depot build date for railtypes 14 years ago
economy_sl.cpp (svn r20311) -Codechange: don't reserve extra space in the savegame that is never used 14 years ago
engine_sl.cpp (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
gamelog_sl.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
group_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
industry_sl.cpp (svn r21170) -Codechange: Store industry management data in the save game (some of it is used in the very near future). 14 years ago
labelmaps_sl.cpp (svn r20860) -Cleanup: remove some unused functions and variables 14 years ago
map_sl.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
misc_sl.cpp (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers 14 years ago
newgrf_sl.cpp (svn r20918) -Add: Store NewGRF version information from Action14 in savegame. (planetmaker) 14 years ago
newgrf_sl.h (svn r20449) -Codechange: unduplicate saving/loading of NewGRF ID + local id -> OpenTTD spec mappings 14 years ago
object_sl.cpp (svn r20708) -Fix [FS#4101]: upon company bankruptcy some objects weren't removed properly 14 years ago
oldloader.cpp (svn r20247) -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read 14 years ago
oldloader.h (svn r20247) -Fix: when it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read 14 years ago
oldloader_sl.cpp (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
order_sl.cpp (svn r20547) -Change: the way order backups are performed. Now restoring an order doesn't require up to 765 commands. 14 years ago
saveload.cpp (svn r21270) -Doc: Doxyment updates and additions. Removal of doxyment in code. 14 years ago
saveload.h (svn r20819) -Fix [FS#3714]: be a bit more "lenient" w.r.t. invalid savegames; don't crash on saveload related NOT_REACHEDs, just show the user an error that the savegame is corrupted 14 years ago
saveload_internal.h (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
signs_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
station_sl.cpp (svn r20857) -Fix [FS#3637]: The station with the second highest rating was doubly penalised when distributing cargo. Now the penalty is completely removed and the granularity/precision of the distribution in increased by using fractional cargo. This should make competing stations less "all-or-nothing". 14 years ago
strings_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
subsidy_sl.cpp (svn r19973) -Codechange: Add another procedure to chunk handlers for checking savegames (empty for now). 14 years ago
town_sl.cpp (svn r20610) -Fix (r20609): X and Y got swapped. 14 years ago
vehicle_sl.cpp (svn r21123) -Codechange: Remove max_speed from the Vehicle class. 14 years ago
waypoint_sl.cpp (svn r21074) -Fix [FS#4194]: Crash when loading a corrupted 0.7.x (or before) savegame where the waypoint refered to an already removed town 14 years ago