summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-07-05d_a_npc_mt OK for all versionsLagoLunatic
closes #348
2026-07-05d_a_npc_mt 100% for GZLE01 (#1102)Mattias Blum
* d_a_npc_mt 100% for GZLE01 * implemented dPb_erasePicture and added some relevant inlines * fixed existing references to mSelectPicture * PR changes made
2026-07-05d_menu_save OKLagoLunatic
closes #1026 closes #1011
2026-07-05d_menu_save mostly done (#1103)TakaRikka
2026-07-05D_a_npc_tt (#1099)Zeclos
* matching * cleanup * d_a_npc_tt matching outside of _create and rodata * matching * cleanup
2026-07-02A few small matchesLagoLunatic
2026-07-02d_message mostly done (#1097)TakaRikka
* d_message mostly done * fopMsgM_selectMessageGet fix
2026-06-30d_auction_screen OKLagoLunatic
closes #1075
2026-06-30d_auction_screen mostly done (#1083)TakaRikka
2026-06-30d_name OKLagoLunatic
closes #1073
2026-06-30d_name mostly done (#1082)TakaRikka
2026-06-28dMinigame_Starter_c::_execute matchLagoLunatic
2026-06-28water_mark / wpillar done, minigame_starter wip (#1069)TakaRikka
* d_minigame_starter attempt * water_mark / wpillar done * review changes
2026-06-26d_seafightgame OK for demoLagoLunatic
2026-06-26Fix d_a_kb demo version diffs, and match a couple retail funcsLagoLunatic
2026-06-26d_tree OK for retailLagoLunatic
2026-06-26d_a_kb Almost Matching (#1040)SuperDude88
* d_a_kb Almost Matching - Get most of the logic in Still need to switch over from inheritance to composition, will fix at least 2/3 of the functions * Switch Inheritance -> Composition Causes regressions in way_check and target_set * Use More Enums Now uses res/loop mode/item number/sound/particle/collision attribute/event flag enums properly * Fix d_a_npc_people Used kb_class in a couple spots * Another Inline Found it in the debug map * Joint Enums - Add joint enums with note about normal/big pigs needing to have (at least partially) identical joint setups * Assert for Joint Numbers - Make sure the joint numbers match for the normal pig + big pig models - Update/extend note accordingly
2026-06-26Fix OdemuExi2 wrong capsLagoLunatic
2026-06-26tree (#1067)TakaRikka
* tree * WorkCo fix from superdude
2026-06-26copy over a bunch of sdk stuff (#1066)TakaRikka
* most of dolsdk copied over * add some gf stuff * trk wip * ode/amc stuff * build fix
2026-06-23Fix Ghidra instructions in readmeLagoLunatic
2026-06-16Also mark NZ_JNT as an ambiguous nameLagoLunatic
2026-06-16Add comment to res headers about them being automatically generatedLagoLunatic
2026-06-16Fix BOW_JNT ambiguity in res_arc.py scriptLagoLunatic
2026-06-16Fix include capitalizationLagoLunatic
2026-06-16Use joint enums in several different places (#981)123456789758
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
2026-05-31d_a_lstair - 100% matching for GZLJ01, GZLE01 and GZLP01 (#1039)N1ghtD3c0d3r
* d_a_lstair - 100% matching for GZLE01 * d_a_lstair - 100% matching for GZLE01 - restore comment deleted by mistake * d_a_lstair - 100% matching for GZLE01 - fix return values of functions in the MethodTable; replace code with some inlines and macros; improve some casting locations; replace some magic numbers with enum usage; adjust res enum file according general update in the codebase * d_a_lstair - 100% matching for GZLE01 - remove useless parameter * d_a_lstair - 100% matching for GZLJ01, GZLE01 and GZLP01
2026-05-30Merge pull request #1041 from SuperDude88/event-inline-fixLagoLunatic
Fix Some Uses of dComIfGp_event_reset
2026-05-30dComIfGp_event_reset UsesSuperDude88
- Fix a few cases where this wasn't being used properly
2026-05-30Update decomp guide to use new res enum formatLagoLunatic
2026-05-30Merge pull request #1037 from LagoLunatic/resarcLagoLunatic
Regenerate all resource enums and add joint enums
2026-05-29Update all code to use the new enum formatsLagoLunatic
2026-05-29Delete old res file id, file index, and joint index enumsLagoLunatic
2026-05-29Generate new res file id, file index, and joint index enumsLagoLunatic
2026-05-29Add include dirsLagoLunatic
2026-05-29Support LinuxLagoLunatic
2026-05-29Mark as executableLagoLunatic
2026-05-29Fix type checker errorsLagoLunatic
2026-05-29Copy paste res_arc.py directly from TPLagoLunatic
Co-authored-by: roeming <brother64youyou@gmail.com>
2026-05-28Cleanup, improve readability of conditionalsLagoLunatic
2026-05-28Match 3 more d_a_tn funcs, clean up some inlinesLagoLunatic
2026-05-28Improve debug_map_diff.py, handle UNUSED symbolsLagoLunatic
2026-05-28d_a_tn - 99% matching (#994)123456789758
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
2026-05-28Demo work and fakematch cleanup (#1034)LagoLunatic
2026-05-28d_a_mo2 - 100% matching (#939)123456789758
Co-authored-by: ‎ ‎ ‎ <‎ ‎ ‎>
2026-05-26Implement some more JPAEmitter inlinesLagoLunatic
2026-05-26Add missing inlines for JPADrawLagoLunatic
2026-05-26debug_map_diff.py: Fix several bugs with main.dol TUsLagoLunatic
2026-05-26Fix debug build failing to linkLagoLunatic
2026-05-26JPADraw OKLagoLunatic
__sinit_JPADraw_cpp had a weird mismatch, turns out the fix is adding an explicit dtor to JPADrawSetupTev.