OpenTTD/src/saveload
Michael Lutz aab580e0ac Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraph. 2023-02-26 21:41:24 +01:00
..
compat Add: NewGRF road stops 2023-02-26 21:28:30 +01:00
CMakeLists.txt Feature: [GS] Scriptable league tables (#10001) 2022-11-26 18:03:03 +01:00
afterload.cpp Fix #10486: [Script] Debug window requires AIs to be started before GS (#10487) 2023-02-17 12:24:51 +01:00
ai_sl.cpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2022-12-28 05:02:26 +01:00
airport_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 2021-07-06 22:29:08 +02:00
animated_tile_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
autoreplace_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 2021-07-06 22:29:08 +02:00
cargomonitor_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
cargopacket_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
cheat_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
company_sl.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
depot_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 2021-07-06 22:29:08 +02:00
economy_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 2021-07-06 22:29:08 +02:00
engine_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
game_sl.cpp Fix #9720: Delay start of GS/AI to after loading of savegame (#9745) 2022-12-28 05:02:26 +01:00
gamelog_sl.cpp Change: Make _tick_counter 64bit to avoid wrapping (#10035) 2022-09-21 12:42:29 +02:00
goal_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
group_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
industry_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 2021-07-06 22:29:08 +02:00
labelmaps_sl.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
league_sl.cpp Fix #10214: Header and footer missing from league table saveload 2022-12-16 21:07:36 +01:00
linkgraph_sl.cpp Codechange: [Linkgraph] Drop node/edge wrappers from LinkGraph. 2023-02-26 21:41:24 +01:00
map_sl.cpp Codechange: hide the map's size related fields in the Map structure 2023-01-21 17:11:40 +01:00
misc_sl.cpp Codechange: introduce GetMainWindow() to properly account for nullptr checks 2023-01-14 21:15:23 +01:00
newgrf_sl.cpp Codechange: Rename override manager variables. 2023-01-26 21:39:16 +01:00
newgrf_sl.h Codechange: Use a common sub-class for NewGRFMapping chunks 2021-07-06 22:29:08 +02:00
object_sl.cpp Codechange: Use a common sub-class for NewGRFMapping chunks 2021-07-06 22:29:08 +02:00
oldloader.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
oldloader.h Codechange: Don't use cpp_offsetof in the TTO/TTD savegame loader. 2021-02-13 20:08:53 +01:00
oldloader_sl.cpp Codechange: do not hide variables with other variables 2023-01-29 07:21:34 +01:00
order_sl.cpp Cleanup: Remove now unneeded ChunkHandler members 2021-07-06 22:29:08 +02:00
saveload.cpp Codechange: do not declare functions in blocks 2023-01-29 20:28:45 +01:00
saveload.h Codechange: [Linkgraph] Only store present link graph edges and not all possible edges. 2023-02-26 21:41:24 +01:00
saveload_filter.h Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
saveload_internal.h Codechange: remove the special station/vehicle code from SaveLoad 2021-06-14 21:58:05 +02:00
settings_sl.cpp Codechange: use the name string in SaveLoad for the name of the Setting as well 2021-07-09 22:53:30 +02:00
signs_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
station_sl.cpp Add: NewGRF road stops 2023-02-26 21:28:30 +01:00
storage_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
story_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
strings_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
subsidy_sl.cpp Codechange: Use ChunkHandlers sub-classes 2021-07-06 22:29:08 +02:00
town_sl.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00
vehicle_sl.cpp Fix: check for the existence of shadow and rotor vehicles for aircraft 2023-01-14 21:15:23 +01:00
waypoint_sl.cpp Codechange: migrate size related functions to Map structure 2023-01-21 17:11:40 +01:00