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
Patric Stout 3e625b5b1a
Add: track savegame size to report with survey (#12304)
3 months ago
..
compat Revert #11993: new number format system does not and cannot work for CJK languages 3 months ago
CMakeLists.txt Change: [Script] Store randomizers in savegame (#12063) 4 months ago
afterload.cpp Codechange: rename TILE_ADD(XY) to TileAdd(XY) 3 months ago
ai_sl.cpp Change: Store running AI config inside Company (#12003) 4 months 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 Change: Store running AI config inside Company (#12003) 4 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 Add: track savegame size to report with survey (#12304) 3 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
randomizer_sl.cpp Change: [Script] Store randomizers in savegame (#12063) 4 months ago
saveload.cpp Add: track savegame size to report with survey (#12304) 3 months ago
saveload.h Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 3 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 Fix #12147: reset all saved settings to their default before loading a game (#12210) 3 months ago
signs_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
station_sl.cpp Codechange: Use range-for when iterating station speclists. (#12212) 3 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 Fix #12010: Use economy timer for vehicle stats minimum age, not calendar (#12142) 3 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