summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-03-29ksys/phys: Add BoneAccessorLéo Lam
2022-03-29Havok: Fix HK_FORCE_INLINE to actually force inliningLéo Lam
...using the always_inline attribute
2022-03-29Havok: Fix bugged vnegq_f32 in hkVector4f::setNeg<3>Léo Lam
2022-03-29Havok: Fix hkVector4f::setReciprocalLéo Lam
2022-03-27ksys/phys: Add HavokMemoryAllocatorLéo Lam
2022-03-27heap/ExpHeap: Declare getAllocatedSizeLéo Lam
2022-03-27Havok: Add more ragdoll header stubsLéo Lam
2022-03-27Havok: Add ragdoll stuffLéo Lam
2022-03-25container/Buffer: Fix matching issue in fill()Léo Lam
Because of this inaccuracy, fill() could never be used in practice.
2022-03-25git subrepo push lib/seadLé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-24math/Matrix: Add NEON implementation of 3x4 multiplicationLéo Lam
2022-03-24math/Vector: Add Vector3 rotationLéo Lam
2022-03-24math/Matrix: Add operator* for Matrix34 multiplicationLéo Lam
2022-03-22git subrepo pull (merge) lib/seadLé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-21Switch to subreposLé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-21ksys/phys: Add RayCastRequestMgrLéo Lam
2022-03-20ksys/phys: Add most remaining parts of RayCastLéo Lam
One last function remaining (0x0000007100fc4844) but it looks obnoxious so I'll leave it for later.
2022-03-20Havok: Fix placement new in hkArrayUtilLéo Lam
2022-03-20Havok: Add phantom stubsLéo Lam
2022-03-20ksys/phys: Implement world/shape casting RayCast functionsLéo Lam
2022-03-19lib: Update seadLéo Lam
2022-03-19ksys/phys: Add RayHitCollectorLéo Lam
2022-03-16lib: Update aglLéo Lam
2022-03-16lib: Update seadLéo Lam
2022-03-15ksys/phys: Add ShapeCastLéo Lam
2022-03-10ksys/phys: Finish EntityContactListenerLéo Lam
2022-03-08Havok: Add hkpCdPointCollectorLéo Lam
2022-03-06lib: Update seadLéo Lam
2022-03-05ksys/phys: Finish ContactListenerLéo Lam
2022-03-04lib: Update seadLéo Lam
2022-03-03Add more Havok prereqs for ContactListenerLéo Lam
2022-03-03ksys/phys: Add more ContactListener functions and Havok prereqsLéo Lam
2022-03-03Havok: Fix class/struct mismatchesLéo Lam
2022-03-01ksys/phys: Add some ContactListener prerequisitesLéo Lam
2022-02-28ksys/phys: Add more EntityGroupFilter functionsLéo Lam
2022-02-13lib: Update nnSdk and agl headersLéo Lam
2022-02-12ksys/phys: Add ListShapeLéo Lam
2022-02-10ksys/phys: Add most of PolytopeShapeLéo Lam
2022-02-09Havok: Add hkpConvexVerticesShape stubLéo Lam
2022-02-09lib: Update NintendoSDKLéo Lam
2022-02-09lib: Update seadLéo Lam
2022-02-07ksys/phys: Add RigidBodyFromResourceLéo Lam
2022-02-07Havok: Add hkpSphereShapeLéo Lam
2022-02-04Havok: Fix compile errors in non-AArch64 impls of hkSimdFloat32Léo Lam
2022-02-03ksys/phys: Start implementing HavokCylinderWaterShapeLéo Lam
2022-02-03Havok: Fix matching issue in hkVector4f::_setRotatedDirLéo Lam
2022-02-03Havok: Add hkpCylinderShapeLéo Lam
2022-02-02Havok: Add hkSimdFloat32 load/storeLéo Lam
2022-02-02Havok: Add more hkVector4f operations (scalar add/sub)Léo Lam
2022-02-02Havok: Remove duplicate typedef in hkVector4fComparisonLéo Lam
The type alias already exists in hkMath