Files @ r27996:fd1492df0fa6
Branch filter:

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

Peter Nelson
Codechange: Use std::vector in fallback layouter, and shorten accessors. (#11355)

This avoids use of malloc/free (and custom move constructors), and follows how the exist layouters are written.
1
2
3
4
5
6
7
/.vs
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out