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
Peter Nelson c0ab436077
Codechange: Store Colours in Colours type. (#11625)
This reduces casts, some magic numbers, and introduces a bit of type-safety.
5 months ago
..
compat Fix b0e73277: save/load next_station for CargoPacket again 9 months ago
CMakeLists.txt Feature: Region-based pathfinder for ships (#10543) 5 months ago
afterload.cpp Codechange: Store Colours in Colours type. (#11625) 5 months ago
ai_sl.cpp Codechange: use std::optional<std::string> for changing the script over char * 1 year ago
airport_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 3 years ago
animated_tile_sl.cpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
autoreplace_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 3 years ago
cargomonitor_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
cargopacket_sl.cpp Codechange: Use iterators and/or range-for on cargo related loops. 8 months ago
cheat_sl.cpp Feature: Cheat to fix station ratings at 100% (#11346) 8 months ago
company_sl.cpp Codechange: Store Colours in Colours type. (#11625) 5 months ago
depot_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 3 years ago
economy_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
engine_sl.cpp Codechange: coding style fixes 5 months ago
game_sl.cpp Codechange: replace x.size() == 0 with x.empty() 8 months ago
gamelog_sl.cpp Codechange: do not make a string valid in place, to then copy it 11 months ago
goal_sl.cpp Codechange: use std::string instead of stredup/free for goals 1 year ago
group_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
industry_sl.cpp Codechange: Use std::array and std::unique_ptr for PersistentStorageArrays. 9 months ago
labelmaps_sl.cpp Codechange: Rename *Railtype* to *RailType* for consistency. (#11287) 9 months ago
league_sl.cpp Fix #10469, 5e14a20: [Script] League Table rating element is a int64 everywhere else 1 year ago
linkgraph_sl.cpp Codechange: replace x.size() == 0 with x.empty() 8 months ago
map_sl.cpp Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 10 months ago
misc_sl.cpp Fix: Don't crash when saving a crashlog save with no main window open. 6 months ago
newgrf_sl.cpp Fix #10771, 3901ef9: GRFConfig.filename is now a std::string (#10774) 1 year ago
newgrf_sl.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
object_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 3 years ago
oldloader.cpp Codechange: replace ROR/ROL with std::rotr/rotl 5 months ago
oldloader.h Fix #11783, 953445a: TTO savegames are not 65536 by 65536 5 months ago
oldloader_sl.cpp Codechange: Store Colours in Colours type. (#11625) 5 months ago
order_sl.cpp Fix #11556: Missing saveload change for OrderBackup. (#11557) 6 months ago
saveload.cpp Feature: Region-based pathfinder for ships (#10543) 5 months ago
saveload.h Remove: replace custom span with std::span 5 months ago
saveload_error.hpp Codechange: compile-time validate the string format of SlErrorCorruptFmt (#11805) 5 months ago
saveload_filter.h
saveload_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
settings_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
signs_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
station_sl.cpp Codechange: Use iterators and/or range-for on cargo related loops. 8 months ago
storage_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
story_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
strings_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
subsidy_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
town_sl.cpp Codechange: Use iterators and/or range-for on cargo related loops. 8 months ago
vehicle_sl.cpp Fix 661bdae2: cargo_payment not cleared when aircraft loading cancelled 5 months ago
water_regions_sl.cpp Feature: Region-based pathfinder for ships (#10543) 5 months ago
waypoint_sl.cpp Codechange: coding style fixes 5 months ago