summaryrefslogtreecommitdiff
path: root/include/d/actor/d_a_obj_carry.h
AgeCommit message (Collapse)Author
2025-12-26f_op debug work (#2991)Niklas Bauer
* f_op debug 1 * f_op debug 2 * f_op debug 3 * f_op debug 4 * f_op debug 5 * f_op_debug fix build * f_op linking * remove goto in fopac_create * fix regressions * fix regressions * pr comments
2025-11-30project cleanup (#2895)TakaRikka
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
2025-11-26d_a_obj_carry ALL_GCN matching (#2871)Niklas Bauer
* d_a_obj_carry matching * d_a_obj_carry::execute() debug matching
2025-09-28d_a_e_fb almost matching (#2709)YunataSavior
* d_a_e_fb almost matching * remove dol2asm in e_fb * e_fb PR fixes
2025-09-19Various regalloc fixes and linking (#2673)Carco_21
* some d_a_b TUs matching * reworked d_a_b_ob enums * d_a_b_oh seems to be linking fine * d_a_b_oh actually not good (i think), but npc_zrc matching * d_a_b_oh is indeed matching! * d_a_cam_param linked --------- Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
2025-08-10e_hb equivalent / some pal work (#2577)TakaRikka
* some pal work * e_hb equivalent * update config
2025-07-22d_a_e_zh almost equivalent (#2548)Carco_21
* work on create function * a bit more work * almost all functions worked on * All functions worked on and enums added * Fixed header brief * Can't figure out the last three small issues
2025-02-17d_a_obj_Y_taihou equivalent (#2303)YunataSavior
* Transfer of Y_taihou work to cleaner and newer branch * d_a_obj_Y_taihou nearly equivalent except for 2 functions * Functionally correct d_a_obj_Y_taihou, but some issues remain * d_a_obj_Y_taihou equivalent now; many thanks hatal! * Update configure(dot)py and the config files for Y_taihou
2025-02-13d_a_obj_carry mostly done (#2301)TakaRikka
* d_a_obj_carry mostly done * cleanup some acch inlines
2024-11-30d_a_obj_pillar done (#2255)TakaRikka
2024-10-31more misc. cleanup (#2232)Caroline Madsen
2024-10-10switch to dtk setup (#2203)TakaRikka
* switch to dtk setup * some cleanup / fixes * cleanup d_a_alink literals * Restore doxygen, update CI & README.md (#1) * Fix build image ref (#2) --------- Co-authored-by: Luke Street <luke@street.dev>