summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2141 from erwincoumans/blocksolvererwincoumans2019-03-064-200/+816
|\
| * remove src/BulletDynamics/Featherstone/btMultiBodyBlockConstraintSolver.cpp a...erwincoumans2019-02-277-1964/+887
| * revert experiment not passing the constraint solver back down from btMultiBod...erwincoumans2019-02-271-2/+2
| * prepare small experiment with block solvererwincoumans2019-02-267-799/+1898
| * preparation for block solver btRigidBody.erwincoumans2019-02-265-175/+769
* | Implement 'cone friction' for the rolling friction, to avoid curved trajector...erwincoumans2019-03-032-8/+83
* | Fix crash in btGImpactMeshShape vs btBvhTriangleMeshShapeFrancois Beaune2019-02-271-3/+13
|/
* more work on pybullet_envs.deep_mimic.erwincoumans2019-02-182-3/+22
* enable stable PD plugin in premake4.lua PyBulleterwincoumans2019-01-311-1/+4
* fix createVisualShape.py ray vertical/horizontal and retina scale, fixes Issu...erwincoumans2019-01-301-0/+4
* create some 'Unity Build' cpp files, to work-around setuptools on Windows cre...Erwin Coumans2019-01-246-44/+182
* IsAlmostZero -> IsAlmostZero1Erwin Coumans2019-01-231-1/+1
* fix compile issuesErwin Coumans2019-01-231-2/+8
* avoid conflicts when using a unity build (single cpp file including many othe...erwincoumans2019-01-233-10/+10
* Merge remote-tracking branch 'bp/master'erwincoumans2019-01-231-2/+2
|\
| * Add space to prevent macro from specifying literalFredrik Svantesson2019-01-181-2/+2
* | Add preliminary PhysX 4.0 backend for PyBulleterwincoumans2019-01-226-6/+46
* | fix issue 76 (should be harmless)Erwin Coumans2019-01-041-2/+2
|/
* avoid macro redefinitionErwin Coumans2019-01-041-6/+6
* Merge pull request #1941 from ShFil119/impr/remove_registererwincoumans2019-01-041-11/+4
|\
| * Remove unneeded keyword `register`Filip Gawin2018-10-161-11/+4
* | Merge pull request #2042 from erwincoumans/mastererwincoumans2019-01-041-0/+5
|\ \
| * | PyBullet: handle the switch from fixed base to floating base when changing ma...Erwin Coumans2019-01-031-0/+5
* | | Merge pull request #2034 from erwincoumans/master2.88erwincoumans2018-12-314-14/+22
|\ \ \ | |/ /
| * | applied patch for Issue 68Erwin Coumans2018-12-221-0/+6
| * | apply improvement, to allow btCompoundShape per-shape collision filteringErwin Coumans2018-12-221-5/+6
| * | internalApplyImpulse already applies the getLinearFactor, fixes Issue 71Erwin Coumans2018-12-221-4/+4
| * | Fix Issue 61 related to character controller,Erwin Coumans2018-12-221-1/+1
| * | apply gimpact versus rotated plane issue,thanks to @cameronwhiteErwin Coumans2018-12-221-4/+5
* | | Merge pull request #2030 from erwincoumans/mastererwincoumans2018-12-228-22/+57
|\ \ \ | |/ /
| * | Expose subsimplexcast max iterations/epsilonerwincoumans2018-12-222-19/+24
| * | fix degerenate case in btHingeConstraint, see Issue 2031erwincoumans2018-12-221-0/+6
| * | append m_, fixes Issue 402erwincoumans2018-12-221-1/+1
| * | Use safeNormalize, in case a both objects have identical origin.erwincoumans2018-12-221-2/+2
| * | Merge branch 'master' of https://github.com/erwincoumans/bullet3erwincoumans2018-12-191-1/+3
| |\ \
| * | | few fixes in inverse dynamicserwincoumans2018-12-193-0/+24
* | | | Merge pull request #2016 from GaborPuhr/Fix-for-#2000erwincoumans2018-12-042-10/+20
|\ \ \ \ | |_|/ / |/| | |
| * | | Tangential velocity is now added to the linear velocity when the current velo...a2018-12-012-10/+20
| |/ /
* | | disable per-thread tsan issue, todo: checkout why it failsErwin Coumans2018-12-041-1/+3
|/ /
* | ClangTidyErwin Coumans2018-11-281-1/+1
* | propagate resultOut->m_closestPointDistanceThreshold properly for convex-conv...erwincoumans2018-11-272-6/+6
* | first part of adding spherical joint support in BulletInverseDynamicsErwin Coumans2018-11-273-9/+119
* | Merge remote-tracking branch 'bp/master'Erwin Coumans2018-11-252-2/+7
|\ \
| * | Optionally enable infinite constraint error.stolk2018-11-242-7/+7
| * | Fix issue #2000 of oscillating constraints.stolk2018-11-201-0/+5
* | | add deepmimic args file (for testing)erwincoumans2018-11-231-1/+1
* | | Merge remote-tracking branch 'bp/master'Erwin Coumans2018-11-212-3/+3
|\ \ \ | |/ /
| * | Merge pull request #1994 from erwincoumans/mastererwincoumans2018-11-171-1/+1
| |\ \
| * | | Change confusing variable name in btDiscreteDynamicsWorldMT API.stolk2018-11-152-3/+3
* | | | more work on PyBullet implementation of DeepMimic humanoid mimic of motion ca...erwincoumans2018-11-211-3/+10
| |/ / |/| |