summaryrefslogtreecommitdiff
path: root/src/JSystem/J2DGraph
AgeCommit message (Collapse)Author
27 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
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-06-26d_mesg workLagoLunatic
2025-04-29Improve compiler compatibility (#743)Jcw87
* fix returns * use standard C headers * struct/class mismatch * explicit this in template * switch variable scope * C standard compliance * & l-value
2025-04-12d_drawlist OK, J2DPicture inline cleanupLagoLunatic
2024-12-28build fixJasper St. Pierre
2024-10-29misc cleanup, mostly inlinesLagoLunatic
2024-10-17clangd: Started fixing warnings and errors, code cleanupLagoLunatic
2024-09-16misc cleanupLagoLunatic
2024-07-18Minor cleanupDanTGL
2024-01-21J2DWindow fakematchJasper St. Pierre
found by Cuyler
2024-01-21J2DPicture matchJasper St. Pierre
2024-01-14J2DPicture workJasper St. Pierre
2024-01-07J2DWindow::draw_privateLagoLunatic
2024-01-06J2DTextBox OKLagoLunatic
2024-01-06fix some build errorsJasper St. Pierre
2023-12-27miscJasper St. Pierre
2023-12-27reorganize MSL_C/Runtime files. wip, notmatchingTakaRikka
2023-12-19misc minor cleanup (indentation, offset comments, etc)LagoLunatic
2023-12-19dummy data should be staticJcw87
2023-12-13J2DPrint matchLagoLunatic
2023-12-12J2DPrintJcw87
2023-11-30d_kankyo_rain workJasper St. Pierre
2023-11-06misc matchesJasper St. Pierre
2023-10-29config fixesJasper St. Pierre
2023-10-29J2D workJasper St. Pierre
2023-10-16J2DWindowJcw87
2023-10-15J2DPictureJcw87
2023-10-14misc cleanupJcw87
2023-10-11some J2DWindow matchesJasper St. Pierre
2023-10-11J2DScreen matchJasper St. Pierre
2023-10-11J2DPane matchJasper St. Pierre
2023-10-11J2DGrafContext matchJasper St. Pierre
2023-10-11J2DScreen 90%Jasper St. Pierre
2023-10-01d_kankyo_rain progressJasper St. Pierre
2023-09-22J2DPane/J2DGrafContext closerJasper St. Pierre
2023-09-21J2DGrafContextJcw87
2023-09-16Progress on J2DPane, JUTResFont (#39)Noah McQueen
2023-09-14Work on J2DPane (#30)Noah McQueen
2023-09-10Several JSystem file matchesNoah McQueen
2023-09-10Import projectLuke Street
Original repository: https://github.com/encounter/ww