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
peter1138 ad30a3c4ca (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
..
afterload.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 16 years ago
ai_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 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 r15299) -Cleanup: remove many redundant includes 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 r15299) -Cleanup: remove many redundant includes 16 years ago
newgrf_sl.cpp
oldloader.cpp (svn r15299) -Cleanup: remove many redundant includes 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
saveload.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 16 years ago
saveload.h (svn r15216) -Feature: native support for Transport Tycoon (Original) savegames. Based on SVXConverter's source code and documentation by Roman Vetter 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