summaryrefslogtreecommitdiff
path: root/src/code/sys_matrix.c
AgeCommit message (Expand)Author
2024-11-17Decouple Debug Features From gc-eu-mq-dbg (#2296)fig02
2024-09-28[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)cadmic
2024-09-11Cleanup gSPMatrix, rename `Matrix_New` -> `Matrix_Finalize`, add `MATRIX_FINA...Dragorn421
2024-09-04Pause docs: `WorldMapArea` enum and related data (#2130)Dragorn421
2024-08-28[ntsc-1.2] Match N64 libultra (#2081)cadmic
2024-08-28[ntsc-1.2] Decompile fault.c (#2046)Dragorn421
2024-08-25[ntsc-1.2] Decompile cic6105.c, main.c (#2068)Dragorn421
2024-02-27Filename & line number args cleanup (#1891)Tharo
2024-02-01Match sys_matrix.c (#1682)cadmic
2024-01-30Define OOT_DEBUG=0 in retail builds (#1658)cadmic
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Create debug macros for common functions (#1597)cadmic
2022-10-15`gbi.h` and `ucode_disas.c` cleanups (#1267)Tharo
2022-04-24Angle cleanup - macros names (#1193)Dragorn421
2022-03-13Angle cleanup - `RADF_TO_BINANG` (#1155)Dragorn421
2022-02-21Fix oob access in Matrix_SetTranslateScaleMtx2 (#1152)Anghelo Carvajal
2022-01-11Document undocumented matrix functions (#955)Dragorn421
2021-11-17Fix matrices documentation (#952)Dragorn421
2021-08-31Rename MtxF members to use the common convention (#923)Dragorn421
2021-08-22Document EnGoroiwa and BgJyaGoroiwa (#860)Dragorn421
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-04-05Match the last 4 functions in sys_matrix.c (#761)Roman971
2021-02-24Rename Matrix_Pull to Matrix_Pop (#703)Roman971
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-12-26Consistent naming for Math_ functions (#542)petrie911
2020-12-01Matched functions in sys_matrix (#505)petrie911
2020-10-26Revert accidental rename of Matrix_MtxFToNewMtx (#460)Roman971
2020-10-03libultra cleanup (#215)Random
2020-08-08z_skin_matrix.c decompiled (1 non matching, 1 non equivalent) (#243)AdamKiddle
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-25Decompile a bunch of small files (#160)Random
2020-05-14Decomp game.c (#129)krimtonz
2020-04-28rename Matrix_TranslateThenRotateZYX to Matrix_RotateRPYf (#96)krimtonz
2020-04-16Decompile z_play.c and Match/Document some of z_view.c (#74)Roman971
2020-03-30skelanime update wipKrimtonZ
2020-03-24minor formatting updates, match func_800A4A20KrimtonZ
2020-03-24use clang, modify z64animation.h and z64dma.h to use open braces on newlineKrimtonZ
2020-03-24Merge branch 'master' into skelanimeKrimtonZ
2020-03-24Run formatter with changesRoman971
2020-03-23skelanime WIP, name Matrix_TranslateThanRotateZYX, match Matrix_TranslateKrimtonZ
2020-03-22Format all src C filesRoman971
2020-03-21code_800FCE80 OKglank
2020-03-17First proper commit.Jack Walker