summaryrefslogtreecommitdiff
path: root/src/JSystem/JUtility
AgeCommit message (Collapse)Author
26 hoursmsg work (#1143)LagoLunatic
* fopMsgM_msgDataProc_c::stringSet work * Fix JPN * More stringSet work * work * get rid of fake temps * stringSet 99.99% * fopMsgM_msgDataProc_c::stringLength 100% * d_msg work * fix pal * fix message_paper, d_meter version diff fixes
3 daysCompiler compat fix: Passing of rvalue GXColors to non-const reference ↵LagoLunatic
parameters (#1142)
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-05-25d_menu_option OK (#1020)LagoLunatic
2026-05-17JAIZelInst OK (#1005)LagoLunatic
* JAIZelInst OK * Clean up some default args
2026-05-15d_a_movie_player 99% (#1003)LagoLunatic
* d_a_movie_player 99% * Fix version differences
2026-03-14GX Vertex Format Fixes (#938)Briggs Baltzell
* Update vertex attribute formats in `d_a_hookshot.cpp` for improved correctness. * Fix texture coordinate formats in `J3DSys.cpp` to use `GX_TEX_ST` for improved semantics. * Update vertex attribute formats in `JFWDisplay.cpp` for improved semantics. * Update texture coordinate vertex format in `J2DWindow.cpp` to use `GX_TEX_ST` for improved semantics. * Refactor `J2DWindow.cpp` for improved readability: update constructor initialization style, inline function arguments, and add spacing for clarity in GX rendering logic. * Update vertex attribute formats in `JUTResFont.cpp` for improved correctness and semantic clarity. * Update vertex attribute format in `d_kankyo_rain.cpp` to use `GX_POS_XYZ` for improved correctness. * Update texture coordinate formats in `d_ovlp_fade2.cpp` to use `GX_TEX_ST` for improved semantics. * Update texture coordinate format in `d_ovlp_fade4.cpp` to use `GX_TEX_ST` for improved semantics * Format vertex attribute and texture coordinate initialization in `d_a_goal_flag.cpp` for improved consistency and semantics. * Update vertex attribute and texture coordinate formats in `d_a_majuu_flag.cpp` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `d_a_pirate_flag.cpp` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `d_a_sail.cpp` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `d_a_player_particle.inc` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `d_a_player_particle.inc` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `d_a_sea.cpp` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `d_wood.cpp` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `m_Do_ext.cpp` for improved correctness and semantics. * Undid formatting of `halftofull` array in `JUTResFont.cpp` * Update vertex attribute and texture coordinate formats in `d_tree.cpp` for improved correctness and semantics. * Update vertex attribute and texture coordinate formats in `d_a_bwdg.cpp` for improved correctness and semantics.
2025-12-05Add JSystem PCH to fix weak function order (#904)LagoLunatic
* Add JSystem PCH * Fix build issues, remove weak order fakematches, and fix functionvalue weak func order
2025-07-25DEMO_SELECTLagoLunatic
2025-05-31Update comment documenting JUTXfb compiler bugLagoLunatic
2025-05-29JUT cleanupLagoLunatic
2025-05-29Unlink JUTXfb, document the nondeterministic codegen problem insteadLagoLunatic
2025-05-19Fix version definesLagoLunatic
2025-05-17Fix error handler typedefsLagoLunatic
2025-02-25leaflift minor fixLagoLunatic
2025-02-11Translate strings in fopAcM_entrySolidHeapLagoLunatic
2025-01-14Use _GX name typedefsLagoLunatic
2025-01-14Fix JUTXfb fakematchLagoLunatic
This match (with the u32 cast) is more likely to be the real match based on the inlines called in TP debug.
2025-01-08Misc cleanupLagoLunatic
2024-10-17More warning/error cleanup, mostly includesLagoLunatic
2024-09-07Remove leading underscore from uses of GX enumsLagoLunatic
2024-08-08Move sqrtf to std:: namespaceLagoLunatic
2024-08-08Move fmodf, atan2f, sinf, and cosf to std:: namespaceLagoLunatic
2024-07-25d_vibration / d_vib_patternErilea
2024-07-18Minor cleanupDanTGL
2024-07-13d_ovlp_fade4 workJasper St. Pierre
2024-07-07Copy dolphin/os progress from TP decompLagoLunatic
2024-06-22Use NULL macro in asserts, fix NULL macro to matchLagoLunatic
2024-04-23Use NULL instead of 0LagoLunatic
2024-03-11Add uint typedefLagoLunatic
2024-01-21JUTException matchJasper St. Pierre
2024-01-09misc cleanupLagoLunatic
2023-12-30misc matchJasper St. Pierre
2023-12-30JUTException showFloatSubJasper St. Pierre
2023-12-30stdarg.hJcw87
2023-12-27reorganize MSL_C/Runtime files. wip, notmatchingTakaRikka
2023-12-21JUTDirectPrint matchJasper St. Pierre
found by SwareJonge
2023-12-19misc minor cleanup (indentation, offset comments, etc)LagoLunatic
2023-12-19Merge pull request #554 from Jcw87/newJasper St. Pierre
move placement new to MSL_C
2023-12-19move placement new to MSL_CJcw87
2023-12-19dummy data should be staticJcw87
2023-12-06JUTFontData_Ascfont_fix12 matchLagoLunatic
2023-12-05JUTXfb matchLagoLunatic
2023-12-05match JUTGamePadLagoLunatic
2023-12-04JUTConsole draw matchJasper St. Pierre
2023-12-02JUTGamePad workJasper St. Pierre
2023-12-01JUTConsole is really close nowJasper St. Pierre
2023-12-01JUTConsole workJasper St. Pierre
inspired by nw4r
2023-11-25more JUTConsole workJasper St. Pierre
2023-11-25JUTConsole workJasper St. Pierre