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
frosch 959c297fb9 (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. 16 years ago
..
afterload.cpp (svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile 16 years ago
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. 16 years ago
animated_tile_sl.cpp
autoreplace_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
cargopacket_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
cheat_sl.cpp
company_sl.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 16 years ago
depot_sl.cpp
economy_sl.cpp
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. 16 years ago
gamelog_sl.cpp (svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability. 16 years ago
group_sl.cpp
industry_sl.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 16 years ago
map_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
misc_sl.cpp (svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers. 16 years ago
newgrf_sl.cpp
oldloader.cpp (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. 16 years ago
oldloader.h (svn r15274) -Fix (r8705): oldloader wasn't updated to use 64bit airport_flags 16 years ago
oldloader_sl.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 16 years ago
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 16 years ago
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. 16 years ago
saveload.h (svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers. 16 years ago
saveload_internal.h (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks 16 years ago
signs_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
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... 16 years ago
strings_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
subsidy_sl.cpp
town_sl.cpp (svn r15340) -Fix [FS#2121]: changing town road layout in-game caused ugly road networks 16 years ago
vehicle_sl.cpp (svn r15304) -Fix [FS#2587]: When loading savegames use the roadtype of the front vehicles just like it is done on construction. 16 years ago
waypoint_sl.cpp