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 d5671030b1 Codechange: Add NewGRFSpecsBase class to hold class/index information.
Standardises how the class index is stored in the spec, instead of relying ot the Spec structs having the same members.

This allows retrieving class_index and index without searching or using pointer arithmetic.

'cls_id' is renamed to 'class_index' to make it clearer that it is an index rather than the multichar label of the class.
3 weeks ago
..
compat Remove: NPF and pathfinder change settings 3 weeks ago
CMakeLists.txt Change: [Script] Store randomizers in savegame (#12063) 4 months ago
afterload.cpp Remove: NPF and pathfinder change settings 3 weeks ago
ai_sl.cpp Change: Store running AI config inside Company (#12003) 4 months ago
airport_sl.cpp
animated_tile_sl.cpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
autoreplace_sl.cpp
cargomonitor_sl.cpp Codechange: Use map.emplace() instead of map.insert(std::pair). 1 month ago
cargopacket_sl.cpp Codechange: Use iterators and/or range-for on cargo related loops. 7 months ago
cheat_sl.cpp Feature: Cheat to fix station ratings at 100% (#11346) 7 months ago
company_sl.cpp Codechange: introduce allow list infrastructure for companies 3 weeks ago
depot_sl.cpp
economy_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 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: Construct string_view with first+last. (#12568) 1 month ago
goal_sl.cpp Codechange: use std::string instead of stredup/free for goals 1 year ago
group_sl.cpp Change: Use per-company group numbers. (#12297) 3 weeks ago
industry_sl.cpp Codechange: Add constants for original input/output cargo counts. (#12548) 1 month 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: rename byte to uint8_t (#12308) 2 months ago
misc_sl.cpp Codechange: Add a priority field to TimerGameTick::TPeriod 1 month 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 10 months ago
object_sl.cpp
oldloader.cpp Codechange: Replace SaveLoad var length arrays with switch block and sizeof. (#12570) 1 month ago
oldloader.h Codechange: rename byte to uint8_t (#12308) 2 months ago
oldloader_sl.cpp Codechange: Add a priority field to TimerGameTick::TPeriod 1 month ago
order_sl.cpp Codechange: move knowledge about 'packed' orders to the saveload code 1 month ago
randomizer_sl.cpp Change: [Script] Store randomizers in savegame (#12063) 4 months ago
saveload.cpp Codechange: support storing std::string vectors/deques in the savegame 3 weeks ago
saveload.h Change: Use per-company group numbers. (#12297) 3 weeks ago
saveload_error.hpp Codechange: Replace old non-standard attributes with C++17/20 standard attributes. 4 months ago
saveload_filter.h Codechange: rename byte to uint8_t (#12308) 2 months ago
saveload_internal.h Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 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
station_sl.cpp Codechange: Add NewGRFSpecsBase class to hold class/index information. 3 weeks ago
storage_sl.cpp
story_sl.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 10 months ago
strings_sl.cpp Codechange: rename byte to uint8_t (#12308) 2 months ago
subsidy_sl.cpp
town_sl.cpp Cleanup: Remove TileMatrix that hasn't been used for 4+ years. (#12621) 4 weeks ago
vehicle_sl.cpp Cleanup: Remove old SaveLoad workarounds for MS VS 2017. (#12355) 2 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