summaryrefslogtreecommitdiffstats
path: root/modules/bullet
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-127-24/+12
* Fixed KinematicCollision.get_local_shape() - the local shape id was never set...PouleyKetchoupp2019-08-072-4/+6
* Update some dead links in the codebaseMichael Alexsander Silva Dias2019-07-231-1/+1
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-0/+4
* Fixes minor issues found by static analyzerqarmin2019-07-071-2/+2
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-1/+1
* Merge pull request #29980 from Dentrax/directed-by-qarminRémi Verschelde2019-07-011-2/+2
|\
| * fix some crashesFurkan Türkal2019-07-011-2/+2
* | Merge pull request #29938 from jonri/fix-collisionshape-scaleRémi Verschelde2019-06-241-1/+1
|\ \ | |/ |/|
| * Fix updating of collision shape when the transform is setJon Ring2019-06-201-1/+1
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-193-3/+4
|/
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-115-6/+6
* bullet: Sync with current upstream master branchRémi Verschelde2019-06-111-1/+5
* Fix typos with codespellRémi Verschelde2019-05-191-2/+2
* Merge pull request #28595 from godotengine/AndreaCatania-patch-1Max Hilbrunner2019-05-161-6/+4
|\
| * Improved CCD calculation algorithmAndrea Catania2019-05-161-6/+4
* | Revert "Revert "Implemented terrain raycast acceleration""Rémi Verschelde2019-05-161-1/+7
* | Merge pull request #28326 from BastiaanOlij/center_heightmapRémi Verschelde2019-05-132-2/+23
|\ \
| * | Add transform support to deal with Bullets centering of shapesBastiaan Olij2019-05-072-2/+23
* | | Change "ID" to lowercase "id"Aaron Franke2019-05-092-6/+6
|/ /
* | Merge pull request #27415 from aqnuep/kinematicbody_fixesRémi Verschelde2019-05-026-104/+225
|\ \ | |/ |/|
| * KinematicBody performance and quality improvementsDaniel Rakos2019-03-276-104/+225
* | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* | Merge pull request #27371 from ShyRed/fixdisabled2dcollisionsRémi Verschelde2019-04-304-9/+11
|\ \
| * | Allow adding disabled shapesShyRed2019-04-234-9/+11
* | | SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-1/+1
|/ /
* | Revert "Implemented terrain raycast acceleration"Rémi Verschelde2019-04-231-7/+1
* | Merge pull request #25543 from Zylann/optimize_bullet_heightfield_raycast2Hein-Pieter van Braam2019-04-231-1/+7
|\ \
| * | Implemented terrain raycast acceleration using Bresenham traversal and 1 leve...Marc Gilleron2019-02-011-1/+7
* | | Merge pull request #27730 from ShyRed/fix3dphyscansleepHein-Pieter van Braam2019-04-231-0/+2
|\ \ \
| * | | Fix missing re-activation of bullet physics sleep featureShyRed2019-04-061-0/+2
* | | | doc: Drop unused <demos> tagRémi Verschelde2019-04-192-4/+0
|/ / /
* | | Fix wrong heights data used to compute min and max heightsMarc Gilleron2019-04-041-4/+5
* | | doc: Bump version to 3.2Rémi Verschelde2019-04-012-2/+2
| |/ |/|
* | Revert "Optimized area check"Rémi Verschelde2019-02-221-26/+41
* | Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-1/+1
* | Merge pull request #26111 from AndreaCatania/areaoptiRémi Verschelde2019-02-211-41/+26
|\ \
| * | Optimized area checkAndrea Catania2019-02-211-41/+26
* | | Fix RayShape collision jitter when used with a RigidBodyDaniel Rakos2019-02-201-2/+2
* | | Merge pull request #25788 from aqnuep/rayshape_fixRémi Verschelde2019-02-195-29/+32
|\ \ \ | |/ / |/| |
| * | Fix RayShape collision when used with a KinematicBody (Bullet Physics)Daniel Rakos2019-02-195-29/+32
* | | Merge pull request #26014 from AndreaCatania/bugfixRémi Verschelde2019-02-181-1/+4
|\ \ \
| * | | Fixed area collision report with concaveAndrea Catania2019-02-181-1/+4
* | | | Merge pull request #26011 from AndreaCatania/bugfixRémi Verschelde2019-02-181-3/+22
|\| | |
| * | | Added support to scale areasAndrea Catania2019-02-181-3/+22
* | | | Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde2019-02-121-0/+4
|\ \ \ \
| * | | | Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-301-0/+4
| |/ / /
* | / / [Core] Rename Matrix3 file to BasisAaron Franke2019-02-091-1/+1
| |/ / |/| |
* | | Disable BT_DEBUG, works around #25476 and #25431Daniel Abbott2019-02-081-2/+2
| |/ |/|
* | Avoid inertia calculation for empty shape - BulletAndrea Catania2019-01-301-1/+2
|/