23
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 17, 2024 — Jun 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merged in alexvaillancourt_cmakeInstallPdb (pull request #17) More... 5 months ago
Allow installing the pdbs from Visual Studio More... 5 months ago
Added: Inelastic collision support was added (issue #88) More... 5 months ago
Changed: Minor corrections to demo_ode More... 5 months ago
Changed: Improve speed, accuracy, and readability of dCollideBoxPlane More... 5 months ago
Cosmetic: Copyright year was updated to 2025 More... 6 months ago
Changed: Improved threading parameters used for multi-threaded world stepping More... 6 months ago
Changed: Some improvements to preparatory data handling in dWorld[Quick]Step More... 6 months ago
Cosmetic: Code style corrections in some threading related files More... 6 months ago
Merged in alexvaillancourt_more-options-cmake-vs (pull request #16) More... 6 months ago
Add more options to build VS solution with CMake - Allow disabling output name based on floating point type size (default behaviour is still to use a name based on the floating point type size) - Allow customizing produced library file name postfixes (default behaviour is the same: sd for DEBUG, s for MINSIZEREL, RELEASE and RELWITHDEBINFO) - Add library header files to solution for easier editing/lookup More... 6 months ago
Changed: Performance improvements to threading support classes More... 6 months ago
Fixed: Collision Point Depth test tolerances were corrected for use with single precision (by Gwentarino Kripperino) More... 12 months ago
Add a TriMesh to TriMesh collision demo. More... 12 months ago
Changed: Autotools build scripts, when configured for libccd use, will now assign all relevant colliders to the libccd (issue #87) More... about 1 year ago
Cosmetic: Commentary spelling corrections by Max Seidenstücker More... over 1 year ago
Fixed: Some Windows compatibility changes by Max Seidenstücker More... over 1 year ago
Cosmetic: Copyright years were updated More... over 1 year ago
Merged in master (pull request #13) More... over 1 year ago
Add support for E2K More... over 1 year ago
Changed: Corrections to a syntax error in configure.ac (by JiaLing Zhang) (issue #86) More... almost 2 years ago
Cosmetic: Cosmetic code improvements More... almost 2 years ago
Changed: Corrections to avoid swapping uninitialized values in dLCP constructor (issue #85) More... almost 2 years ago
Fixed: Orphaned declaration of dJointAddPUTorque() was replaced with dJointAddPUTorques() More... almost 2 years ago
Cosmetic: Cosmetic corrections in the PR Joint More... almost 2 years ago
Fixed: Three corrections by Tilmann * Fixed a missing break in a switch statement in demo_jointPU.cpp while handling gravity switching request. * Fixed wrong face index being returned in convex-trimesh libCCD collision check routine. * Fixed use of potentially outdated AABBs in GIIMPACT cylinder-trimesh collision check routine. More... almost 2 years ago
Fixed: A workaround for a symbol conflict in MacOS headers (issue #83) More... over 2 years ago
Fixed: A potential linker error fix for the case of cross-compiling into OSX (issue #80) More... over 2 years ago
Fixed: A system header inclusion was in "ou" namespace and that caused compile errors in MSVC (issue #78) More... over 2 years ago
Fixed: A compilation error fixed for OSX 10.8+ More... about 3 years ago