| Age | Commit message (Collapse) | Author |
|
* d_a_lstair - 100% matching for GZLE01
* d_a_lstair - 100% matching for GZLE01 - restore comment deleted by mistake
* d_a_lstair - 100% matching for GZLE01 - fix return values of functions in the MethodTable; replace code with some inlines and macros; improve some casting locations; replace some magic numbers with enum usage; adjust res enum file according general update in the codebase
* d_a_lstair - 100% matching for GZLE01 - remove useless parameter
* d_a_lstair - 100% matching for GZLJ01, GZLE01 and GZLP01
|
|
* Fix some profile comments
* Add missing static for local visibility data
* Move proc name and draw priority enums to f_pc
* Add _e suffix to daObjBarrier_c proc enum
* Change proc name enum format to match TP
* Change draw prio enum format to match TP
* Change ItemNo enum format, finish fixing item names
* Revert static for cb1 hio
* Clean up formatting of profile comments
* Fix comment alignment
|
|
This fixes the sdata linker error in the debug build.
|
|
|
|
|
|
Co-authored-by: < >
|
|
|
|
|
|
of `BOOL`
It's not completely consistent, but it seems like the majority used `bool`, and only a handful used `BOOL`. So I switched all of them to `bool` except for 13 TUs that stopped matching when changed like this.
|
|
|
|
|
|
|
|
|
|
Done with regex
/\* .* \*/
.*symbol.*.*\(.*\).* \{
\/\* Nonmatching \*\/
\}
|
|
|
|
Original repository: https://github.com/encounter/ww
|