| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-20 | Implement ksys::phys::CharacterPrismShape class (#106) | Briggs Baltzell | |
| 2022-11-20 | Merge pull request #105 from ecumber/master | Léo Lam | |
| Add NXArgs (#105) | |||
| 2022-11-19 | Add NXArgs | ecumber | |
| 2022-10-19 | Link to new documentation website | Léo Lam | |
| 2022-10-18 | Decompile some Action classes (#104) | notyourav | |
| * various action classes * rename instanceset fns * rename isFork -> isChangeable | |||
| 2022-10-13 | data: Fix typo in E3Mgr function name | Léo Lam | |
| 2022-10-13 | ksys: Refactor VFRVec3f::chase into reusable/inlinable function | Léo Lam | |
| Might be useful for https://decomp.me/scratch/n58lh | |||
| 2022-10-09 | Decompile most of E3mgr (#101) | louist103 | |
| 2022-08-28 | Mark new sead functions as matching | Léo Lam | |
| 2022-08-28 | ksys/phys: Remove useless include | Léo Lam | |
| 2022-08-28 | Merge pull request #103 from leoetlino/sead-update | Léo Lam | |
| lib: Update sead | |||
| 2022-08-28 | lib: Update sead | Léo Lam | |
| 2022-08-27 | Merge pull request #102 from leoetlino/sead-update | Léo Lam | |
| lib: Update sead | |||
| 2022-08-27 | lib: Update sead | Léo Lam | |
| 2022-08-08 | Added WeatherMgr::rollNewWeather (#100) | savage13 | |
| 2022-07-25 | Merge pull request #98 from ecumber/master | Léo Lam | |
| Add VideoRecorder | |||
| 2022-07-24 | VideoRecorder added | ecumber | |
| 2022-07-01 | ksys/phys: Start adding RagdollController | Léo Lam | |
| 2022-07-01 | IteratorUtil: Fix missing constexpr on getIndex() | Léo Lam | |
| 2022-07-01 | IteratorUtil: Forward (non-reference) return types correctly | Lé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-30 | Add clang-tidy config to help enforce naming conventions | Léo Lam | |
| 2022-06-30 | lib: Update NintendoSDK | Léo Lam | |
| 2022-06-28 | Improve README.md formatting (#97) | Denis LE | |
| Just a small formatting edit to improve readability | |||
| 2022-06-28 | Merge pull request #96 from Tonycons-dev/master | Léo Lam | |
| Implement ksys::Patrol & ksys::Terminal | |||
| 2022-06-28 | Add ksys::Patrol & ksys::Terminal | Tonycons-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-25 | ksys: Add Hio (#95) | Tonycons-dev | |
| 2022-06-24 | Fix extra semicolons and enable -Wextra-semi warning | Léo Lam | |
| 2022-06-24 | Add clang-tidy config | Lé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-22 | ksys/util: Add range() and indexIter() for convenience | Lé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-22 | ksys/phys: Add AlsoLockWorld to improve call site readability | Léo Lam | |
| 2022-06-22 | Contributing: Mention VSCode build type quirk | Léo Lam | |
| 2022-06-22 | Contributing: Mention how to switch between hex and decimal in IDA | Léo Lam | |
| 2022-06-21 | Contributing: Mention how to import types into the IDB | Léo Lam | |
| 2022-06-21 | Contributing: Mention what must be kept the same when reimplementing | Léo Lam | |
| 2022-06-21 | Contributing: Mention rename_functions_in_ida.py | Léo Lam | |
| 2022-06-21 | Contributing: Add a mini-guide for IDA and Ghidra | Léo Lam | |
| 2022-06-21 | ksys/phys: Add SkeletonMapper | Léo Lam | |
| 2022-06-20 | Merge pull request #94 from ConorBobbleHat/master | Léo Lam | |
| Switch ProductReporter::incrementSceneAndRomWorkTime to using lambdas | |||
| 2022-06-20 | Change ksys::ProductReporter::incrementSceneAndRomWorkTime to use lambdas ↵ | ConorBobbleHat | |
| instead of member functions | |||
| 2022-06-19 | ksys::ProductReporter (#93) | ConorB | |
| Co-authored-by: ConorBobbleHat <ConorBobbleHat> | |||
| 2022-05-02 | lib: Update nnSdk | Léo Lam | |
| 2022-05-01 | ksys/phys: Finish ModelBoneAccessor | Léo Lam | |
| 2022-04-19 | ksys: Remove BitSet.h from source file list | Léo Lam | |
| 2022-04-19 | ksys/phys: Finish detail::ModelSkeleton | Léo Lam | |
| 2022-04-19 | Remove BitSet as sead::LongBitFlag is equivalent | Léo Lam | |
| 2022-04-18 | gsys: Add (placeholder) ModelUnit fields | Léo Lam | |
| 2022-04-14 | ksys/phys: Implement `SphereShape` and `SphereRigidBody` (#92) | ConorB | |
| 2022-04-07 | gsys: Add more Model fields | Léo Lam | |
| 2022-04-07 | gsys: Add ModelUnit virtual functions | Léo Lam | |
| 2022-04-06 | gsys: Add ModelSceneConfig | Léo Lam | |
