summaryrefslogtreecommitdiff
path: root/libs/JSystem
AgeCommit message (Collapse)Author
2026-06-22m_Do_main mostly matching for Wii versions (#3165)Max Roncace
* m_Do_main mostly matching for Wii versions * Use machine-specific PCH for all m_Do TUs
2026-06-19Use J3DSysDrawBuf Enum (#3166)SuperDude88
- Update all the 0/1 values to use the enum Hopefully this builds properly I didn't set up everything locally
2026-06-19d_meter_HIO Wii/debug mostly matching (#3158)Max Roncace
2026-06-19JAudio naming pass (#3139)Pieter-Jan Briers
* struct JASWaveArc forward declare fix * JASAramStream::THeader improvement * sizeof/offsetof unhardcodings * JAudio field name/comment pass HUGE thanks to XAYRGA for their work documenting JAudio file formats * Some more names * More names * More minor names * Attempt to fix regressions
2026-04-11UB fixes (#3150)Pieter-Jan Briers
* Fix incorrect size for J2DTevBlock8::insertTexture local_38 * Fix dMeter_drawOptionHIO_c mOptionTypeBGPosX/Y size * dMeter_drawLightDropHIO_c mVesselAlpha fix * d_a_mg_rod array size fixes * Fix e_tk2_class mActionTimer array size * daObjTOMBO_c field_0x714 array size fix
2026-04-10Couple sizeof(CMemBlock)s (#3143)Pieter-Jan Briers
2026-03-30Z2Audio player debug work / fix actor method returns (#3140)TakaRikka
* Z2Audio player debug work * fix actor method returns * wii build fix
2026-03-29d_path / d_vibration debug work (#3138)TakaRikka
* dpath debug * dvibration debug * d_meter2_info debug * gcyl/gpsh debug
2026-03-26object-particle debug almost matching (#3136)Max Roncace
2026-03-26JAHostIO and friends (#3131)Roman Sandu
2026-03-17Fix a bunch of compiler warnings and document several more bugs (#3130)Max Roncace
2026-03-01Reorganize library code into `libs/` (#3119)Luke Street
* Reorganize files into libs/{dolphin,JSystem,PowerPC_EABI_Support,revolution,TRK_MINNOW_DOLPHIN} * Update configure.py and project.py for new libs structure * Refactor `#include <dolphin/x.h>` -> `<x.h>` * Remove `__REVOLUTION_SDK__` forwards from dolphin * Fix dolphin/ references in revolution * Wrap `#include <dolphin.h>` in `!__REVOLUTION_SDK__` * Always build TRK against dolphin headers * Resolve revolution SDK header resolution issues
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>
2024-09-14J3DModelLoaderCalcSize + J2DScreen work (#2198)hatal175
* All literals functions in J2DScreen were matched * Import J3DModelLoaderCalcSize work * d_a_obj_rfHole OK * Minor fixes for daVrbox2
2024-08-30Work on JStudio (#2195)hatal175
* work on object-light * JStage control OK * object-fog OK * object-camera OK * Work on object-actor
2024-08-22jstudio particle and sound OK (#2194)hatal175
* Work on object-sound * object-particle OK * object-sound OK * JStudio_JAudio2 control OK * JStudio_JParticle control OK * JStage object OK * JStage ambient light OK
2024-08-16d_particle almost finished (#2193)hatal175
* d_particle almost finished * Remove dolasm.h include from JKRDvdRipper
2024-06-04Work on J3DMatBlock (#2164)hatal175
2024-05-24d_a_e_vt mostly done (#2158)TakaRikka
2024-04-21d_a_tag_firewall done (#2137)TakaRikka
* mostly fix TVec3 ctors * d_a_tag_firewall done * remove asm
2024-04-12d_a_e_fz work, doxygen revamp (#2127)Pheenoh
* initial freezard actor struct + setActionMode OK * daE_FZ_Draw * setReflectAngle * mBoundSoundset * daE_FZ_Execute & execute * demoDelete * daE_FZ_Delete & _delete * CreateHeap * useHeapInit * cc_set * mtx_set * action WIP * way_gake_check * executeRollMove * executeMove * draw WIP * executeDamage * checkpoint * create * checkpoint * daE_FZ_c::executeWait * checkpoint * daE_FZ_c::damage_check almost done * rm asm * rm headers * setup_profile WIP + doxygen update * fix merge issues * docs fix? * fix2 * doxygen updates * setup g_profile_E_FZ, profile setup script WIP * update github actions * update progress.md
2024-04-09JPABaseShape OK (#2125)Caroline Madsen
2024-04-04work on d_a_npc_the and d_a_npc (#2120)Caroline Madsen
2024-03-30Match all funcs in d_menu_ring (#2113)Trueffel
* d_menu_ring OK but something is not matchin * at least matching without NONMATCHING again * add note * some docs about items * fix i_nameID and i_expID * revert my setBlackWhite change * remove unused asm * update progress * m_Do_graphic functions match but I'm not able to remove data
2024-03-19remove "duplicated" inlines (#2099)TakaRikka
* fix f_op_actor_mng inlines * fix f_pc inlines * fix d_a_alink weak func signatures * fix d_com_inf_game inlines * fix some more inlines * fix rest of player inlines * m_Do / JSystem inlines fixed * fix upstream changes
2024-03-15Fix make game (#2097)jdflyer
2024-03-14d_a_mirror done, d_a_ni 99% done (#2095)TakaRikka
* d_a_mirror done * d_a_ni 99.9% done * remove asm * some d_a_ni doc * progress
2024-03-07d_a_shop_item, d_a_b_go, d_a_b_gos OK (#2085)TakaRikka
* d_a_shop_item OK * d_a_b_go OK * d_a_b_gos OK * remove asm * some work on d_a_b_oh / d_a_b_zant_sima * d_a_startAndGoal done
2024-02-16Work on d_menu_dmap (#2073)hatal175
* Move some J2DPicture inlines to header * Work on d_menu_dmap * JASBasicInst OK * JASCalc cleanup
2024-02-11JAS work (#2069)Caroline Madsen
2024-02-10J2D work (#2068)hatal175
2024-02-08Work On JAudio (#2067)hatal175
* Match two JASTrack functions * dsptask, JAISoundStarter OK. Other small matches * Work on JAIStream * Work on JAIStreamMgr * Work on JAISeqMgr * Formatting
2024-02-07work on JASTrack (#2065)Caroline Madsen
2024-02-06J3D work (#2064)hatal175
2024-02-05Fix some JSUConvertOffsetToPtr issues (#2063)hatal175
* Fix some JSUConvertOffsetToPtr issues * Match some J3DAnmLoader functions
2024-01-30work on Z2SoundMgr and Z2SeMgr (#2055)Caroline Madsen
2024-01-30work on functionvalue (#2054)hatal175
2024-01-26Z2Creature mostly done (#2049)Caroline Madsen
2024-01-25More jstudio work (#2048)hatal175
2024-01-24more various JSystem work (#2046)TakaRikka
* most of J3DAnmLoader done * J3D / JKernel / JUTConsole work * remove asm * fix build * dol 50%
2024-01-23A little work on jstudio (#2045)hatal175
2024-01-22some various J2D/J3D work (#2043)TakaRikka
* most of J2DPicture done * fix GXSetTexCoordGen * some j3d work
2024-01-20OSLink done (#2038)TakaRikka
2024-01-20almost all of dolphin matched (#2036)TakaRikka
* TRK full match * remove trk asm * ar done * cleanup some dolphin headers * more dolphin cleanup * cleanup / GD fully matched * almost all of GX fully matched * GX / Mtx full matched * most of OS done * pad done * most of VI * remove asm * forgot couple vec funcs * couple JUtility matches
2024-01-13Work on Z2AudioLib (#2032)hatal175
2024-01-12most of TRK done / some misc work (#2030)TakaRikka
* work on d_file_sel_warning * various cleanup * attempt to fix d_gameover * event cleanup * trk work * most of TRK done * remove asm
2024-01-11Import JASCmdStack, std-vector work, Z2StatusMgr OK (#2029)hatal175
* Import JASCmdStack * Work on std-vector * Z2StatusMgr OK
2024-01-08Work on Audio, JAUSeqDataBlockMgr OK (#2027)hatal175
2024-01-08Various Matches, J2DTextBoxEx and J2DTevs OK (#2025)hatal175
* Work on src/d/bg * misc work * J2dTextBoxEx OK * J2DTevs OK * Better return values for bool
2023-12-31work on J3DGD (#2017)Caroline Madsen