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
frosch c1283e7dfd (svn r25702) -Add: about 3000 years of savegame compatibility. 11 years ago
..
afterload.cpp (svn r25620) -Fix (r25342): Save/load of story books were broken 11 years ago
ai_sl.cpp (svn r24033) -Fix: reset "is random" status of temporary variable during saveload as it's not always written to when loading an AI which means it'd be taking the is random setting of another AI. 12 years ago
airport_sl.cpp
animated_tile_sl.cpp
autoreplace_sl.cpp (svn r24136) -Feature [FS#4465]: Autoreplace vehicles only when they get old. (Vikthor) 12 years ago
cargomonitor_sl.cpp (svn r24405) -Add: Save and load of active cargo monitors. 12 years ago
cargopacket_sl.cpp (svn r25361) -Feature: distribute cargo according to plan given by linkgraph 11 years ago
cheat_sl.cpp (svn r22737) -Fix [FS#4717]: some corrupted savegames could crash OpenTTD instead of showing the "savegame corrupted" message 13 years ago
company_sl.cpp (svn r24619) -Change: Check for bankruptcy on a monthly basis (ZxBioHazardZx) 12 years ago
depot_sl.cpp
economy_sl.cpp (svn r25011) -Codechange: allow vehicle transfer and profit text effects to be shown at the same time (fonsinchen) 12 years ago
engine_sl.cpp (svn r24810) -Fix: Make engine preview offers more robust wrt. changes in the company ranking. 12 years ago
game_sl.cpp (svn r23829) -Fix [FS#4996]: Loading empty GS strings/translations failed. 13 years ago
gamelog_sl.cpp (svn r23065) -Add: -q option to read a savegame, write some general info and exit 13 years ago
goal_sl.cpp (svn r25296) -Feature: Goals can now have a progress text and/or be marked as completed. 11 years ago
group_sl.cpp (svn r24878) -Update: the obligatory first of January commit 12 years ago
industry_sl.cpp (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files 13 years ago
labelmaps_sl.cpp
linkgraph_sl.cpp (svn r25358) -Codechange: save and load link graph jobs and the schedule 11 years ago
map_sl.cpp
misc_sl.cpp (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files 13 years ago
newgrf_sl.cpp (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files 13 years ago
newgrf_sl.h (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 14 years ago
object_sl.cpp
oldloader.cpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
oldloader.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
oldloader_sl.cpp (svn r25508) -Change: split unit localisation choice into a choice per type of unit, and move it to the advanced settings 11 years ago
order_sl.cpp (svn r25041) -Remove [FS#3764-ish]: ordered refit with subtypes, since the cases where it worked were corner cases rather than the general case. 11 years ago
saveload.cpp (svn r25620) -Fix (r25342): Save/load of story books were broken 11 years ago
saveload.h (svn r25702) -Add: about 3000 years of savegame compatibility. 11 years ago
saveload_filter.h
saveload_internal.h (svn r25620) -Fix (r25342): Save/load of story books were broken 11 years ago
signs_sl.cpp (svn r23835) -Change [FS#4999]: Make signs placed in scenario editor belong to the GS. That way they are always shown in game and are not editable. 13 years ago
station_sl.cpp (svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station 11 years ago
storage_sl.cpp (svn r23853) -Fix: several incorrect @files 13 years ago
story_sl.cpp (svn r25620) -Fix (r25342): Save/load of story books were broken 11 years ago
strings_sl.cpp (svn r22957) -Codechange: SPECSTR_PLAYERNAME is actually the company name, which is derived from the town name + ' Transport'. So make sure the last constant is in sync with the town name table 13 years ago
subsidy_sl.cpp
town_sl.cpp (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) 12 years ago
vehicle_sl.cpp (svn r25259) -Codechange: track capacities and usage of links 11 years ago
waypoint_sl.cpp (svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount(). 12 years ago