summaryrefslogtreecommitdiff
path: root/src/KingSystem/Ecosystem
AgeCommit message (Collapse)Author
2022-03-16ksys::eco::LevelSensor::calculatePoints (#90)alex-botw
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-11-24ksys/eco: Clarify how beco offset calculation worksLéo Lam
2021-11-24ksys: Merge EcoUtil into ActorUtilLéo Lam
The "is in Satori mountain area" function actually appears to be part of ActorUtil (which contains a bunch of actor-related helper functions)
2021-11-24ksys/eco: Match Ecosystem::getMapAreaLéo Lam
2021-11-23ksys/eco: Clean up casts in Ecosystem::getMapAreaLéo Lam
2021-11-23ksys/eco: Finish EcosystemLéo Lam
2021-10-10Update misc files to match sead math changesThePixelGamer
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-05-19ksys/eco: Implement LevelSensor::initLéo Lam
2021-04-30ksys/world: Start implementing WorldMgrLéo Lam
2020-11-24partially implement ecosystemtheo3
2020-11-14ksys/utils/byaml: First iteration of implementation.Wildex999
4 Functions are still not fully matching with their inlined functions, and at least one function is still missing.
2020-10-15ksys/eco: Add LevelSensor headerLéo Lam
It's not implementable yet because Ecosystem and some act:: code hasn't been decompiled yet.