Files @ r27799:ab7d36d10264
Branch filter:

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

Patric Stout
Codechange: make explicit when a TileIndex is cast to its basetype (#11190)

This prevents people accidentially assigning a TileIndex to a Date
or any other type they shouldn't.
1
2
3
4
5
6
7
/.vs
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out