| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
- Fixed bad size check
- Fixed bad member initialization
- Removed unused cell_size (Bullet expects us to use localScaling)
- Accept precomputed min/max height, will be calculated if not provided
(cherry picked from commit a66e1af1689c385cc3adae0cf8eef4eb02a61d40)
|
| |
|
|
|
|
| |
exit without releasing the 'shapeInterface' pointer.
(cherry picked from commit b5692511105cddd812e687259740d2a6fa240219)
|
| |
|
|
| |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| |\
| |
| | |
Fixed kinematic movement stuck, Changed how shape scale works.
|
| | | |
|
| |/
|
|
| |
Happy new year to the wonderful Godot community!
|
| | |
|
| | |
|
|
|
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.
|