aboutsummaryrefslogtreecommitdiff
path: root/modules/bullet/space_bullet.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13202 from AndreaCatania/masterRémi Verschelde2017-11-231-0/+1
|\
| * Space override scratching when body is add to worldAndreaCatania2017-11-231-0/+1
* | Removed type_mask and fixed some variable nameAndreaCatania2017-11-211-18/+18
|/
* bullet cast_motion: reordered null checkmuiroc2017-11-201-3/+3
* Added null check in Bullet cast_motion APIAndreaCatania2017-11-191-10/+12
* Fixed gravity scaleAndreaCatania2017-11-191-1/+2
* Removed dynamic_cast from Bullet ServerAndreaCatania2017-11-191-14/+18
* Fixed kinematic movement on concave shapeAndreaCatania2017-11-191-60/+91
* Rewritten kinematic systemAndreaCatania2017-11-071-220/+158
* Bullet physics engine implementationAndreaCatania2017-11-041-0/+1163