OpenTTD/src/saveload
rubidium fb2ea6c9ed (svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect. 2009-03-11 17:26:58 +00:00
..
afterload.cpp (svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile 2009-03-08 01:20:11 +00:00
ai_sl.cpp (svn r15532) -Fix (r15525): don't try to load (and forget) AI data from a non-existing AI when joining a server. In other words: you can join network servers again. 2009-02-20 21:05:27 +00:00
animated_tile_sl.cpp (svn r14828) -Codechange: move most of save/load-specific code to separate files 2009-01-04 15:32:25 +00:00
autoreplace_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 2009-01-31 20:16:06 +00:00
cargopacket_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 2009-01-31 20:16:06 +00:00
cheat_sl.cpp (svn r14828) -Codechange: move most of save/load-specific code to separate files 2009-01-04 15:32:25 +00:00
company_sl.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 2009-02-09 02:57:15 +00:00
depot_sl.cpp (svn r14828) -Codechange: move most of save/load-specific code to separate files 2009-01-04 15:32:25 +00:00
economy_sl.cpp (svn r14828) -Codechange: move most of save/load-specific code to separate files 2009-01-04 15:32:25 +00:00
engine_sl.cpp (svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes. 2009-03-08 16:51:08 +00:00
gamelog_sl.cpp (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. 2009-02-08 12:25:13 +00:00
group_sl.cpp (svn r14828) -Codechange: move most of save/load-specific code to separate files 2009-01-04 15:32:25 +00:00
industry_sl.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 2009-02-09 02:57:15 +00:00
map_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 2009-01-31 20:16:06 +00:00
misc_sl.cpp (svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers. 2009-02-25 21:45:14 +00:00
newgrf_sl.cpp (svn r14828) -Codechange: move most of save/load-specific code to separate files 2009-01-04 15:32:25 +00:00
oldloader.cpp (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. 2009-03-06 01:23:25 +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 r15428) -Codechange: consistently use colour instead of having both color and colour. 2009-02-09 02:57:15 +00:00
order_sl.cpp (svn r15500) -Fix (r12648): pre-0.5 OTTD stored new_nonstop and full_load_any in a different way, savegame conversion wasn't working for them 2009-02-16 21:43:44 +00:00
saveload.cpp (svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes. 2009-03-08 16:51:08 +00:00
saveload.h (svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers. 2009-02-25 21:45:14 +00:00
saveload_internal.h (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks 2009-02-04 20:17:25 +00:00
signs_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 2009-01-31 20:16:06 +00:00
station_sl.cpp (svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern... 2009-02-09 22:49:28 +00:00
strings_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 2009-01-31 20:16:06 +00:00
subsidy_sl.cpp (svn r14829) -Fix (r14828): forgot CH_LAST 2009-01-04 15:46:50 +00:00
town_sl.cpp (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks 2009-02-04 20:17:25 +00:00
vehicle_sl.cpp (svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,top,bottom), i.e. use Rect. 2009-03-11 17:26:58 +00:00
waypoint_sl.cpp (svn r14828) -Codechange: move most of save/load-specific code to separate files 2009-01-04 15:32:25 +00:00