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
peter1138 567d0ff3a7 (svn r26450) -Feature: Hierarchical vehicle subgroups. 10 years ago
..
afterload.cpp (svn r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity when they are not supposed to, and truncate cargo appropiately if they are allowed to. 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
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 r25817) -Fix [FS5750-ish]: Handle savegames which contain GS translations for languages with empty name more gently. 11 years ago
gamelog_sl.cpp
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 r26450) -Feature: Hierarchical vehicle subgroups. 10 years ago
industry_sl.cpp (svn r26175) -Add: Log in desync output when persistent storage is discarded. 11 years ago
labelmaps_sl.cpp
linkgraph_sl.cpp (svn r25898) -Codechange: Add second timestamp for 'restricted links' to all edges. 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
object_sl.cpp (svn r25833) -Codechange: Move ObjectType from map array into pool item. 11 years ago
oldloader.cpp (svn r26064) -Fix: possible uninitialised array when loading a broken TT-ish savegame 11 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 r26450) -Feature: Hierarchical vehicle subgroups. 10 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 r26175) -Add: Log in desync output when persistent storage is discarded. 11 years ago
storage_sl.cpp (svn r26371) -Fix [FS#5831]: Calling DoCommandP during the gameloop cleared pending persistent storage changes. 10 years ago
story_sl.cpp (svn r25620) -Fix (r25342): Save/load of story books were broken 11 years ago
strings_sl.cpp
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 r26317) -Fix [FS#5897]: Check whether NewGRF change vehicle capacity when they are not supposed to, and truncate cargo appropiately if they are allowed to. 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