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
Jonathan G Rennison cae0b21534 Trace restrict: Bump size of item type field
Reserve value for TRIT_REVERSE
6 years ago
..
afterload.cpp Merge branch 'save_ext' into tracerestrict-sx 7 years ago
ai_sl.cpp (svn r26493) -Codechange: use strecat to concatenate script settings instead of manually accounting for the amount of characters that has been written 10 years ago
airport_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
animated_tile_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
autoreplace_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cargomonitor_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cargopacket_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
cheat_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
company_sl.cpp Merge branch 'cpp-11' into save_ext 7 years ago
depot_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
economy_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
engine_sl.cpp (svn r27243) -Fix (r26816) [FS#6285]: Duplicate frees due to pool item classes not having copy constructors. 9 years ago
extended_ver_sl.cpp Trace restrict: Bump size of item type field 6 years ago
extended_ver_sl.h Merge branch 'save_ext' into tracerestrict-sx 7 years ago
game_sl.cpp (svn r27003) -Cleanup: fix the use of spaces and asterices "around" some comments 10 years ago
gamelog_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
goal_sl.cpp (svn r26593) -Fix: Goals were saved/loaded with incorrect size. 10 years ago
group_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
industry_sl.cpp (svn r27291) -Fix (r27278) [FS#6303]: Some savegame data was discarded again during loading. 9 years ago
labelmaps_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
linkgraph_sl.cpp (svn r27178) -Fix [FS#5969]: Data race due to lazy initialisation of objects. 9 years ago
map_sl.cpp (svn r26878) -Change: move m6 to TileExtended to keep Tile 8 bytes and thus better alignable 10 years ago
misc_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
newgrf_sl.cpp (svn r27772) -Fix [FS#5819]: If the intro game had a savegame version which contains a NewGRF configuration, then townname NewGRFs would not be activated in the game options. 7 years ago
newgrf_sl.h
object_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
oldloader.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
oldloader.h (svn r23595) -Codechange: add comma after last enum to get a more uniform coding style 13 years ago
oldloader_sl.cpp (svn r27668) -Feature: [NewGRF] Allow composing vehicles from multiple sprites. 8 years ago
order_sl.cpp (svn r26819) -Fix [FS#6112] (r26787): trying to delete just loaded objects that had not yet resolved their references caused a crash upon savegame load (only when loading a game from a server, e.g. joining MP) 10 years ago
saveload.cpp Merge branch 'save_ext' into tracerestrict-sx 7 years ago
saveload.h Add support for save/loading std::strings. 7 years ago
saveload_filter.h
saveload_internal.h Initial minimal working tracerestrict implementation. 9 years ago
signs_sl.cpp (svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType. 8 years ago
station_sl.cpp (svn r27770) -Fix [FS#6540]: Initialize variables in station_sl.cpp (JGR) 7 years ago
storage_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
story_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
strings_sl.cpp (svn r27756) -Codechange: Add StringTab enum 7 years ago
subsidy_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
town_sl.cpp (svn r27756) -Codechange: Add StringTab enum 7 years ago
tracerestrict_sl.cpp Initial implementation of trace restrict slots 7 years ago
vehicle_sl.cpp (svn r27893) -Codechange: Use fallthrough attribute. (LordAro) 7 years ago
waypoint_sl.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago