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
smatz 93c5300fc5 (svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function 15 years ago
..
afterload.cpp (svn r16714) -Codechange: use pool-like accessors for Subsidy 15 years ago
ai_sl.cpp (svn r16651) -Fix: When there is no AI version that can load data from the savegame, load the latest version of the same AI instead of a random AI. 15 years ago
animated_tile_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
autoreplace_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
cargopacket_sl.cpp (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: 15 years ago
cheat_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
company_sl.cpp (svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible 15 years ago
depot_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
economy_sl.cpp (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for whatever has been actually unloaded and perform the payment when unloading has finished. This fixes, amongst others: 15 years ago
engine_sl.cpp (svn r16586) -Codechange: don't store lifelength in the savegame; it can easily be calculated, it isn't used often and now changing extend_vehicle_life in game has some effect. 15 years ago
gamelog_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
group_sl.cpp (svn r16373) -Codechange: use () instead of (void) for functions without parameters 15 years ago
industry_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
labelmaps_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
map_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
misc_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
newgrf_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
oldloader.cpp (svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function 15 years ago
oldloader.h (svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags 16 years ago
oldloader_sl.cpp (svn r16714) -Codechange: use pool-like accessors for Subsidy 15 years ago
order_sl.cpp (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved 15 years ago
saveload.cpp (svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function 15 years ago
saveload.h (svn r16338) -Codechange: split loading of references to two phases 15 years ago
saveload_internal.h (svn r15799) -Codechange: Save rail type label list to savegame and perform mapping on load if necessary. 15 years ago
signs_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
station_sl.cpp (svn r16640) -Codechange: move roadstop stuff to separate files 15 years ago
strings_sl.cpp (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved 15 years ago
subsidy_sl.cpp (svn r16714) -Codechange: use pool-like accessors for Subsidy 15 years ago
town_sl.cpp (svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _house_specs[] 15 years ago
vehicle_sl.cpp (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() 15 years ago
waypoint_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago