aboutsummaryrefslogtreecommitdiff
path: root/modules/bullet/collision_object_bullet.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Bullet collision shapes scaleAndreaCatania2018-01-081-0/+2
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-3/+7
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Merge pull request #13257 from AndreaCatania/masterRémi Verschelde2018-01-041-0/+1
|\ | | | | Fixed kinematic movement stuck, Changed how shape scale works.
| * Fixed kinematic movement stuck, Changed how shape scale works, OptimizedAndreaCatania2017-12-231-0/+1
| |
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/ | | | Happy new year to the wonderful Godot community!
* Fixed bullet get_transform scaleAndreaCatania2017-12-081-1/+3
|
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-6/+12
|
* Bullet physics engine implementationAndreaCatania2017-11-041-0/+234
This is a bullet wrapper that allows Godot to use Bullet physics and benefit about all features. Also it support all specific Godot physics functionality like multi shape body, areas, RayShape, etc.. It improve the Joints, Trimesh shape, and add support to soft body even if Godot is not yet ready to it.