summaryrefslogtreecommitdiff
path: root/mm/src/code/sys_matrix.c
AgeCommit message (Collapse)Author
2025-09-16Cleanup gSPMatrix, rename `Matrix_New` -> `Matrix_Finalize`, add ↵engineer124
MATRIX_FINALIZE_AND_LOAD (#1729) * mtx-finalize * cleanup gSPMatrix
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-22Add/adjust some 2S2H comments (#116)Garrett Cox
2024-05-22Move some files around (#107)Garrett Cox
2024-05-22Frame interpolation (#78)louist103
* Initial. Only enough to get it running. Missing changes to effects and actors. * Add frame interp calls to most files in `code` * Fix bubbles (The ones that look like bubbles) * Fix kankyo and takkuri. * Fix obj_grass interpolation --------- Co-authored-by: Garrett Cox <garrettjcox@gmail.com>
2024-05-22Fix SkinMatrix_MtxFToMtx (#36)inspectredc
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