summaryrefslogtreecommitdiffstats
path: root/thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Bullet module and thirdparty codeRémi Verschelde2022-03-091-169/+0
| | | | | | | It has been disabled in `master` since one year (#45852) and our plan is for Bullet, and possibly other thirdparty physics engines, to be implemented via GDExtension so that they can be selected by the users who need them.
* Update Bullet to the latest commit 126b676Oussama2019-01-071-40/+24
|
* Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9Andrea Catania2018-09-071-2/+2
|
* bullet: Streamline bundling, remove extraneous src/ folderRémi Verschelde2018-01-131-0/+185
Document version and how to extract sources in thirdparty/README.md. Drop unnecessary CMake and Premake files. Simplify SCsub, drop unused one.