summaryrefslogtreecommitdiff
path: root/mm/src/code/z_rcp.c
AgeCommit message (Collapse)Author
10 daysPort LERP interpolation improvements from ship (#1812)Philip Dubé
2026-01-21Revert changes to original Gfx_TexScroll & Gfx_TwoTexScroll (#1486)Garrett Cox
2026-01-20Texture scrolling interpolation, Take 2 (#1332)Eblo
* Scrolling texture interpolation Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com> * Interpolate remaining GIs * Clean up gDPSetTileSizeInterp --------- Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com>
2025-09-16Animation Cleanup: En_V* and En_W* (#1713)engineer124
* begin anim v and w * structs * bgId * cleanup * space * more cleanup * spacing * Unsigned
2025-09-13Introduce `z64pause_menu.h` header (#1505)Anghelo Carvajal
* z64pause_menu.h * move functions and variables * Move PauseMenuPage * move stuff that seems public to the new header * KALEIDO_OVL_MAX * bss * review * IS_PAUSED * format * add argument to pause macros * Update include/z64pause_menu.h Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * bss * More IS_PAUSED I missed * early returns * bss * empty commit to trigger GHA * bss * bss * bss * includes * bss --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2024-05-22run clang format (#448)briaguya
* add linux clang format script * first shot at powershell * whoops * webrequest is slow, try webclient * just get the one file * simplify and maybe make it work? * whoops again * try a different suggestion * why is it always windows * again * try again * bit of path stuff * chmod +x * add action to check * fix workflow name * run clang format
2024-05-22Remove BenPort.h from functions.h (#309)inspectredc
* Remove BenPort.h from functions.h * use specific z64 includes * this -> thisx
2024-05-22Make clearFill rect fill ful height (#205)Archez
2024-05-22fix intro cs size (#161)inspectredc
2024-05-22fix master dl overflows (#33)Archez
2024-05-22Fix XLUlouist103
2024-05-22Fix screen size issues, letterbox, fade, etc (#30)Garrett Cox
2024-05-22Fix Framebuffer and ZBuffer things (#25)Archez
* fix the framebuffers and zbuffers * set some extra save context on load
2024-05-22Chore: Replace rest of segment 0x0E calculations with macro (#16)Archez
* replace rest of segment 0x0E calculations with macro * switch to original gsp macro
2024-05-22add macro to convert 0x0E segment values (#6)Adam Bird
2024-05-22Changes to build on mac (#4)Garrett Cox
2024-05-22Initial commit for 2S2HGarrett Cox
Co-authored-by: Louis <35883445+louist103@users.noreply.github.com> Co-authored-by: Nicholas Estelami <NEstelami@users.noreply.github.com> Co-authored-by: Random06457 <28494085+Random06457@users.noreply.github.com>
2024-01-05Move source into subdirectoryGarrett Cox