OpenTTD-patches/src/saveload
2018-07-26 13:27:40 +01:00
..
afterload.cpp Change: Move rail type bits from m3 to m8. 2018-07-26 13:27:40 +01:00
ai_sl.cpp
airport_sl.cpp
animated_tile_sl.cpp Codechange: Use a SmallVec for the animated tile list instead of replicating most of the logic. 2018-04-15 20:49:29 +02:00
autoreplace_sl.cpp
cargomonitor_sl.cpp
cargopacket_sl.cpp
cheat_sl.cpp
company_sl.cpp Codechange: Silence -Wclass-memaccess warnings with GCC8 2018-06-27 22:54:46 +02:00
depot_sl.cpp
economy_sl.cpp Change: Increase cargo type limit to 64. 2018-06-26 13:32:58 +01:00
engine_sl.cpp (svn r27243) -Fix (r26816) [FS#6285]: Duplicate frees due to pool item classes not having copy constructors. 2015-04-23 20:07:07 +00:00
game_sl.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 2014-10-12 18:41:53 +00:00
gamelog_sl.cpp
goal_sl.cpp (svn r26593) -Fix: Goals were saved/loaded with incorrect size. 2014-05-17 17:18:07 +00:00
group_sl.cpp
industry_sl.cpp (svn r27929) -Cleanup: Remove unused Industry::random_triggers 2017-10-25 15:38:19 +00:00
labelmaps_sl.cpp
linkgraph_sl.cpp (svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects. 2015-03-07 18:27:01 +00:00
map_sl.cpp Change: Extend map array by 2 bytes with a uint16. 2018-07-26 13:27:40 +01:00
misc_sl.cpp
newgrf_sl.cpp (svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which contains a NewGRF configuration, then townname NewGRFs would not be activated in the game options. 2017-03-07 20:18:54 +00:00
newgrf_sl.h
object_sl.cpp
oldloader_sl.cpp Change: Available railtypes is always calculated on load, so no need to load value for old savegames (#6782) 2018-05-19 22:31:46 +01:00
oldloader.cpp
oldloader.h
order_sl.cpp (svn r26819) -Fix [FS#6112] (r26787): trying to delete just loaded objects that had not yet resolved their references caused a crash upon savegame load (only when loading a game from a server, e.g. joining MP) 2014-09-14 15:11:33 +00:00
saveload_filter.h
saveload_internal.h
saveload.cpp Change: Extend rail types to 64 (6 bit storage) 2018-07-26 13:27:40 +01:00
saveload.h Codechange: lengthof is not defined for runtime-length strings, use sizeof instead 2018-06-27 22:54:46 +02:00
signs_sl.cpp (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType. 2016-09-04 12:57:43 +00:00
station_sl.cpp Change: Increase cargo type limit to 64. 2018-06-26 13:32:58 +01:00
storage_sl.cpp
story_sl.cpp
strings_sl.cpp (svn r27756) -Codechange: Add StringTab enum 2017-02-26 19:40:53 +00:00
subsidy_sl.cpp
town_sl.cpp Change: Increase cargo type limit to 64. 2018-06-26 13:32:58 +01:00
vehicle_sl.cpp Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 2018-05-22 18:43:34 +01:00
waypoint_sl.cpp