| Age | Commit message (Collapse) | Author |
|
Inlines, wrong indentation, enums, private fields, etc
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
This reverts commit e0626b6ccba3e5fa202dbcbdd8fba01cb7b14275.
|
|
|
|
* Demo work
* Fix PAL
* Fix d_door weak func order and link it
* Fix d_door for demo
* JKernel OK on demo + misc
* tag_attention 100% on demo
* More demo work and fix some retail fakematches
|
|
* 99% match
* Rewrote _execute to increase accuracy. Only issue in .text is a label not loading correctly. I have no idea how to fix this.
* Equivalent. Weak func ordering.
* 7% text
* 28% text
* 41% text
* 65% text
* Rewrote _execute to increase accuracy. Only issue in .text is a label not loading correctly. I have no idea how to fix this.
* Equivalent. Weak func ordering.
* 82% text
* Equivalent. A lot of work is needed to name variables and clean up functions. Weak function ordering is wrong.
* Cleaned some functions, named several variables, and began documenting dialog tree.
* Naming a couple more variables
* 21% text
* change out getMySubstanceP for getMyIntegerP inline
* 100% text
* Refactor to use JUT_ASSERT macro
* Revert merges
* Revert "Merge branch 'main' into d_a_npc_km1"
This reverts commit 9ebc35f76b5aaf96a2f961edac93564ece195381, reversing
changes made to b8807b2f504fe469d52d83fc14aaca2c8c7da0d2.
* Revert merges
* Revert "Merge branch 'main' into d_a_npc_km1"
This reverts commit 9ebc35f76b5aaf96a2f961edac93564ece195381, reversing
changes made to b8807b2f504fe469d52d83fc14aaca2c8c7da0d2.
* Undo file changes
* Revert "Undo file changes"
This reverts commit 5bcc47fcd49af8e6b2d78359f4ad3fb4bbe8cf10.
* a couple more reverts
* Should be done with reverts
* revert configure.py
* Implement LagoLunatic's suggested changes
* add endif to allow demo to 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
|