summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-12-21Make Debug_BBA symbol global in __start.c (#2982)Max Roncace
This fixes an issue where the virtual address of the symbol would be appended after the name making it impossible to automatically match the symbol on more than one version.
2025-12-21d_a_vrbox2 matching (#2981)Max Roncace
2025-12-21Update to objdiff 3.5.0 (#2980)LagoLunatic
* Update to objdiff 3.5.0 * Fix symbols being in .data instead of .rodata for Wii/Shield
2025-12-21Work on weak order (#2979)LagoLunatic
* JAUSectionHeap OK * Slightly improve d_camera weak func order (12 -> 10) * Minor d_a_alink fixes * weak_order_diff.py: Change to take source file as cli argument instead of .o file For cli autocompletion to work. * Reorganize J3D structs (no change in weak order)
2025-12-21Link d_a_e_fb + npc_shad wii NA 1.0 ifdef (#2978)YunataSavior
* Link d_a_e_fb * revert npc_ks changes
2025-12-20Match d_a_obj_ice_s rideCallBack (#2977)LagoLunatic
* Match d_a_obj_ice_s rideCallBack Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com> * Fix debug regression --------- Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
2025-12-20m_Do_MemCard/d_file_select wii/debug work (#2976)TakaRikka
* m_Do_MemCard/d_file_select wii/debug work * fix builds
2025-12-20d_a_npc_ks documentation (#2970)Luzagar
* npc_ks work * more work * fix debug * more documentation
2025-12-20Various d_ work (#2968)Carco_21
* map work * various meter work * d_meter_button ShieldD almost equivalent * error fix
2025-12-19Match dMsgUnit_c::setTag (#2974)LagoLunatic
* Match dMsgUnit_c::setTag for GCN USA Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com> * Match dMsgUnit_c::setTag for debug * Minor cleanup --------- Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
2025-12-19Match dNpcLib_lookat_c::action and daBaseNpc_lookat_c::calc (#2973)LagoLunatic
* Match dNpcLib_lookat_c::action and daBaseNpc_lookat_c::calc Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com> * Improve d_a_npc weak func order --------- Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
2025-12-19Match JFWSystem::init (#2972)LagoLunatic
Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
2025-12-19match last function in d_camera.cpp (#2971)roeming
Co-authored-by: Cuyler36 <Cuyler36@users.noreply.github.com>
2025-12-19m_Do_main debug (#2965)Jcw87
2025-12-18JASAiCtrl OK (#2967)LagoLunatic
2025-12-18d_a_npc_kn OK (#2966)LagoLunatic
* d_a_npc_kn OK * Remove nonmatching comment
2025-12-18Use consistent s32/u32 (#2964)roeming
* cleanup long usage * fix regression
2025-12-18fix ENABLE_REGHIO macro (#2963)Luzagar
2025-12-17random debug objects (#2961)Niklas Bauer
2025-12-16d_a_npc_wrestler 100% (#2962)LagoLunatic
* Match sumouPunchMiss, improve sumouPunchChaseShock Removing these consts also matches several functions on debug. * Match sumouSideStep and sumouPunchChaseShock
2025-12-16copy homebuttonLib from oot-vc (#2960)TakaRikka
* initial copy of hbm from sdk_2009-12-11 * some more nw4hbm cleanup * nw4hbm db mostly done * nw4hbm snd copied from oot-vc * nw4hbm ut copied * nw4hbm lyt copied * nw4hbm copied, mostly matching usa 1.0 * setup nw4hbm debug define * fix HBMDataInfo struct * add rvl sdk card lib
2025-12-16d_meter_HIO debug (#2959)Jcw87
2025-12-16d_a_movie_player OK (#2958)LagoLunatic
* Match THPAudioDecode * Match daMP_MixAudio * Fix weak func order * Fix global.h
2025-12-15d_a_alink 100% (#2957)LagoLunatic
* Match daAlink_c::checkHorseGetOff * Match daAlink_c::procCanoeRowInit
2025-12-15Enable regHIO for Wii USA R0 (#2953)Max Roncace
2025-12-15d_a_e_b +d_a_e_bi_leaf documentation (#2952)Luzagar
* some e_bi documentation * fix match issue * fix error * e_bi_leaf documentation
2025-12-15d_a_obj_bemos debug work (#2947)Carco_21
* debug work * PR cleanup
2025-12-15Resource (#2939)kipcode66
* matching Do_destroy from resource.cpp * add missing constants from `float.c` * add numeric_limits for double * set TObject::reset for each version in stb.cpp * improve debug matching
2025-12-13most of shieldD revo sdk matching (#2951)TakaRikka
* shieldD revo wpad done * shieldD revo hio2 done * shieldD revo aralt, ppcarch, gf done * shieldD revo exi done * shieldD revo SI done * shieldD revo vi done * shieldD revo mtx done * shieldD revo GX mostly done * shieldD revo ai/dsp done * shieldD revo sc mostly done * shieldD revo esp/euart/wenc mostly done * build fixes
2025-12-12J3D debug work (#2949)LagoLunatic
* J3D debug work * Clean up JSystem GXColor ctors, remove a couple fakematches * Update symbols.txt * Fix res include syntax * Remove fakematch that isn't necessary anymore * Fix some Shield regressions
2025-12-12d_a_obj_movebox debug work (#2948)roeming
* match lots of debug for d_a_obj_movebox * the rest of the debug work
2025-12-12d_particle debug work (#2944)Carco_21
* misc work * more work * fixed error * more work * PR cleanup * missed cleanup * error fix * wii fix
2025-12-11Link J2DWindowEX (#2946)roeming
* Add debug for J2DWindowEx, link GCN version * locking non-const copy ctor behind GCN check * fix typo for define * fix another define typo * update bugged ctor and leave a comment
2025-12-11Clean up conditional compilation a bit (#2943)Max Roncace
2025-12-11fix functions not returning values (#2942)Jcw87
* fix functions not returning values * implement functions that should return values
2025-12-10Work on d_a_obj_ice_s debug (#2941)hatal175
2025-12-10Fakematch JASTrack::TList::seqMain (#2940)LagoLunatic
* Fakematch JASTrack::TList::seqMain * Add debug ifdef
2025-12-09JASAramStream OK (#2937)LagoLunatic
2025-12-09Match resource.cpp with a small fake match (#2936)hatal175
2025-12-09d_a_npc_cdn3 OK (#2935)LagoLunatic
2025-12-08d_a_e_gb debug + documentation (#2916)Carco_21
* cleanup and documentation * PR cleanup
2025-12-08Improving standard compiler compatibility (#2926)kipcode66
* Adding explicit dolphin/ prefix & fix characters * Rename ShiftJIS to SJIS * Separate JASSeqReader read methods implementation between compilers. * Fix pointer.h * fix d_item_data typo * fix gcn matching issue
2025-12-08Match JASTaskThread::run (#2934)LagoLunatic
2025-12-08almost matching (#2933)Carco_21
2025-12-08Match JStudio_JStage::TAdaptor_light::adaptor_do_begin (#2932)LagoLunatic
2025-12-08decent work (#2931)Carco_21
2025-12-08shieldD revolution dvd/nand mostly done (#2922)TakaRikka
* shieldD revo dvd mostly done * shieldD revo nand mostly done * shieldD revo fs mostly done * shieldD revo ipc mostly done * shieldD revo sdk pad done
2025-12-07JASBNKParser OK, Z2Audience OK (#2929)LagoLunatic
2025-12-07match debug for D_menu_fmap2_d (#2925)roeming
* menu_fmap2d debug progress * match debug for d_menu_fmap2D * fix broken function * fix weird shield mismatch * fix other shield mismatch * fix suggestions * fix func for wii version * match func for all versions * remove cast from saveBitLabels
2025-12-07d_a_npc_blue_ns OK (#2924)LagoLunatic
* Match daNpcBlueNS_c::_Execute * Cleanup loop * d_a_npc_blue_ns OK