summaryrefslogtreecommitdiff
path: root/modules/bullet/generic_6dof_joint_bullet.cpp
AgeCommit message (Expand)Author
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-15Remove Generic6DOFJoint precision propertyMarcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-02-13Remove more deprecated methods and codeRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-27Added function to control 6DOF precisionAndrea Catania
2018-11-13Added angular restitutionGeoffrey Irons
2018-08-27Fix build after c2a9cb34Rémi Verschelde
2018-08-26Added deprecated to joints un/used parametersAndrea Catania
2018-08-15Improved 6DOF joint implementation, and removed useless function from cone jointAndrea Catania
2018-03-16Implemented interface for bullet joint motorsGeoffrey
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-09Changed how 6DOF limits worksAndreaCatania
2017-12-09Fixed joint scaleAndreaCatania
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-04Bullet physics engine implementationAndreaCatania