summaryrefslogtreecommitdiff
path: root/src/KingSystem/Quest
AgeCommit message (Collapse)Author
2026-05-31fix new viking and update mismatchesPistonight
2026-01-14style: Fix coding guideline violationsJesse Dao
2024-08-28Update agl, nnSdk, seadThePixelGamer
2024-04-23ksys/qst: match Manager::setQuestStepLéo Lam
I'm not a big fan of how the actual logic has to be inside the loop, but unfortunately std::find_if doesn't match and it's clear that the original version used iterators.
2022-04-02lib: Update aglLéo Lam
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-17ksys: Forward declare Actor where possibleLéo Lam
Reduces build times when Actor.h is modified.
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-06-22ksys::qst begintheo3