Files @ r28353:bfc4ab63f376
Branch filter:

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

Peter Nelson
Codechange: Replace mishmash of types for widget index with WidgetID.

Indices were stored as int, but often passed around as uint/uint8_t and casts.

Now they should all use WidgetID.
1
2
3
4
5
6
7
/.vs
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out