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 ab535c0a86
Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445)
This removes the ability to explicitly cast to the base type, but the requirement
to use .base() means the conversion is still explicit.
7 months ago
..
compat Fix b0e73277: save/load next_station for CargoPacket again 9 months ago
CMakeLists.txt Feature: [GS] Scriptable league tables (#10001) 2 years ago
afterload.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 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: automatic adding of _t to (u)int types, and WChar to char32_t 11 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: automatic adding of _t to (u)int types, and WChar to char32_t 11 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 12 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 Codechange: Delete date_type.h 9 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: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
oldloader.h Codechange: make TimerGameCalendar Date and Year types strongly typed (#10761) 10 months ago
oldloader_sl.cpp Codechange: Add base() method to StrongType to allow access to the base type without casting. (#11445) 7 months ago
order_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago
saveload.cpp Codechange: silence false warning. 9 months ago
saveload.h Feature: Cheat to fix station ratings at 100% (#11346) 8 months ago
saveload_error.hpp Codechange: use std::string instead of stredup for saveload error messages 1 year ago
saveload_filter.h Cleanup: Removed SVN headers 5 years 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 Codechange: Use iterators and/or range-for on cargo related loops. 8 months ago
vehicle_sl.cpp Codechange: simplify splitting of CargoPacket (#11286) 9 months ago
waypoint_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 11 months ago