summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-20Implement ksys::phys::CharacterPrismShape class (#106)Briggs Baltzell
2022-11-20Merge pull request #105 from ecumber/masterLéo Lam
Add NXArgs (#105)
2022-11-19Add NXArgsecumber
2022-10-19Link to new documentation websiteLéo Lam
2022-10-18Decompile some Action classes (#104)notyourav
* various action classes * rename instanceset fns * rename isFork -> isChangeable
2022-10-13data: Fix typo in E3Mgr function nameLéo Lam
2022-10-13ksys: Refactor VFRVec3f::chase into reusable/inlinable functionLéo Lam
Might be useful for https://decomp.me/scratch/n58lh
2022-10-09Decompile most of E3mgr (#101)louist103
2022-08-28Mark new sead functions as matchingLéo Lam
2022-08-28ksys/phys: Remove useless includeLéo Lam
2022-08-28Merge pull request #103 from leoetlino/sead-updateLéo Lam
lib: Update sead
2022-08-28lib: Update seadLéo Lam
2022-08-27Merge pull request #102 from leoetlino/sead-updateLéo Lam
lib: Update sead
2022-08-27lib: Update seadLéo Lam
2022-08-08Added WeatherMgr::rollNewWeather (#100)savage13
2022-07-25Merge pull request #98 from ecumber/masterLéo Lam
Add VideoRecorder
2022-07-24VideoRecorder addedecumber
2022-07-01ksys/phys: Start adding RagdollControllerLéo Lam
2022-07-01IteratorUtil: Fix missing constexpr on getIndex()Léo Lam
2022-07-01IteratorUtil: Forward (non-reference) return types correctlyLéo Lam
With auto&, an operator[] that returns a value (and not a reference) would result in the proxy returning a reference to a local temporary, which is UB
2022-06-30Add clang-tidy config to help enforce naming conventionsLéo Lam
2022-06-30lib: Update NintendoSDKLéo Lam
2022-06-28Improve README.md formatting (#97)Denis LE
Just a small formatting edit to improve readability
2022-06-28Merge pull request #96 from Tonycons-dev/masterLéo Lam
Implement ksys::Patrol & ksys::Terminal
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-24Add clang-tidy configLéo Lam
Based on CLion's default config, minus checks that are not useful or do not work for a matching decomp project
2022-06-22ksys/util: Add range() and indexIter() for convenienceLéo Lam
- range() is similar to Python's range() - indexIter() can be used to simplify `for (int i = 0, n = c.size(); i < n; ++i)` index-based loops
2022-06-22ksys/phys: Add AlsoLockWorld to improve call site readabilityLéo Lam
2022-06-22Contributing: Mention VSCode build type quirkLéo Lam
2022-06-22Contributing: Mention how to switch between hex and decimal in IDALéo Lam
2022-06-21Contributing: Mention how to import types into the IDBLéo Lam
2022-06-21Contributing: Mention what must be kept the same when reimplementingLéo Lam
2022-06-21Contributing: Mention rename_functions_in_ida.pyLéo Lam
2022-06-21Contributing: Add a mini-guide for IDA and GhidraLéo Lam
2022-06-21ksys/phys: Add SkeletonMapperLéo Lam
2022-06-20Merge pull request #94 from ConorBobbleHat/masterLéo Lam
Switch ProductReporter::incrementSceneAndRomWorkTime to using lambdas
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-05-02lib: Update nnSdkLéo Lam
2022-05-01ksys/phys: Finish ModelBoneAccessorLéo Lam
2022-04-19ksys: Remove BitSet.h from source file listLéo Lam
2022-04-19ksys/phys: Finish detail::ModelSkeletonLéo Lam
2022-04-19Remove BitSet as sead::LongBitFlag is equivalentLéo Lam
2022-04-18gsys: Add (placeholder) ModelUnit fieldsLéo Lam
2022-04-14ksys/phys: Implement `SphereShape` and `SphereRigidBody` (#92)ConorB
2022-04-07gsys: Add more Model fieldsLéo Lam
2022-04-07gsys: Add ModelUnit virtual functionsLéo Lam
2022-04-06gsys: Add ModelSceneConfigLéo Lam