summaryrefslogtreecommitdiff
path: root/src/KingSystem/World
AgeCommit message (Collapse)Author
2026-02-15style: remove redundant virtual on override functions, fix SEAD_RTTI spacingJesse Dao
2025-05-17add at param helpersPistonight
2024-08-28Update agl, nnSdk, seadThePixelGamer
2024-07-26Update libraries and adjust code to match againThePixelGamer
2023-07-01Added VFR::getDeltaFrame (#122)Briggs Baltzell
* Added getDeltaFrame and changed getDeltaTime * Replaced getDeltaTime usages with getDeltaFrame * Moved getDeltaTime above getDeltaFrame
2023-01-25Match ShootingStarMgr::initSchedule (#114)Briggs Baltzell
2022-08-08Added WeatherMgr::rollNewWeather (#100)savage13
2022-04-02lib: Update aglLéo Lam
2022-03-16auto placement worktheo3
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: 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-10-10Update misc files to match sead math changesThePixelGamer
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-07-08ksys/act: Add InfoData::InvalidLifeConditionsMonsterDruide1
2021-07-01match some ai::Querytheo3
2021-06-28shootingStarMgrtheo3
2021-05-16ksys/world: Remove unused variableLéo Lam
2021-05-16ksys/world: Implement WorldMgr::onStageInitLéo Lam
2021-05-15ksys/world: Add more EnvMgr functionsLéo Lam
2021-05-13ksys/world: Implement more EnvMgr blood moon functionsLéo Lam
2021-05-13ksys/world: Implement EnvMgr::isWaterRelicRainOnLéo Lam
2021-05-13ksys/world: Move defines to separate headerLéo Lam
2021-05-13ksys/world: Start implementing EnvMgrLéo Lam
2021-05-10ksys/world: Start implementing SkyMgr (ctor, dtor, etc.)Léo Lam
2021-05-09ksys/world: Rename CloudMgr to SkyMgrLéo Lam
2021-05-09ksys/world: Rename SkyMgr to EnvMgrLéo Lam
EnvPalettes and other Env stuff are handled by this manager. Cloud/sky properties are handled by "CloudMgr" (which will be renamed to SkyMgr) instead.
2021-05-09ksys/world: Finish TimeMgrLéo Lam
2021-05-05ksys/world: Implement AnimalMasterControllerLéo Lam
2021-05-02ksys/world: Implement more TimeMgr functionsLéo Lam
2021-05-02ksys/world: Start adding TimeMgrLéo Lam
2021-05-01ksys/world: Add and implement more WorldMgr functionsLéo Lam
2021-04-30ksys/world: Add Job class stubsLéo Lam
2021-04-30ksys/world: Start implementing WorldMgrLéo Lam
2021-04-29ksys/world: Fix WorldInfo, DungeonEnv, Manager structsLéo Lam
2020-12-02ksys/act: Implement ActorUtil placement functionsLéo Lam
2020-11-24partially implement ecosystemtheo3