summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3206 from erwincoumans/master3.08erwincoumans2020-12-223-3/+3
|\
| * bump up version to 3.08Erwin Coumans2020-12-223-3/+3
|/
* Merge pull request #3198 from erwincoumans/mastererwincoumans2020-12-222-5/+8
|\
| * GraphicsServerExample, disallow COV_ENABLE_SINGLE_STEP_RENDERINGErwin Coumans2020-12-221-1/+7
| * Merge branch 'master' of github.com:erwincoumans/bullet3 into masterErwin Coumans2020-12-153-1/+6
| |\
| * | fix changeDynamics for to set lower/upper joint limits and joint limit max forceErwin Coumans2020-12-151-4/+1
* | | Merge pull request #3195 from WenlongLu/kinematic_fixerwincoumans2020-12-163-2/+8
|\ \ \
| * | | Disable velocity calculation in kinematic multibody mode by defaultWenlongLu2020-12-143-2/+8
* | | | Merge pull request #3192 from erwincoumans/mastererwincoumans2020-12-091-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Update pybullet.cerwincoumans2020-12-081-1/+1
* | | | Merge pull request #3183 from devnexen/tls_support_bsderwincoumans2020-12-041-0/+3
|\ \ \ \
| * | | | profile, enable TLS for a handful of BSD platforms.David Carlier2020-12-041-0/+3
* | | | | Merge pull request #3184 from erwincoumans/mastererwincoumans2020-12-042-0/+5
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | cmake OPTION(USE_OPENVR OFF) so only compile OpenVR VR examples when explicit...Erwin Coumans2020-12-042-0/+5
| | |/ | |/|
* | | Merge pull request #3177 from erwincoumans/mastererwincoumans2020-12-021-1/+1
|\ \ \ | |/ /
| * | fix #ifdef in clsocketErwin Coumans2020-12-021-1/+1
|/ /
* | remove some files, wheels are exceeding 100MB on pypi...Erwin Coumans2020-11-2611-2005/+0
* | Merge pull request #3168 from erwincoumans/mastererwincoumans2020-11-264-4/+4
|\ \
| * | bump up version to 3.07Erwin Coumans2020-11-264-4/+4
|/ /
* | Merge pull request #3090 from ErikGartner/master3.07erwincoumans2020-11-251-20/+13
|\ \
| * | Revert "in case of substeps use the compensated delta time / numSubSteps to c...Erik Gärtner2020-10-021-20/+13
* | | Merge pull request #3162 from WenlongLu/kinematic_fixerwincoumans2020-11-243-5/+39
|\ \ \ | | |/ | |/|
| * | Restrict kinematic multibody use cases to only a full chain of kinematic joints.WenlongLu2020-11-243-5/+39
|/ /
* | Merge pull request #3158 from WenlongLu/kinematic_fixerwincoumans2020-11-233-3/+15
|\ \
| * | fix the bug where forces are ignore at a static/kinematic link while one of i...WenlongLu2020-11-192-2/+15
| * | remove duplicated cpp file in premake4.luaWenlongLu2020-11-191-1/+0
|/ /
* | Merge pull request #3153 from WenlongLu/kinematic_multibody_interfaceerwincoumans2020-11-185-1/+65
|\ \
| * | Add KinematicMultiBodyExample to premake4.luaWenlongLu2020-11-132-1/+2
| * | Add share memory commands for user to change object dynamic typesWenlongLu2020-11-115-1/+65
* | | Merge pull request #3115 from niello/mastererwincoumans2020-11-173-3/+6
|\ \ \
| * | | Compilation warning fixes:Vladimir Orlov2020-10-193-3/+6
* | | | Merge pull request #3151 from erwincoumans/mastererwincoumans2020-11-178-61/+49
|\ \ \ \
| * | | | 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
| * | | | Merge remote-tracking branch 'bp/master' into masterErwin Coumans2020-11-178-141/+272
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #3145 from WenlongLu/kinematic_multibody_linkerwincoumans2020-11-178-141/+272
|\ \ \ \ \
| * | | | | Add KinematicMultiBodyExample to premake4.luaWenlongLu2020-11-132-1/+2
| | |_|/ / | |/| | |
| * | | | Support kinematic multibody joints/linksWenlongLu2020-11-117-141/+271
| | * | | fix premake buildErwin Coumans2020-11-131-0/+1
| |/ / / |/| | |
* | | | Merge pull request #2840 from mahyaret/mastererwincoumans2020-11-131-19/+1
|\ \ \ \
| * | | | fix render racecarU-CAMELTRAIN\home2020-06-021-19/+1
* | | | | Merge pull request #3089 from Steven89Liu/fixDOFerwincoumans2020-11-131-1/+1
|\ \ \ \ \
| * | | | | we should use the m_jointMotorForceMultiDof which is indexed by degreeSteven89Liu2020-10-011-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3086 from ManifoldFR/urdfparser-patcherwincoumans2020-11-131-4/+6
|\ \ \ \ \
| * | | | | fix typoManifoldFR2020-09-291-2/+2
| * | | | | UrdfParser: make axis warning print single lineManifoldFR2020-09-291-4/+6
| |/ / / /
* | | | | Merge pull request #3076 from tfederico/mastererwincoumans2020-11-1316-0/+10274
|\ \ \ \ \
| * | | | | add pretrained policies and remove extra motion filetfederico2020-09-254-1754/+0
| * | | | | add plotting utilitytfederico2020-09-231-0/+30
| * | | | | remove comments and unused codetfederico2020-09-233-454/+85