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 4e85ccf3c0 Codechange: Replace SmallStackSafeStackAlloc with std::array.
The only port that ever used it to make heap allocations instead of stack ones was the NDS port, which got thrown out some time ago.
5 years ago
..
afterload.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
ai_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
airport_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
animated_tile_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
autoreplace_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
cargomonitor_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
cargopacket_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
cheat_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
company_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
depot_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
economy_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
engine_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
game_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
gamelog_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
goal_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
group_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
industry_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
labelmaps_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
linkgraph_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
map_sl.cpp Codechange: Replace SmallStackSafeStackAlloc with std::array. 5 years ago
misc_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
newgrf_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 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 Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
oldloader.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
oldloader.h Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
oldloader_sl.cpp Codechange: Replace SmallStackSafeStackAlloc with std::array. 5 years ago
order_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
saveload.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
saveload.h Codechange: Use null pointer literal instead of the NULL macro 5 years ago
saveload_filter.h Codechange: Use null pointer literal instead of the NULL macro 5 years ago
saveload_internal.h (svn r25620) -Fix (r25342): Save/load of story books were broken 11 years ago
signs_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
station_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
storage_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
story_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
strings_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
subsidy_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
town_sl.cpp Cleanup: Fix alignment after NULL -> nullptr change. 5 years ago
vehicle_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago
waypoint_sl.cpp Codechange: Use null pointer literal instead of the NULL macro 5 years ago