summaryrefslogtreecommitdiff
path: root/src/KingSystem/System
AgeCommit message (Collapse)Author
2025-06-18rename _c to lane_idPistonight
2024-10-14LayoutResourceMgr functions + update NintendoSDK.Pistonight
2024-08-28Update agl, nnSdk, seadThePixelGamer
2024-07-26Update libraries and adjust code to match againThePixelGamer
2024-04-25ksys/ProductReporter: add PanicReasonLéo Lam
2023-07-01Added VFR::getDeltaFrame (#122)Briggs Baltzell
* Added getDeltaFrame and changed getDeltaTime * Replaced getDeltaTime usages with getDeltaFrame * Moved getDeltaTime above getDeltaFrame
2023-05-27mapRail.cpp ok (#118)notyourav
2023-01-22Add uking::PlayReport (#112)Tonycons-dev
2022-12-19Handle nn::gfx merge (#108)ThePixelCoder
* Fix build and document nn::gfx merge * Update submodules and some extra labelling in csv * Fix various issues * Make versioning more flexible
2022-11-19Add NXArgsecumber
2022-10-18Decompile some Action classes (#104)notyourav
* various action classes * rename instanceset fns * rename isFork -> isChangeable
2022-10-13ksys: Refactor VFRVec3f::chase into reusable/inlinable functionLéo Lam
Might be useful for https://decomp.me/scratch/n58lh
2022-07-24VideoRecorder addedecumber
2022-06-28Add ksys::Patrol & ksys::TerminalTonycons-dev
parent 43e001017fcb36ecffe4cad35ba0b73a2de29be9 author Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656184351 -0400 committer Tonycons-dev <70544875+Tonycons-dev@users.noreply.github.com> 1656432051 -0400 Squash commits again (last one messed up)
2022-06-25ksys: Add Hio (#95)Tonycons-dev
2022-06-24Fix extra semicolons and enable -Wextra-semi warningLéo Lam
2022-06-20Change ksys::ProductReporter::incrementSceneAndRomWorkTime to use lambdas ↵ConorBobbleHat
instead of member functions
2022-06-19ksys::ProductReporter (#93)ConorB
Co-authored-by: ConorBobbleHat <ConorBobbleHat>
2022-03-05Use sead::OffsetList::robustRange() when possible to simplify iterationLéo Lam
2022-03-04ksys: Add CoreInfo to avoid hardcoding number of cores everywhereLé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.
2022-01-29More PlacementMap functionsBrian Savage
2021-10-10Update misc files to match sead math changesThePixelGamer
2021-09-06Implement MessageCaptureThePixelGamer
2021-08-23Merge pull request #58 from iTNTPiston/masterLéo Lam
Implemented DebugFinder
2021-08-23Add listing for DebugFinder dtorsiTNTPiston
2021-08-23add trailing new line and make DebugFinder destructor not virtualiTNTPiston
2021-08-20ksys: Add StarterPackMgrAlexApps99
2021-08-09fix style againiTNTPiston
2021-08-09fix styleiTNTPiston
2021-08-09Implemented DebugFinderiTNTPiston
2021-08-06ksys: Add SystemTimersMonsterDruide1
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-06-26Merge pull request #38 from notyourav/mem_profLéo Lam
MemoryProfiler done
2021-06-25AutoDim decompiledtheo3
2021-06-25MemoryProfiler donetheo3
2021-05-17ksys/act: Start adding LodInfoLéo Lam
2021-05-16ksys/world: Implement WorldMgr::onStageInitLéo Lam
2021-05-13ksys: Fix some VFR functions not being inlineLéo Lam
2021-05-09ksys: Add BasicProfilerLéo Lam
2021-05-09ksys: Add CameraEditorLéo Lam
2021-05-09ksys: Add RevisionLéo Lam
2021-05-01ksys/world: Add and implement more WorldMgr functionsLéo Lam
2021-04-22ksys: Fix signature of KingEditorComponent::syncDataLéo Lam
The buffer needs to be mutable. ActorParamMgr modifies it for example
2021-04-07ksys/gdt: Implement more TriggerParam functions and StageInfoLéo Lam
2021-04-04ksys/gdt: Implement more Manager functionsLéo Lam
2021-04-03ksys: Implement KingEditor (stubbed)Léo Lam
2021-03-12ksys: Add HavokWorkerMgr stubLéo Lam
2021-03-12ksys: Add missing header to CMakeListsLéo Lam
2021-02-06ksys/act: Add ActorEditorNodeLéo Lam