summaryrefslogtreecommitdiffstats
path: root/modules/bullet/generic_6dof_joint_bullet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Bullet module and thirdparty codeRémi Verschelde2022-03-091-271/+0
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-11/+11
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove Generic6DOFJoint precision propertyMarcel Admiraal2020-12-151-8/+0
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-0/+6
* Renaming of servers for coherency.Juan Linietsky2020-03-271-49/+49
* Remove more deprecated methods and codeRémi Verschelde2020-02-131-8/+14
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-6/+3
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added function to control 6DOF precisionAndrea Catania2018-11-271-0/+8
* Added angular restitutionGeoffrey Irons2018-11-131-1/+39
* Fix build after c2a9cb34Rémi Verschelde2018-08-271-6/+2
* Added deprecated to joints un/used parametersAndrea Catania2018-08-261-5/+13
* Improved 6DOF joint implementation, and removed useless function from cone jointAndrea Catania2018-08-151-43/+10
* Implemented interface for bullet joint motorsGeoffrey2018-03-161-0/+13
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-3/+8
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Changed how 6DOF limits worksAndreaCatania2017-12-091-35/+26
* Fixed joint scaleAndreaCatania2017-12-091-2/+10
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Bullet physics engine implementationAndreaCatania2017-11-041-0/+241