summaryrefslogtreecommitdiffstats
path: root/modules/bullet/bullet_physics_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-241-0/+28
* Implemented Soft bodyAndreaCatania2018-07-231-10/+164
* Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-231-0/+14
|\
| * Implemented physics materialAndreaCatania2018-05-111-0/+14
* | added cylinder shape supportmuiroc2018-07-011-0/+4
|/
* Fixed leak in BulletPhysicsServerWilson E. Alvarez2018-03-131-1/+3
* Implemented Bullet method omit forcesAndrea Catania2018-02-271-9/+14
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-201-2/+2
* Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania2018-02-051-8/+22
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-3/+9
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* fix typo in switch statementfirefly24422017-12-301-1/+1
* Implemented physics linear and angular lockAndreaCatania2017-12-101-4/+4
* Merge pull request #12756 from Stratos695/masterRémi Verschelde2017-12-091-4/+4
|\
| * Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki2017-11-101-4/+4
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+4
* | Fixed bullet server null pointer checkAndrea Catania2017-11-301-1/+1
|/
* Merge pull request #12713 from AndreaCatania/masterJuan Linietsky2017-11-091-2/+24
|\
| * Rewritten kinematic systemAndreaCatania2017-11-071-2/+24
* | Bullet - Added support to multiple spacesAndreaCatania2017-11-051-18/+21
|/
* Bullet physics engine implementationAndreaCatania2017-11-041-0/+1339