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 e6740046ee Codechange: Use range-for iteration. 1 year ago
..
compat Remove: buying/selling/owning company shares (#10709) 1 year ago
CMakeLists.txt Feature: [GS] Scriptable league tables (#10001) 2 years ago
afterload.cpp Codechange: Use range-for iteration. 1 year ago
ai_sl.cpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2 years ago
airport_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 3 years ago
animated_tile_sl.cpp Cleanup: Unused alloca definitions and includes 1 year ago
autoreplace_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 3 years ago
cargomonitor_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
cargopacket_sl.cpp Change: Increase max cargo age and let min cargo payment approach zero. (#10596) 1 year ago
cheat_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
company_sl.cpp Remove: buying/selling/owning company shares (#10709) 1 year ago
depot_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 3 years ago
economy_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 3 years ago
engine_sl.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
game_sl.cpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2 years ago
gamelog_sl.cpp Codechange: Place gamelog into its own class, along with internal data. 1 year 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 a common sub-class for NewGRFMapping chunks 3 years ago
labelmaps_sl.cpp Codechange: migrate size related functions to Map structure 1 year ago
league_sl.cpp Fix #10469, 5e14a20: [Script] League Table rating element is a int64 everywhere else 1 year ago
linkgraph_sl.cpp Fix #10619: Crash loading linkgraph for older savegames. (#10620) 1 year ago
map_sl.cpp Codechange: make use of Tile in for all direct map accesses 1 year ago
misc_sl.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
newgrf_sl.cpp Fix #10771, 3901ef9: GRFConfig.filename is now a std::string (#10774) 1 year ago
newgrf_sl.h Codechange: Use a common sub-class for NewGRFMapping chunks 3 years ago
object_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 3 years ago
oldloader.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
oldloader.h Codechange: Don't use cpp_offsetof in the TTO/TTD savegame loader. 3 years ago
oldloader_sl.cpp Codechange: Move calendar date functions inside TimerGameCalendar (#10753) 1 year ago
order_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 3 years ago
saveload.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
saveload.h Change: include fmt.h C++ headers in stdafx.h 1 year 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: remove the special station/vehicle code from SaveLoad 3 years ago
settings_sl.cpp Codechange: use the name string in SaveLoad for the name of the Setting as well 3 years ago
signs_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
station_sl.cpp Codechange: Use range-for iteration. 1 year ago
storage_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
story_sl.cpp Codechange: use std::string instead of stredup/free for stories 1 year ago
strings_sl.cpp Cleanup: Unused alloca definitions and includes 1 year ago
subsidy_sl.cpp Codechange: Use ChunkHandlers sub-classes 3 years ago
town_sl.cpp Codechange: migrate size related functions to Map structure 1 year ago
vehicle_sl.cpp Change: Increase vehicle random data from 8 to 16 bits. 1 year ago
waypoint_sl.cpp Codechange: Define Date/Year/Month/Day within TimerGameCalendar class 1 year ago