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
rubidium c096e3d54c (svn r17228) -Codechange: some coding style fixes 15 years ago
..
afterload.cpp (svn r17215) -Cleanup: remove unused return value 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 r17113) -Change [FS#265][FS#2094][FS#2589]: apply the subsidy when subsidy's destination is in station's catchment area and cargo packets originate from subsidy's source 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 r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct 15 years ago
labelmaps_sl.cpp (svn r16939) -Codechange: s/RailwayStation/RailStation/ to unify the way it's written. 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 r17228) -Codechange: some coding style fixes 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 r17216) -Update: MiniLZO from 1.08 to 2.03. 15 years ago
saveload.h (svn r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct 15 years ago
saveload_internal.h (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. 15 years ago
signs_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 15 years ago
station_sl.cpp (svn r17069) -Fix (r17004): invalid read when converting old waypoints 15 years ago
strings_sl.cpp (svn r16921) -Codechange: make it more clear what strings are related to road vehicles; only ROAD isn't always enough. Also unify the way of writing it. 15 years ago
subsidy_sl.cpp (svn r17124) -Codechange: store subsidies in a pool (instead of an array) 15 years ago
town_sl.cpp (svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _house_specs[] 15 years ago
vehicle_sl.cpp (svn r16944) -Codechange: remove needlessly complex way of getting the offset of items within a struct that are within a struct 15 years ago
waypoint_sl.cpp (svn r17138) -Fix: some MSVC 64 bits compiler warnings 15 years ago