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 00a9b2fd3d (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile 15 years ago
..
afterload.cpp (svn r16938) -Codechange: introduce helper function to tell whether a tile is either a rail station or rail waypoint tile 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 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
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 r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. 15 years ago
saveload.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
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 r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h 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 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 r16841) -Cleanup: spaces/tabs where they don't belong 15 years ago
waypoint_sl.cpp (svn r16912) -Codechange: split waypoint.h in waypoint_base.h and waypoint_func.h 15 years ago