OpenTTD/src/saveload
Patric Stout 8b4c5a6269
Codechange: compile-time validate the string format of SlErrorCorruptFmt (#11805)
2024-01-16 20:58:55 +00:00
..
compat Fix b0e73277: save/load next_station for CargoPacket again 2023-09-11 00:25:47 +02:00
CMakeLists.txt Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
afterload.cpp Codechange: Redefine some cargo-related values in terms of CargoID instead of CargoType. 2024-01-09 18:56:05 +00:00
ai_sl.cpp Codechange: use std::optional<std::string> for changing the script over char * 2023-05-14 22:54:10 +02:00
airport_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 2021-07-06 22:29:08 +02:00
animated_tile_sl.cpp Codechange: rename smallvec_type to container_func and use only when needed 2023-05-20 16:53:10 +02:00
autoreplace_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 2021-07-06 22:29:08 +02:00
cargomonitor_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
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
company_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
depot_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 2021-07-06 22:29:08 +02:00
economy_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
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 Codechange: do not make a string valid in place, to then copy it 2023-07-06 19:59:50 +02:00
goal_sl.cpp Codechange: use std::string instead of stredup/free for goals 2023-05-01 16:23:24 +02:00
group_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
industry_sl.cpp Codechange: Use std::array and std::unique_ptr for PersistentStorageArrays. 2023-09-09 15:26:03 +01:00
labelmaps_sl.cpp Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 2023-09-11 08:55:12 +00:00
league_sl.cpp Fix #10469, 5e14a20: [Script] League Table rating element is a int64 everywhere else 2023-02-26 22:25:13 +01:00
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 Fix: Don't crash when saving a crashlog save with no main window open. 2023-12-14 20:54:31 +00:00
newgrf_sl.cpp Fix #10771, 3901ef9: GRFConfig.filename is now a std::string (#10774) 2023-05-06 14:58:47 +00:00
newgrf_sl.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
object_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 2021-07-06 22:29:08 +02:00
oldloader.cpp Fix fbd71a9: for TTO savegames, getting the savegame type left the file pointing to the wrong location 2024-01-16 00:08:19 +01:00
oldloader.h Fix #11783, 953445a: TTO savegames are not 65536 by 65536 2024-01-16 00:08:19 +01:00
oldloader_sl.cpp Fix 36a0818: TTO did not save company shares 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.cpp Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
saveload.h Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01: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 Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
saveload_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
settings_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
signs_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
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 Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
story_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
strings_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
subsidy_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
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 #11785, cf16f45: when bumping aircraft into the air, remove them from the loading vehicle list again 2024-01-16 00:08:19 +01:00
water_regions_sl.cpp Feature: Region-based pathfinder for ships (#10543) 2024-01-08 20:29:05 +01:00
waypoint_sl.cpp Codechange: coding style fixes 2024-01-04 16:23:54 +01:00