summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-09-09Some work on d_a_e_wb (#2639)hatal175
* Some work d_a_e_wb * Match more in e_wb
2025-09-10d_a_e_zm matching (#2638)Carco_21
* initial work * a little more work * matching * pr cleanup * changed 'subtype' to 'argument' * fixed debug error
2025-09-10d_a_obj_ornament_cloth matching (#2643)Carco_21
* initial work * More work. Also just realized I pushed TU work to my main fork lol * about halfway through * matching
2025-09-09d_a_obj_kshutter matching (#2635)Carco_21
* fixed branch issue * matching * fixed debug error * pr cleanup
2025-09-09Lv4railwall / lv4sand / lv4slidewall done. fix wii build (#2637)TakaRikka
* 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>
2025-09-09Fix up JP splits and link a lot more TUs (#2636)Max Roncace
2025-09-08d_camera almost matching (equivalent) (#2633)Max Roncace
2025-09-08d_a_npc_taro Matching (#2634)YunataSavior
* d_a_npc_maro Matching * mark npc_taro as equiv for JPN
2025-09-08scannon / scannon_crs / scannon_ten done (#2632)TakaRikka
* scannon done * scannon_crs done * scannon_ten done * pr * attention debug stuff * attn flags * fix build
2025-09-06d_a_obj_kag matching + some weak order fixes (#2631)Carco_21
* obj_kag matching. Also fixed weak func order in e_ww and e_sm * adding matching for JP
2025-09-05d_a_e_ww equivalent (#2629)Carco_21
* equivalent * cleanup
2025-09-05d_a_e_sm equivalent (#2627)Carco_21
* solid work * equivalent * tiny work * fixed error * include fix * fixed debug build
2025-09-04some J3D/misc cleanup (#2628)TakaRikka
* some j3d cleanup * begin using uintptr_t * j3dgraphbase cleanup * j3dgraphanimator cleanup
2025-09-03d_a_obj_crvfence matching (#2622)Carco_21
* 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
2025-09-03d_a_npc_tks almost matching (#2616)Carco_21
* initial work * one more demo func left * almost matching * almost matching * pr cleanup
2025-09-03Link a lot of TUs for JP version (#2625)Max Roncace
2025-09-03Add missing include to e_ww (#2626)hatal175
2025-09-03d_camera improvements (part 1) (#2623)Max Roncace
* 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).
2025-09-03Work on e_ww (#2618)Stbn-antier
2025-08-30Add hacks to fix PCH .data causing fake mismatches with decompctx (#2606)Max Roncace
2025-08-31d_a_obj_beamos / d_a_e_wb WIP (#2620)Howard Luck
* 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
2025-08-31obj_geyer and obj_ktOnFire done (#2619)TakaRikka
* obj_geyer and obj_ktOnFire done * pr
2025-08-30d_a_e_ai done (#2617)TakaRikka
* d_a_e_ai done * pr
2025-08-30d_a_npc_ykw almost matching (#2613)Max Roncace
2025-08-29d_a_npc_kasi_hana, mich, and kyu work (#2610)Carco_21
* 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
2025-08-29d_a_obj_kbox matching (#2615)hatal175
* 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.
2025-08-29d_a_e_fk equivalent (#2614)TakaRikka
* d_a_e_fk equivalent * pr
2025-08-28npc_kn mostly done (#2609)TakaRikka
* npc_kn mostly done * fix shieldD * pr fixes * weak func fixes
2025-08-27Start linking some TUs on debug and PAL (#2612)LagoLunatic
* 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
2025-08-27Fix d_a_ykgr retail regalloc and mostly match on debug (#2608)LagoLunatic
* d_a_ykgr OK * Fix sqrtf for shield * Fix pch caps
2025-08-25Fix incorrect PCH being used in some framework objects (#2604)Max Roncace
2025-08-25Miscellaneous improvements (#2603)Max Roncace
2025-08-25d_a_obj_mie OK (#2602)hatal175
2025-08-24Several more TUs matching (#2601)Max Roncace
2025-08-24npc_maro Matching (#2600)YunataSavior
2025-08-24Add a precompiled header for RELs (#2597)Max Roncace
2025-08-22equivalent (#2599)Carco_21
2025-08-23d_a_mg_rod mostly done (#2598)TakaRikka
* d_a_mg_rod mostly done * pr
2025-08-22d_a_npc_grmc equivalent (#2596)Carco_21
* initial work * cleanup * added anm enums * added joint enum * updated configure.py * Indentation --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
2025-08-22d_a_npc_fguard equivalent (#2595)Carco_21
* almost matching * Still have inline issue * equivalent * updated configure.py * fixed broken match
2025-08-22d_a_npc_grc equivalent (#2594)Carco_21
* initial work * d_a_npc_grc equivalent * Fixed configure.py change * pr cleanup
2025-08-21d_a_obj_msima OK (#2593)hatal175
2025-08-19d_a_e_bi & d_a_obj_fw equivalent (#2592)Carco_21
* initial work * d_a_obj_fw equivalent * d_a_e_bi equivalent * Update d_a_obj_fw.cpp --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
2025-08-19d_a_e_yr equivalent (#2591)Max Roncace
2025-08-17d_a_obj_lv4chandelier equivalent (#2590)hatal175
2025-08-17d_a_obj_swpush equivalent (#2589)Carco_21
* initial work * Create method done * tiny work * more work * swpush equivalent
2025-08-17d_a_npc_tkj2 equivalent (#2588)Carco_21
* initial work * Small work * tkj2 equivalent * cleanup * PR cleanup
2025-08-15d_a_e_dd equivalent (#2587)Carco_21
* initial work * took out unneeded nonmatching comment * d_a_e_dd equivalent * pr cleanup
2025-08-15d_a_npc_doorboy equivalent (#2581)Carco_21
* initial work * doorboy equivalent * Update d_a_npc_doorboy.h --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
2025-08-15d_a_e_hp almost matching (#2585)Max Roncace