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 d9f8a4c380 Codechange: use std::string GetString variant 1 year ago
..
compat Change: Reorganise industry accept/produce arrays. (#10853) 1 year ago
CMakeLists.txt
afterload.cpp Change: Reorganise industry accept/produce arrays. (#10853) 1 year ago
ai_sl.cpp Codechange: use std::optional<std::string> for changing the script over char * 1 year ago
airport_sl.cpp
animated_tile_sl.cpp Codechange: rename smallvec_type to container_func and use only when needed 1 year ago
autoreplace_sl.cpp
cargomonitor_sl.cpp
cargopacket_sl.cpp
cheat_sl.cpp
company_sl.cpp Codechange: Use unique_ptr for fios company properties. 1 year ago
depot_sl.cpp
economy_sl.cpp
engine_sl.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
game_sl.cpp Codechange: use std::optional<std::string> for changing the script over char * 1 year ago
gamelog_sl.cpp Codechange: rework Gamelog changes from union to classes 1 year ago
goal_sl.cpp Codechange: use std::string instead of stredup/free for goals 1 year ago
group_sl.cpp
industry_sl.cpp Change: Reorganise industry accept/produce arrays. (#10853) 1 year ago
labelmaps_sl.cpp
league_sl.cpp
linkgraph_sl.cpp
map_sl.cpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
misc_sl.cpp Feature: opt-in survey when exiting a game 1 year ago
newgrf_sl.cpp Fix #10771, 3901ef9: GRFConfig.filename is now a std::string (#10774) 1 year ago
newgrf_sl.h
object_sl.cpp
oldloader.cpp Change: include fmt.h C++ headers in stdafx.h 1 year ago
oldloader.h
oldloader_sl.cpp Change: Reorganise industry accept/produce arrays. (#10853) 1 year ago
order_sl.cpp
saveload.cpp Codechange: use std::string GetString variant 1 year ago
saveload.h Change: Reorganise industry accept/produce arrays. (#10853) 1 year ago
saveload_error.hpp Codechange: use std::string instead of stredup for saveload error messages 1 year ago
saveload_filter.h
saveload_internal.h
settings_sl.cpp
signs_sl.cpp
station_sl.cpp Codechange: Use range-for iteration. 1 year ago
storage_sl.cpp
story_sl.cpp Codechange: use std::string instead of stredup/free for stories 1 year ago
strings_sl.cpp
subsidy_sl.cpp
town_sl.cpp
vehicle_sl.cpp Codechange: Move includes for common STL headers to stdafx. 1 year ago
waypoint_sl.cpp