summaryrefslogtreecommitdiffstats
path: root/modules/bullet
Commit message (Expand)AuthorAgeFilesLines
* Fixed Rigidbody first frame center spawnAndrea Catania2019-01-281-0/+3
* Bullet: Enable BT_DEBUG on debug buildsRémi Verschelde2019-01-271-0/+2
* Fixed area overlaps if not moveAndrea Catania2019-01-211-4/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-0147-94/+94
* Fix size in HeightMapShapeBullet::set_dataRémi Verschelde2018-12-271-1/+1
* `GodotRestInfoContactResultCallback::addSingleResult` now returns normalDaniel Abbott2018-12-221-0/+1
* Merge pull request #20745 from Zylann/heightmap_from_imageRémi Verschelde2018-12-091-14/+43
|\
| * Allow to create a heightmap collision shape from an imageMarc Gilleron2018-08-051-14/+43
* | Merge pull request #23994 from AndreaCatania/precRémi Verschelde2018-11-284-0/+30
|\ \
| * | Added function to control 6DOF precisionAndrea Catania2018-11-274-0/+30
* | | Add more max-checking to physics queriesFlorian Jung2018-11-261-0/+8
* | | Improved algorithm that check collisionAndrea Catania2018-11-223-2/+44
|/ /
* | Merge pull request #23668 from sdfgeoff/fix_angular_constraintsRémi Verschelde2018-11-171-1/+39
|\ \
| * | Added angular restitutionGeoffrey Irons2018-11-131-1/+39
* | | Fix some undefined behaviour in Bullet module.Ibrahn Sahir2018-11-162-2/+12
* | | -Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky2018-11-161-0/+2
|/ /
* | Fix multi-statement macro call not being covered.J08nY2018-10-082-4/+6
* | Optimitzed area overlap checksAndrea Catania2018-10-0710-43/+62
* | Improved code that handles collision shapes, fixes #21945Andrea Catania2018-10-0610-144/+109
* | Improved trimesh stabilityAndrea Catania2018-10-051-4/+10
* | Removed wrong equal vertex thresold to GJK solverAndrea Catania2018-10-051-1/+0
* | Added correct allowed penetration parameter to cast motion APIAndrea Catania2018-10-051-1/+1
* | Fix mismatched class/struct definition warnings [-Wmismatched-tags]Rémi Verschelde2018-10-012-2/+2
* | Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-288-24/+26
* | SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+5
* | Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-274-10/+13
* | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-2/+0
* | Corrected cast_motion query behaviourAndrea Catania2018-09-222-6/+9
* | Added rayshape solver algorithm to soft body configurator fixes #22283 fixes ...Andrea Catania2018-09-223-1/+70
* | Added automatically set velocity when rigid is kinematicAndrea Catania2018-09-191-1/+4
* | Added check to prevent contact signal to happen too earlyAndrea Catania2018-09-191-21/+23
* | Add null check in godot result callbackmuiroc2018-09-161-3/+5
* | Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\ \
| * | Misc. typosluz.paz2018-09-121-1/+1
* | | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-128-12/+12
|/ /
* | Merge pull request #21921 from AndreaCatania/bugfix2Rémi Verschelde2018-09-103-4/+12
|\ \
| * | Fiex bullet crashAndrea Catania2018-09-103-4/+12
* | | Fix indentation in bullet SCsubPoommetee Ketson2018-09-101-1/+1
|/ /
* | Fixed crash during raycast and CCD radius calculationAndrea Catania2018-09-072-5/+13
* | Merge pull request #21808 from AndreaCatania/optitriJuan Linietsky2018-09-0712-40/+101
|\ \
| * | Fixing trimesh precisionAndrea Catania2018-09-068-4/+23
| * | Optimized in case is used just 1 shape with no transformAndrea Catania2018-09-067-36/+78
* | | Update bullet to Master 12409f1118a7c7a266f9071350c70789dfe73bb9Andrea Catania2018-09-071-0/+2
|/ /
* | Fixed bullet area vs Trimesh shape overlapAndrea Catania2018-09-051-11/+33
* | Fixed crash if convex has 0 verticesAndrea Catania2018-08-291-0/+3
* | Initialise rays_found count in test_ray_separation.Ibrahn Sahir2018-08-291-1/+1
* | Fix build after c2a9cb34Rémi Verschelde2018-08-274-16/+5
* | Correctly set safe_motion on cast_motion query Fixes: #21212Andrea Catania2018-08-261-1/+3
* | Added deprecated to joints un/used parametersAndrea Catania2018-08-264-16/+33
* | Merge pull request #21049 from AndreaCatania/jointsRémi Verschelde2018-08-245-74/+13
|\ \