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 241af768f0 (svn r16242) -Codechange: rework pausing
-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join
15 years ago
..
afterload.cpp (svn r16242) -Codechange: rework pausing 15 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 r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash 15 years ago
group_sl.cpp
industry_sl.cpp (svn r15428) -Codechange: consistently use colour instead of having both color and colour. 16 years ago
labelmaps_sl.cpp (svn r15799) -Codechange: Save rail type label list to savegame and perform mapping on load if necessary. 15 years ago
map_sl.cpp (svn r15299) -Cleanup: remove many redundant includes 16 years ago
misc_sl.cpp (svn r16242) -Codechange: rework pausing 15 years ago
newgrf_sl.cpp
oldloader.cpp (svn r16242) -Codechange: rework pausing 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 r15727) -Codechange: apply coding style to namegen arrays 16 years ago
order_sl.cpp (svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. 15 years ago
saveload.cpp (svn r16242) -Codechange: rework pausing 15 years ago
saveload.h (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too 16 years ago
saveload_internal.h (svn r15799) -Codechange: Save rail type label list to savegame and perform mapping on load if necessary. 15 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 r16214) -Fix [FS#2878]: shared orders without orders weren't properly converted causing corrupt/invalid orders when loading pre 0.7 savegames. 15 years ago
waypoint_sl.cpp