summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix formatChuyuan Fu2021-09-011-3/+1
* fix asanChuyuan Fu2021-09-011-2/+4
* fix typoChuyuan Fu2021-08-191-1/+1
* implement request deformable contact infoChuyuan Fu2021-08-182-7/+6
* Merge pull request #3841 from erwincoumans/mastererwincoumans2021-05-123-4/+15
|\
| * fix some msan (memory sanitizer) issuesErwin Coumans2021-05-123-4/+15
* | initialize unused fields for deformable collision detectionChuyuan Fu2021-05-111-0/+18
* | Merge pull request #3834 from erwincoumans/master3.17erwincoumans2021-05-072-3/+3
|\ \ | |/
| * bump up pybullet version (and c++ version) to 3.17/3.1.7Erwin Coumans2021-05-072-3/+3
* | Fixes assertion caused by a 0len vector normalizationAndrea Catania2021-04-261-1/+1
|/
* Merge branch 'master' of github.com:erwincoumans/bullet3 into mastererwin coumans2021-04-243-10/+8
|\
| * Merge remote-tracking branch 'bp/master'Erwin Coumans2021-04-221-4/+4
| |\
| | * Fix memory leak in BulletSoftBody.Matt Bennice2021-04-221-4/+4
| | * Merge pull request #3351 from erwincoumans/mastererwincoumans2021-04-202-4/+20
| | |\
| * | \ Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2021-04-221-1/+8
| |\ \ \
| * \ \ \ Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2021-04-212-4/+20
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| * | | Merge pull request #3324 from kjander0/bug/update_commenterwincoumans2021-04-101-3/+3
| |\ \ \
| | * | | Updating a misleading commentKieren2021-03-251-3/+3
| * | | | Merge pull request #3320 from AnyOldName3/patch-1erwincoumans2021-04-051-3/+1
| |\ \ \ \
| | * | | | Use drawTriangle instead of drawing three linesChris Djali2021-03-211-3/+1
* | | | | | PyBullet: try to address activation/deactivation issue with fixed base multib...erwin coumans2021-04-243-3/+7
| |_|_|_|/ |/| | | |
* | | | | fixed base should set activation state to 'ISLAND_SLEEPING'erwin coumans2021-04-221-1/+8
| |_|_|/ |/| | |
* | | | PyBullet:erwin coumans2021-04-202-4/+20
|/ / /
* | | Cleaned-up/fixed version of this Pull Request #3239, thanks to Wenlong Luerwin coumans2021-04-054-13/+63
* | | Allow to compile pybullet using btDiscreteDynamicsWorld (no multibodies and n...erwin coumans2021-03-152-3/+3
|/ /
* | Merge pull request #3293 from glebm/heightfield-typeerwincoumans2021-03-112-11/+86
|\ \
| * | heightfield: Better support for float/double dataGleb Mazovetskiy2021-03-032-13/+88
* | | Merge pull request #3287 from glebm/heightfield-accelerwincoumans2021-03-112-15/+70
|\ \ \
| * | | heightfield: Add range constructor and `overlaps`Gleb Mazovetskiy2021-03-032-25/+20
| * | | heightfield up axis: Use RangeGleb Mazovetskiy2021-03-011-15/+51
| * | | heightfield processAllTriangles: Skip triangle processing if the triangle is ...Gleb Mazovetskiy2021-02-281-5/+24
| * | | heightfield processAllTriangles: Copy 1 less vertexGleb Mazovetskiy2021-02-281-9/+14
| |/ /
* | | enable v-hacd in cmake for BulletRobotics and pybullet build (use cmake -DENA...Erwin Coumans2021-03-012-2/+2
|/ /
* | bump up version to 3.08Erwin Coumans2020-12-221-1/+1
* | Merge pull request #3195 from WenlongLu/kinematic_fixerwincoumans2020-12-162-2/+6
|\ \
| * | Disable velocity calculation in kinematic multibody mode by defaultWenlongLu2020-12-142-2/+6
* | | profile, enable TLS for a handful of BSD platforms.David Carlier2020-12-041-0/+3
* | | bump up version to 3.07Erwin Coumans2020-11-262-2/+2
|/ /
* | Restrict kinematic multibody use cases to only a full chain of kinematic joints.WenlongLu2020-11-243-5/+39
* | fix the bug where forces are ignore at a static/kinematic link while one of i...WenlongLu2020-11-192-2/+15
* | Merge pull request #3115 from niello/mastererwincoumans2020-11-173-3/+6
|\ \
| * | Compilation warning fixes:Vladimir Orlov2020-10-193-3/+6
| |/
* | no btMultiBodyLink.cppErwin Coumans2020-11-172-2/+0
* | move code from btMultiBodyLink.cpp to btMultiBodyLinkCollider.h (and from btM...Erwin Coumans2020-11-175-59/+48
* | Support kinematic multibody joints/linksWenlongLu2020-11-116-128/+237
* | fix crashes from accessing base collider when it is not available.WenlongLu2020-11-101-6/+7
* | Support kinematic multibody baseWenlongLu2020-10-295-73/+181
|/
* Merge pull request #3082 from erwincoumans/master3.05erwincoumans2020-09-242-4/+4
|\
| * bump up PyBullet and Bullet version to 3.05 (in sync for this release)Erwin Coumans2020-09-242-4/+4
| * bump up Bullet to version 2.90Erwin Coumans2020-09-212-3/+3