Files @ r27874:c6ae6b5e2114
Branch filter:

Location: cpp/openttd-patchpack/source/.gitignore

Peter Nelson
Codechange: Use std::array and std::unique_ptr for PersistentStorageArrays.

This (mostly) avoids the need for manual memory management and copying.
1
2
3
4
5
6
7
/.vs
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out