| Age | Commit message (Collapse) | Author |
|
* swpush5 done
* bhashi done
* gptaru done
|
|
|
|
* d_a_obj_kago OK
* Mark d_a_obj_kago as matching for JP
---------
Co-authored-by: Max Roncace <me@caseif.net>
|
|
* npc_zero matching and some other npcts cleaned and linked
* debug fix
* okay actual debug fix... i hope
* this isnt funny anymore
* please
* this should fix things
* added JP matching to zelR and zelRo
* added attention flag enum
|
|
* initial work
* most functions matching
* matching
* PR cleanup
|
|
|
|
|
|
|
|
|
|
* d_a_e_gb and d_a_obj_bosswarp OK
* fix e_gb and obj_bosswarp symbols
* mark e_gb and obj_bosswarp as OK for JPN
* Remove nonmatching comment
---------
Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
* Some work d_a_e_wb
* Match more in e_wb
|
|
* initial work
* a little more work
* matching
* pr cleanup
* changed 'subtype' to 'argument'
* fixed debug error
|
|
* initial work
* More work. Also just realized I pushed TU work to my main fork lol
* about halfway through
* matching
|
|
* fixed branch issue
* matching
* fixed debug error
* pr cleanup
|
|
* lv4railwall / lv4sand / lv4slidewall done and wii build fix
* fix Mtx** parameters
* add some notes about wii compiler version
* Remove dol2asm include
---------
Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
|
|
|
|
* scannon done
* scannon_crs done
* scannon_ten done
* pr
* attention debug stuff
* attn flags
* fix build
|
|
* obj_kag matching. Also fixed weak func order in e_ww and e_sm
* adding matching for JP
|
|
* equivalent
* cleanup
|
|
* solid work
* equivalent
* tiny work
* fixed error
* include fix
* fixed debug build
|
|
* some j3d cleanup
* begin using uintptr_t
* j3dgraphbase cleanup
* j3dgraphanimator cleanup
|
|
* equivalent
* kasi_mng_c work
* class work and create function work
* kasi_mng_c is matching
* little more work
* almost matching
* enums defined
* kasi_hana almost matching
* more mich work
* mich almost matching
* kyu almost matching
* potentially fixed issue
* Now maybe good?
* Should be fixed now
* PR Cleanup
* Over 50% done
* matching
* pr cleanup
|
|
* initial work
* one more demo func left
* almost matching
* almost matching
* pr cleanup
|
|
* Rename several dCamera_c fields
* Refactor mWork to generic buffer instead of union
* d_camera match improvements
* Implement several dCamera_c functions
* Remove d_camera.h from PCH
The symbol names in d_camera indicate that this header wasn't
included in the PCH (as they're compiled directly in d_camera.cpp).
|
|
|
|
|
|
* WIP
* daE_WB_Draw
* checkpoint
* more matches
* checkpoint
* fixes
* fix debug build
* fix daObjBm_c alignment
* fixes for luz
* fixes for hatal
* manual spacing changes
* run clang-format
* move header back
|
|
* obj_geyer and obj_ktOnFire done
* pr
|
|
* d_a_e_ai done
* pr
|
|
|
|
* equivalent
* kasi_mng_c work
* class work and create function work
* kasi_mng_c is matching
* little more work
* almost matching
* enums defined
* kasi_hana almost matching
* more mich work
* mich almost matching
* kyu almost matching
* potentially fixed issue
* Now maybe good?
* Should be fixed now
* PR Cleanup
|
|
* Align dKy_darkworld_check with debug return type
* d_a_obj_kbox matching
* Revert "Align dKy_darkworld_check with debug return type"
This reverts commit f0b9e5f8fb251bb1b3a6acd13c0550bec2c9a310.
|
|
* d_a_e_fk equivalent
* pr
|
|
* npc_kn mostly done
* fix shieldD
* pr fixes
* weak func fixes
|
|
* Fix clang union handling (affects all TUs including d_camera.h)
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.
* Link all TUs that already match on debug
In order to link TUs for debug, most functions seem to need to have their alignment set to 16 in symbols.txt. There are a few hundred functions that seem to be the exception and break when their alignment is set to 16, but I don't know the reason for this.
* Remove some fakematches (nosyminline/sym off) for weak func order in retail
* Fix clang not knowing that MSL_C++ is C++
* Link more debug TUs
* Fix missing PAL split
* Fix wrong slashes being used in includes
* RZDE01_00: Fix incorrect capitalization in config.yml
* Add RZDE01_00 to configure task
* Revert configure.py to use MatchingFor
* Fix PAL splits and symbols, link matching PAL TUs
|
|
* d_a_ykgr OK
* Fix sqrtf for shield
* Fix pch caps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* d_a_mg_rod mostly done
* pr
|
|
* initial work
* cleanup
* added anm enums
* added joint enum
* updated configure.py
* Indentation
---------
Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
|