1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 4 hours ago.
Aug 07, 2025 — Aug 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the standard library swap() function instead More... almost 12 years ago
Implement raycasting for the BoxShape More... almost 12 years ago
Implement raycasting with sphere shape More... almost 12 years ago
Fix issue with wrong type conversion with double precision in examples More... almost 12 years ago
Continue the implementation of convex shape raycasting More... almost 12 years ago
Implement the testPointInside() methods in the collision shapes More... almost 12 years ago
Add name in unit tests and fix some issues in Point Inside test More... almost 12 years ago
Clean up the include statements More... about 12 years ago
Allow the user to attach user data to a ProxyShape object More... about 12 years ago
Merge branch 'proxyshape' into raycast More... about 12 years ago
Remove all the special proxy shapes to keep only the ProxyShape class More... about 12 years ago
Work on the testPointInside() method More... about 12 years ago
Add raycast tests More... about 12 years ago
Merge branch 'raycast' of https://github.com/DanielChappuis/reactphysicsd into raycast More... about 12 years ago
Add classes and tests for raycasting More... about 12 years ago
Remove the Ray.cpp file More... about 12 years ago
Modify the CMakeLists.txt file to add the Ray files More... about 12 years ago
Add test class for the isPointInside() method More... about 12 years ago
Add the Ray class for raycasting More... about 12 years ago
Small modifications More... about 12 years ago
Remove message from CMakeLists.txt More... about 12 years ago
Modify CMakeLists.txt file to handle build type in a better way More... about 12 years ago
Add script to generate the HTML user manual from LaTeX More... about 12 years ago
Remove check() and checkNode() methods from DynamicAABBTree in release mode More... about 12 years ago
Modify examples More... about 12 years ago
Inflate the AABB in direction of linear motion in Dynamic AABB tree More... about 12 years ago
Fix issue in RigidBody::applyForce() method More... about 12 years ago
Fix issues and add conversion from Euler angles to Quaternion More... about 12 years ago
Fix issue in the collision detection for compound shapes More... about 12 years ago
fix issues in Dynamic AABB Tree and add compound shapes in the examples More... about 12 years ago