summaryrefslogtreecommitdiff
path: root/src/code/z_fcurve_data_skelanime.c
AgeCommit message (Expand)Author
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-02-26Reduce dependencies on global.h (10) (#2490)mzxrules
2024-09-11Cleanup gSPMatrix, rename `Matrix_New` -> `Matrix_Finalize`, add `MATRIX_FINA...Dragorn421
2024-08-27T() macro 5 (#2089)Dragorn421
2024-08-12Add names to all typedef'd structs, unions, and enums (#2028)cadmic
2024-08-10Add "do {} while (0);" to CLOSE_DISPS (#2025)cadmic
2024-02-07Match more code files (#1724)cadmic
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Create debug macros for common functions (#1597)cadmic
2022-05-21PlayState Rename (#1231)fig02
2022-05-20Document SkelCurve system (#1192)EllipticEllipsis
2021-11-17Fix matrices documentation (#952)Dragorn421
2021-09-05Add do whiles to all remaining gbi macros (#946)Roman971
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
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-29Docs for the Anime part of SkelAnime (#517)petrie911
2020-12-07ovl_demo_effect 100% OK (#466)Kenix3
2020-12-01SkelAnime "Skeleton" Documentation Pass (#497)petrie911
2020-11-19Three new matching functions (#492)petrie911
2020-10-29Use macros for oGfxCtx accesses (#465)fig02
2020-10-03libultra cleanup (#215)Random
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-08-23Match/Improve a bunch of non matchings (#342)Roman971
2020-05-19Decompiles fcurve_skelanime, code_8006C510, and actor MagicWind (#135)krimtonz
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker