summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Accelerated terrain raycast with "Bresenham" and chunks"revert-2062-heightfield_acceleratorerwincoumans2019-04-153-490/+39
* Merge pull request #2062 from Zylann/heightfield_acceleratorerwincoumans2019-04-153-39/+490
|\
| * Accelerated terrain raycast using "Bresenham" traversal and optional chunksMarc Gilleron2019-01-163-39/+490
* | Merge pull request #2203 from erwincoumans/mastererwincoumans2019-04-155-6/+62
|\ \
| * | only report solver analytics if enabled using setPhysicsEngineParameter(repor...erwincoumans2019-04-142-4/+4
| * | report constraint solver analytics data, currently for each island the number...erwincoumans2019-04-115-6/+62
* | | don't need to call the computeAccelerationsArticulatedBodyAlgorithmMultiDof()...Steven2019-04-091-0/+1
|/ /
* | in btSimpleBroadphase::destroyProxy(), remove pairs before freeing proxyStephen Gold2019-04-021-2/+2
* | Qualify calls to certain functions from the cmath library.Erwin Coumans2019-03-143-5/+9
* | 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