summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/VFRValue.cpp
AgeCommit message (Collapse)Author
2023-07-01Added VFR::getDeltaFrame (#122)Briggs Baltzell
* Added getDeltaFrame and changed getDeltaTime * Replaced getDeltaTime usages with getDeltaFrame * Moved getDeltaTime above getDeltaFrame
2022-10-13ksys: Refactor VFRVec3f::chase into reusable/inlinable functionLéo Lam
Might be useful for https://decomp.me/scratch/n58lh
2022-02-27Revert "Add #ifdef declarations for NON_MATCHING code"Léo Lam
This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb. It makes searching for NON_MATCHING comment descriptions much less convenient in most text editors or IDEs, and we want the function CSV to be the single source of truth for function statuses. Having a function marked as matching but not built because of a stray #ifdef would be bad.
2021-10-10Update misc files to match sead math changesThePixelGamer
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-05-13ksys: Fix some VFR functions not being inlineLéo Lam
2021-01-27ksys: Start adding more VFR utilsLéo Lam