| Age | Commit message (Collapse) | Author |
|
* First version of d_scope, everything is matching on all version, probably missing a few inline on undocumented field that i did not manage to find
* Readd stuff previously deleted but badly tested
* Rename some fields and a few more inline
doesn't improve matching but i think it looks more genuine
* clean up syntax
* move d_scptyp enum and add forgotten inline
* build fix
* replace seStart call with proper enum
|
|
|
|
Inlines, wrong indentation, enums, private fields, etc
|
|
* Add angle conversion constants and macros
* Replace angle literals with hex instead of decimal
|
|
|
|
|
|
|
|
* d_message mostly done
* fopMsgM_selectMessageGet fix
|
|
|
|
* 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
|
|
|
|
* JAIZelInst OK
* Clean up some default args
|
|
|
|
* More work on f_op_msg_mng
* Fix a regalloc issue affecting all tag_* functions in f_op_msg_mng
|
|
|
|
* Work on f_op_msg_mng, especially PAL translations
* Finish translations work on f_op_msg_mng
* fopMsgM_messageGet and fopMsgM_passwordGet 98%
|
|
|
|
|
|
Co-authored-by: < >
|
|
|
|
|
|
|
|
This appears to be the official name of this field based off of an assert in TP debug.
|
|
|
|
|
|
* Fix some version differences
* Found real inline name for checkBowMiniGame
|
|
|
|
|
|
|
|
|
|
|
|
* Add a few more matching functions in f_op_msg_mng
* Change to checking against multiple values
|
|
* 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
|
|
|
|
|
|
d_menu work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Union members with non-trivial ctors/dtors is undefined behavior and clangd normally throws a fit and refuses to parse the whole union, but it seems to be possible to ifdef the problematic ctors out for non-mwerks compilers and explicitly tell modern compilers to use the defaults instead. Thanks to encounter for this fix.
|
|
|
|
* fix returns
* use standard C headers
* struct/class mismatch
* explicit this in template
* switch variable scope
* C standard compliance
* & l-value
|
|
|
|
|
|
|
|
|
|
* f_op_msg_mng work
* Fix Some Conflicts
Haven't had much chance to work on actual progress, still looking to do more matching before merge
* Tiny bit of Work
Little bit of cleanup, start on a couple more functions
* More Matches
Also add back some missing nonmatch comments
* Fixes
* JPN ifdefs
* Inline Fix
Also force one match (there's no way that casting is real)
* Reorder Strings
Fix rodata, I think this order is also slightly more accurate to the function (but I'm not really trying to match it right now anyways)
|