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
Michael Lutz 8b1880187a Remove: AutoFreeSmallVector.
The last use was for storing a list of memory blocks. As the way these lists are accessed is very
specific, it is easier to just write an explicit destructor instead of trying to exactly match the behaviour.
5 years ago
..
afterload.cpp Codechange: Removed SmallVector completely 5 years ago
ai_sl.cpp Codechange: Convert saveload numbers to enum values. 5 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 Codechange: Removed SmallVector completely 5 years ago
autoreplace_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
cargomonitor_sl.cpp Fix #6803: CargoMonitorID bit packing updated to handle 64 cargo types. 5 years ago
cargopacket_sl.cpp Codechange: Convert saveload numbers to enum values. 5 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 Codechange: Change from numeric to descriptive SLV enum labels for last entries. 5 years ago
depot_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
economy_sl.cpp Codechange: Change from numeric to descriptive SLV enum labels for last entries. 5 years ago
engine_sl.cpp Codechange: Replaced SmallVector::[Begin|End]() with std alternatives 5 years ago
game_sl.cpp Codechange: If something is a vector of strings, use a vector of strings instead of an AutoFreeSmallVector. 5 years ago
gamelog_sl.cpp Codechange: Separate gamelog revision length from network revision length 5 years ago
goal_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
group_sl.cpp Codechange: Change from numeric to descriptive SLV enum labels for last entries. 5 years ago
industry_sl.cpp Feature: Industries with neutral stations (e.g. Oil Rig) only supply/accept cargo to/from their neutral station. (#7234) 5 years ago
labelmaps_sl.cpp Codechange: Removed SmallVector completely 5 years ago
linkgraph_sl.cpp Codechange: Removed SmallVector completely 5 years ago
map_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
misc_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
newgrf_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
newgrf_sl.h (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. 14 years ago
object_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
oldloader.cpp Fix: Remove various dead or unnecessary assignments 6 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 Codechange: Removed SmallVector completely 5 years ago
order_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
saveload.cpp Remove: AutoFreeSmallVector. 5 years ago
saveload.h Change: Bump savegame version for tree tile water class conversion. 5 years ago
saveload_filter.h
saveload_internal.h (svn r25620) -Fix (r25342): Save/load of story books were broken 11 years ago
signs_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
station_sl.cpp Codechange: Change from numeric to descriptive SLV enum labels for last entries. 5 years ago
storage_sl.cpp Codechange: Change from numeric to descriptive SLV enum labels for last entries. 5 years ago
story_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
strings_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
subsidy_sl.cpp Codechange: Convert saveload numbers to enum values. 5 years ago
town_sl.cpp Codechange: Make a k-d tree index of towns 5 years ago
vehicle_sl.cpp Add: Road vehicle path cache. (#7261) 5 years ago
waypoint_sl.cpp Codechange: Removed SmallVector completely 5 years ago