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 2fd9096070
Change: Decouple and remove landscape-dependent cargo types. (#11719)
Cargo types of default engines, industries and houses are now specified in terms of label.
4 months ago
..
compat Change: [Script] replace easy/medium/hard values with default value (#11959) 4 months ago
CMakeLists.txt Feature: Region-based pathfinder for ships (#10543) 5 months ago
afterload.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 4 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) 7 months ago
company_sl.cpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 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() 7 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: Split dates and timers into Economy and Calendar time (#10700) 4 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() 7 months ago
map_sl.cpp Codechange: make explicit when a TileIndex is cast to its basetype (#11190) 10 months ago
misc_sl.cpp Feature: Setting for minutes per calendar year (#11428) 4 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 Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
order_sl.cpp Fix #11556: Missing saveload change for OrderBackup. (#11557) 6 months ago
saveload.cpp Codechange: use std::unique_ptr for managing SaveLoadParams 4 months ago
saveload.h Codechange: use std::shared_ptr to manage saveload filters instead of manually trying to avoid double frees 4 months ago
saveload_error.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
saveload_filter.h Codechange: use std::shared_ptr to manage saveload filters instead of manually trying to avoid double frees 4 months ago
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 Change: Decouple and remove landscape-dependent cargo types. (#11719) 4 months ago
vehicle_sl.cpp Feature: Order flag to unbunch vehicles at depot (#11945) 4 months ago
water_regions_sl.cpp Change: simplified water region evaluation, removed savegame data (#11750) 4 months ago
waypoint_sl.cpp Codechange: coding style fixes 5 months ago