| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-06 | Update tools | Léo Lam | |
| 2022-04-03 | Build with UKING_V150 define | Léo Lam | |
| So that we can account for version differences in libraries. | |||
| 2022-04-02 | lib: Update agl | Léo Lam | |
| 2022-04-02 | lib: Update sead | Léo Lam | |
| 2022-04-01 | Update function list | Léo Lam | |
| 2022-04-01 | Switch back to submodules | Léo Lam | |
| Subrepos are too fragile and break if there are changes in the upstream repo and in the main repo, or after doing a rebase/merge | |||
| 2022-04-01 | ksys/phys: Start adding ModelBoneAccessor | Léo Lam | |
| Needs gsys::Model stuff before I can continue | |||
| 2022-03-31 | gsys: Add Model, ModelAccessKey and ModelUnit stubs | Léo Lam | |
| 2022-03-31 | g3d: Add ICalculateWorldCallback | Léo Lam | |
| 2022-03-29 | ksys/phys: Add BoneAccessor | Léo Lam | |
| 2022-03-29 | Havok: Fix HK_FORCE_INLINE to actually force inlining | Léo Lam | |
| ...using the always_inline attribute | |||
| 2022-03-29 | Havok: Fix bugged vnegq_f32 in hkVector4f::setNeg<3> | Léo Lam | |
| 2022-03-29 | Havok: Fix hkVector4f::setReciprocal | Léo Lam | |
| 2022-03-27 | ksys/phys: Add HavokMemoryAllocator | Léo Lam | |
| 2022-03-27 | heap/ExpHeap: Declare getAllocatedSize | Léo Lam | |
| 2022-03-27 | Havok: Add more ragdoll header stubs | Léo Lam | |
| 2022-03-27 | data: Remove false positives from the function list | Léo Lam | |
| 2022-03-27 | Havok: Add ragdoll stuff | Léo Lam | |
| 2022-03-26 | ksys/phys: Add more InstanceSet member variables | Léo Lam | |
| 2022-03-26 | ksys/phys: Merge duplicate definitions of RagdollController | Léo Lam | |
| 2022-03-26 | ksys/phys: Add RagdollRigidBody stub | Léo Lam | |
| Needed for RagdollController. | |||
| 2022-03-26 | ksys/phys: Implement several easy RigidBodyRequestMgr functions | Léo Lam | |
| 2022-03-26 | ksys/phys: Add RigidBodyRequestMgr::calc1 | Léo Lam | |
| 2022-03-26 | ksys/phys: Add RagdollControllerMgr | Léo Lam | |
| Also contains readability/accuracy fixes to LockFreeQueue. | |||
| 2022-03-25 | ksys/phys: Finish StaticCompoundMgr | Léo Lam | |
| 2022-03-25 | ksys/map: Fix misleading names for wrappers around ↵ | Léo Lam | |
| StaticCompound::setInstanceEnabled | |||
| 2022-03-25 | ksys/phys: Fix misleading name for StaticCompound::disableCollision | Léo Lam | |
| 2022-03-25 | ksys/phys: Finish StaticCompound | Léo Lam | |
| 2022-03-25 | Use sead::Buffer::fill where applicable | Léo Lam | |
| Equivalent, shorter, more readable, and matching! | |||
| 2022-03-25 | container/Buffer: Fix matching issue in fill() | Léo Lam | |
| Because of this inaccuracy, fill() could never be used in practice. | |||
| 2022-03-25 | ksys/phys: Add ScRigidBodyGroup::Unk1 and one missed function | Léo Lam | |
| 2022-03-25 | ksys/phys: Rename ScRigidBodyGroup functions/members for clarity | Léo Lam | |
| 2022-03-25 | git subrepo push lib/sead | Léo Lam | |
| subrepo: subdir: "lib/sead" merged: "89e6f6d63" upstream: origin: "https://github.com/open-ead/sead" branch: "master" commit: "89e6f6d63" git-subrepo: version: "0.4.3" origin: "ssh://git@github.com/ingydotnet/git-subrepo" commit: "2f68596" | |||
| 2022-03-24 | ksys/phys: Finish StaticCompoundRigidBodyGroup | Léo Lam | |
| 2022-03-24 | math/Matrix: Add NEON implementation of 3x4 multiplication | Léo Lam | |
| 2022-03-24 | math/Vector: Add Vector3 rotation | Léo Lam | |
| 2022-03-24 | math/Matrix: Add operator* for Matrix34 multiplication | Léo Lam | |
| 2022-03-23 | ksys/phys: Rename RigidBody flag 8 (IsAddedToWorld) | Léo Lam | |
| Forgot to do this in a previous commit. | |||
| 2022-03-23 | ksys/phys: Add more StaticCompound functions, part 2 | Léo Lam | |
| 2022-03-23 | ksys/phys: Simplify calls to RigidBody::makeScopedLock | Léo Lam | |
| Add another overload which automatically determines whether the rigid body world should also be locked. | |||
| 2022-03-23 | data: Update function list | Léo Lam | |
| 2022-03-23 | ksys/phys: Rename BodyGroup -> StaticCompoundRigidBodyGroup | Léo Lam | |
| Makes it obvious that it is related to StaticCompound stuff Also fixes the relative ordering (BodyGroup is located after Mgr code). | |||
| 2022-03-22 | ksys/phys: Rename some RigidBody flags (add/remove from world) | Léo Lam | |
| 2022-03-22 | ksys/phys: Add more StaticCompound stuff, part 1 | Léo Lam | |
| 2022-03-22 | git subrepo pull (merge) lib/sead | Léo Lam | |
| subrepo: subdir: "lib/sead" merged: "14326b350" upstream: origin: "https://github.com/open-ead/sead" branch: "master" commit: "14326b350" git-subrepo: version: "0.4.3" origin: "ssh://git@github.com/ingydotnet/git-subrepo" commit: "2f68596" | |||
| 2022-03-21 | Fix GitHub language detection for header files | Léo Lam | |
| Force GitHub to treat .h files as C++ because header files in this repo are almost always C++, not C. Currently some Havok headers are being misdetected as C code. | |||
| 2022-03-21 | Switch to subrepos | Léo Lam | |
| git subrepo clone https://github.com/open-ead/sead lib/sead subrepo: subdir: "lib/sead" merged: "1b66e825d" upstream: origin: "https://github.com/open-ead/sead" branch: "master" commit: "1b66e825d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" git subrepo clone (merge) https://github.com/open-ead/nnheaders lib/NintendoSDK subrepo: subdir: "lib/NintendoSDK" merged: "9ee21399f" upstream: origin: "https://github.com/open-ead/nnheaders" branch: "master" commit: "9ee21399f" git-subrepo: version: "0.4.3" origin: "ssh://git@github.com/ingydotnet/git-subrepo" commit: "2f68596" git subrepo clone https://github.com/open-ead/agl lib/agl subrepo: subdir: "lib/agl" merged: "7c063271b" upstream: origin: "https://github.com/open-ead/agl" branch: "master" commit: "7c063271b" git-subrepo: version: "0.4.3" origin: "ssh://git@github.com/ingydotnet/git-subrepo" commit: "2f68596" git subrepo clone https://github.com/open-ead/EventFlow lib/EventFlow subrepo: subdir: "lib/EventFlow" merged: "c35d21b34" upstream: origin: "https://github.com/open-ead/EventFlow" branch: "master" commit: "c35d21b34" git-subrepo: version: "0.4.3" origin: "ssh://git@github.com/ingydotnet/git-subrepo" commit: "2f68596" | |||
| 2022-03-21 | Remove unneeded include | Léo Lam | |
| 2022-03-21 | ksys/phys: Add RayCastRequestMgr | Léo Lam | |
| 2022-03-21 | ksys/phys: RayCastPlusBody -> RayCastBodyQuery for clarity | Léo Lam | |
