OpenTTD/src/saveload
2024-01-23 18:33:54 -05:00
..
compat Fix b0e73277: save/load next_station for CargoPacket again 2023-09-11 00:25:47 +02:00
afterload.cpp Feature: Use real-time "wallclock" timekeeping units (#11341) 2024-01-23 11:36:09 -05:00
ai_sl.cpp
airport_sl.cpp
animated_tile_sl.cpp
autoreplace_sl.cpp
cargomonitor_sl.cpp
cargopacket_sl.cpp Codechange: Use iterators and/or range-for on cargo related loops. 2023-10-19 17:03:25 +01:00
cheat_sl.cpp Feature: Cheat to fix station ratings at 100% (#11346) 2023-10-21 08:35:52 -04:00
CMakeLists.txt Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
company_sl.cpp Codechange: Store Colours in Colours type. (#11625) 2024-01-21 13:23:04 +00:00
depot_sl.cpp
economy_sl.cpp
engine_sl.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00
game_sl.cpp Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
gamelog_sl.cpp
goal_sl.cpp
group_sl.cpp
industry_sl.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
labelmaps_sl.cpp Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 2023-09-11 08:55:12 +00:00
league_sl.cpp
linkgraph_sl.cpp Codechange: replace x.size() == 0 with x.empty() 2023-10-20 23:05:43 +02:00
map_sl.cpp Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 2023-08-15 18:12:05 +02:00
misc_sl.cpp Feature: Setting for minutes per calendar year (#11428) 2024-01-23 18:33:54 -05:00
newgrf_sl.cpp
newgrf_sl.h
object_sl.cpp
oldloader_sl.cpp Codechange: Split dates and timers into Economy and Calendar time (#10700) 2024-01-22 09:04:34 -05:00
oldloader.cpp Codechange: replace ROR/ROL with std::rotr/rotl 2024-01-17 23:05:40 +01:00
oldloader.h Fix #11783, 953445a: TTO savegames are not 65536 by 65536 2024-01-16 00:08:19 +01:00
order_sl.cpp Fix #11556: Missing saveload change for OrderBackup. (#11557) 2023-12-07 19:31:30 +00:00
saveload_error.hpp Codechange: compile-time validate the string format of SlErrorCorruptFmt (#11805) 2024-01-16 20:58:55 +00:00
saveload_filter.h
saveload_internal.h
saveload.cpp Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
saveload.h Feature: Setting for minutes per calendar year (#11428) 2024-01-23 18:33:54 -05:00
settings_sl.cpp
signs_sl.cpp
station_sl.cpp Codechange: Use iterators and/or range-for on cargo related loops. 2023-10-19 17:03:25 +01:00
storage_sl.cpp
story_sl.cpp
strings_sl.cpp
subsidy_sl.cpp
town_sl.cpp Codechange: Use iterators and/or range-for on cargo related loops. 2023-10-19 17:03:25 +01:00
vehicle_sl.cpp Fix 661bdae2: cargo_payment not cleared when aircraft loading cancelled 2024-01-17 06:33:54 +01:00
water_regions_sl.cpp Change: simplified water region evaluation, removed savegame data (#11750) 2024-01-21 20:56:50 +00:00
waypoint_sl.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00