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
PeterN a07394a63a
Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792)
The value is either unused or always the same as this->direction.
6 years ago
..
afterload.cpp Change: Switch town growth rate and counter to actual game ticks (#6763) 7 years ago
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. 7 years ago
autoreplace_sl.cpp
cargomonitor_sl.cpp
cargopacket_sl.cpp
cheat_sl.cpp
company_sl.cpp Change: Available railtypes is always calculated on load, so no need to load value for old savegames (#6782) 6 years ago
depot_sl.cpp
economy_sl.cpp
engine_sl.cpp (svn r27243) -Fix (r26816) [FS#6285]: Duplicate frees due to pool item classes not having copy constructors. 10 years ago
game_sl.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
gamelog_sl.cpp
goal_sl.cpp
group_sl.cpp
industry_sl.cpp (svn r27929) -Cleanup: Remove unused Industry::random_triggers 7 years ago
labelmaps_sl.cpp
linkgraph_sl.cpp (svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects. 10 years ago
map_sl.cpp (svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus better alignable 10 years ago
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. 8 years ago
newgrf_sl.h
object_sl.cpp
oldloader.cpp
oldloader.h
oldloader_sl.cpp Change: Available railtypes is always calculated on load, so no need to load value for old savegames (#6782) 6 years ago
order_sl.cpp
saveload.cpp Change: Switch town growth rate and counter to actual game ticks (#6763) 7 years ago
saveload.h (svn r27757) -Change: Make StringID 32bit. 8 years ago
saveload_filter.h
saveload_internal.h
signs_sl.cpp (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType. 8 years ago
station_sl.cpp (svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR) 8 years ago
storage_sl.cpp
story_sl.cpp
strings_sl.cpp (svn r27756) -Codechange: Add StringTab enum 8 years ago
subsidy_sl.cpp
town_sl.cpp Change: Add CargoTypes type for cargo masks. (#6790) 6 years ago
vehicle_sl.cpp Change: Remove direction parameter from Vehicle::UpdateDeltaXY. (#6792) 6 years ago
waypoint_sl.cpp