summaryrefslogtreecommitdiff
path: root/src/KingSystem/GameData/gdtTriggerParam.cpp
AgeCommit message (Collapse)Author
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.
2022-02-08Remove unnecessary usages of sead::StorageForLéo Lam
Turns out they are just value-initialised aggregates.
2021-10-10Update misc files to match sead math changesThePixelGamer
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-04-07ksys/gdt: Implement more TriggerParam functions and StageInfoLéo Lam
2021-04-07ksys/gdt: Improve accuracy of getXXXXXFlagAndIdx functionsLéo Lam
2021-04-07ksys/gdt: Improve accuracy of reset functionsLéo Lam
The previous version was also matching, but this is closer to how it is implemented in the Wii U version.
2021-04-03ksys/gdt: Implement more Manager functionsLéo Lam
2021-03-11ksys/gdt: Silence -Wtautological-compare warningLéo Lam
2020-12-23ksys/gdt: Add missing bool parameter for some gettersLéo Lam
2020-11-01ksys/gdt: Implement more TriggerParam copy functionsLéo Lam
2020-10-31ksys/gdt: Start adding TriggerParam's copy record functionsLéo Lam
2020-10-29ksys/gdt: Implement flag+index gettersLéo Lam
2020-10-28ksys/gdt: Implement more parts of TriggerParam (notably setters)Léo Lam
2020-10-27ksys/gdt: Add TriggerParamConfigLéo Lam
2020-10-26ksys/gdt: Add wrappers for property gettersLéo Lam
2020-10-25ksys/gdt: Implement TriggerParam::recordFlagChangeLéo Lam
2020-10-24ksys/gdt: Implement more TriggerParam functionsLéo Lam
2020-10-22ksys/gdt: Start adding TriggerParamLéo Lam