OpenTTD/src/saveload
rubidium 68ead6b84f (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types.
-Change: make (rail) waypoints sub classes of 'base stations', make buoys waypoints and unify code between them where possible.
2009-07-22 08:59:57 +00:00
..
afterload.cpp (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. 2009-07-22 08:59:57 +00:00
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. 2009-06-24 23:34:30 +00:00
animated_tile_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
autoreplace_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
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: 2009-06-29 19:55:36 +00:00
cheat_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
company_sl.cpp (svn r16559) -Codechange: introduce Company::IsValidAiID() and Company::IsValidHumanID(), don't use IsHumanCompany() where possible 2009-06-10 22:05:01 +00:00
depot_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
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: 2009-06-29 19:55:36 +00:00
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. 2009-06-17 17:13:30 +00:00
gamelog_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
group_sl.cpp (svn r16373) -Codechange: use () instead of (void) for functions without parameters 2009-05-21 22:43:25 +00:00
industry_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
labelmaps_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
map_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
misc_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
newgrf_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
oldloader.cpp (svn r16715) -Codechange: add attribute to assert_compile(), so it doesn't warn when used inside function 2009-07-01 21:29:03 +00:00
oldloader.h (svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags 2009-01-25 22:50:00 +00:00
oldloader_sl.cpp (svn r16714) -Codechange: use pool-like accessors for Subsidy 2009-07-01 18:45:05 +00:00
order_sl.cpp (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved 2009-05-22 15:13:50 +00:00
saveload.cpp (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. 2009-07-22 08:59:57 +00:00
saveload.h (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. 2009-07-22 08:59:57 +00:00
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. 2009-07-22 08:59:57 +00:00
signs_sl.cpp (svn r16338) -Codechange: split loading of references to two phases 2009-05-17 16:28:29 +00:00
station_sl.cpp (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. 2009-07-22 08:59:57 +00:00
strings_sl.cpp (svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time, binary size and run time (with asserts disabled) should be improved 2009-05-22 15:13:50 +00:00
subsidy_sl.cpp (svn r16714) -Codechange: use pool-like accessors for Subsidy 2009-07-01 18:45:05 +00:00
town_sl.cpp (svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _house_specs[] 2009-06-26 14:02:27 +00:00
vehicle_sl.cpp (svn r16841) -Cleanup: spaces/tabs where they don't belong 2009-07-16 10:01:32 +00:00
waypoint_sl.cpp (svn r16909) -Fix [FS#2996]: NewGRF stations would be triggering assertions all over the place when using the more advanced station types. 2009-07-22 08:59:57 +00:00