| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb.
It makes searching for NON_MATCHING comment descriptions much less
convenient in most text editors or IDEs, and we want the function
CSV to be the single source of truth for function statuses. Having
a function marked as matching but not built because of a stray #ifdef
would be bad.
|
|
Turns out they are just value-initialised aggregates.
|
|
|
|
|
|
|
|
|
|
To avoid header bloat.
|
|
The buffer needs to be mutable. ActorParamMgr modifies it for example
|
|
|
|
|
|
|
|
The previous version was also matching, but this is closer to how it is
implemented in the Wii U version.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 Functions are still not fully matching with their inlined functions,
and at least one function is still missing.
|
|
|
|
|
|
|
|
|
|
|
|
And add the other setters to the CSV.
|
|
They were treated as non-array flags.
|
|
|
|
|
|
|
|
|
|
This is separate from gdtCommonFlags.h to avoid having a header with
over 10 thousand lines...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|