aboutsummaryrefslogtreecommitdiff
path: root/modules/bullet/space_bullet.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improved kinematic test_body_motion codeAndrea Catania2018-05-271-48/+34
* Avoid converting Quat to Euler angles when not necessary.tagcup2018-04-141-3/+3
* Fixed wrong function callAndrea Catania2018-04-121-1/+1
* Rigidbody wake up when hitten by a kinematic bodyAndrea Catania2018-04-121-1/+4
* Merge pull request #17959 from AndreaCatania/kinfix2Rémi Verschelde2018-04-041-1/+1
|\
| * Fixed kinematic sliding on trimeshAndrea Catania2018-04-041-1/+1
* | physics area added monitorable checkAndrea Catania2018-04-011-1/+4
|/
* Fixed kinematic char slidingAndrea Catania2018-02-251-10/+5
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-201-26/+6
* Added return true o collide when no rusult is NULLAndrea Catania2018-02-141-0/+2
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-2/+2
* Fixed Bullet collision shapes scaleAndreaCatania2018-01-081-54/+47
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-10/+16
* Merge pull request #13257 from AndreaCatania/masterRémi Verschelde2018-01-041-105/+124
|\
| * Fixed kinematic movement stuck, Changed how shape scale works, OptimizedAndreaCatania2017-12-231-105/+124
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Ray cast return shape id. Fixes #14473AndreaCatania2017-12-101-1/+1
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-26/+27
* 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