summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4251 from erwincoumans/master3.23erwincoumans2022-04-247-7/+10
|\
| * Merge remote-tracking branch 'bp/master'Erwin Coumans2022-04-241-0/+1
| |\ | |/ |/|
* | Merge pull request #4248 from CrosRoad95/patch-1erwincoumans2022-04-231-0/+1
|\ \
| * | Allow delivered classes to access unscaled pointsSebastian Jura2022-04-221-0/+1
* | | Merge pull request #4249 from erwincoumans/mastererwincoumans2022-04-237-18/+118
|\ \ \
| | | * bump up pybullet version to 3.23Erwin Coumans2022-04-244-4/+4
| | | * Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2022-04-2413-156/+384
| | | |\ | | |_|/ | |/| |
| * | | Merge branch 'master' of github.com:erwincoumans/bullet3Erwin Coumans2022-04-236-138/+266
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #4241 from erwincoumans/mastererwincoumans2022-04-236-139/+264
|\ \ \ \ | |_|/ / |/| | |
| * | | move loadDeformableState into CustomSoftBodyHelper, Bullet/src is not allowed...Erwin Coumans2022-04-184-137/+262
* | | | Merge pull request #4228 from Teemperor/FixUninitReaderwincoumans2022-04-141-1/+1
|\ \ \ \
| * | | | Fix uninitialized read in rpyFromMatrixRaphael Isemann2022-04-021-1/+1
* | | | | Merge pull request #4234 from szabolcsdombi/szabolcsdombi-patch-1erwincoumans2022-04-141-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fix missing getTransformB in btMinkowskiSumShapeSzabolcs Dombi2022-04-141-0/+3
|/ / / /
* | | | Update VERSION3.22berwincoumans2022-03-291-1/+1
| | * | revert lines glsl shader, and add points glsl shader for instanced rendering ...Erwin Coumans2022-04-237-18/+118
| |/ /
| | * remove the 'override' keyword, Bullet is C++2003Erwin Coumans2022-04-243-3/+6
| |/
| * bump up version to 3.22Erwin Coumans2022-03-253-3/+3
|/
* Merge pull request #4219 from erwincoumans/master3.22aerwincoumans2022-03-251-1/+1
|\
| * remove thread import, it is not needed and required C++11Erwin Coumans2022-03-251-1/+1
* | Merge pull request #4218 from erwincoumans/mastererwincoumans2022-03-252-5/+5
|\ \ | |/
| * fix compile errorErwin Coumans2022-03-252-5/+5
|/
* Merge pull request #4213 from bwrsandman/fix-uwp3.22erwincoumans2022-03-251-1/+1
|\
| * UWP: Fix potentially uninitialized local pointer variable errorSandy Carter2022-03-201-1/+1
* | Merge pull request #4212 from bwrsandman/patch-1erwincoumans2022-03-251-1/+1
|\ \
| * | Fix compile on windows 64 bit arm architectureSandy2022-03-201-1/+1
| |/
* | Merge pull request #4211 from Roker2/fix_manifold_point_warningerwincoumans2022-03-251-1/+1
|\ \
| * | BulletCollision: NarrowPhaseCollision: btManifoldPoint: Fix warning spamRoker22022-03-191-1/+1
| |/
* | Merge pull request #4217 from DVLP/patch-1erwincoumans2022-03-251-0/+1
|\ \ | |/ |/|
| * Intermittent alignment issues fixPawel2022-03-241-0/+1
|/
* Merge pull request #4196 from erwincoumans/mastererwincoumans2022-03-091-3/+0
|\
| * remove debugging linesErwin Coumans2022-03-081-3/+0
* | Merge pull request #4198 from fuchuyuan/fixerwincoumans2022-03-093-3/+3
|\ \ | |/ |/|
| * fixChuyuan Kelly Fu2022-03-091-2/+2
| * fixChuyuan Kelly Fu2022-03-083-3/+3
|/
* Merge pull request #4195 from bulletphysics/revert-4194-revert-4069-mastererwincoumans2022-03-0877-114/+30447
|\
| * Revert "Revert "Reduced Deformable Model""revert-4194-revert-4069-mastererwincoumans2022-03-0777-114/+30447
|/
* Merge pull request #4194 from bulletphysics/revert-4069-mastererwincoumans2022-03-0777-30447/+114
|\
| * Revert "Reduced Deformable Model"revert-4069-mastererwincoumans2022-03-0777-30447/+114
|/
* Merge pull request #3996 from wkentaro/addUserDebugPointserwincoumans2022-03-0617-50/+365
|\
| * Add new members at the last of a structKentaro Wada2021-10-251-3/+3
| * Fix pybullet.addUserDebugPoints helpKentaro Wada2021-10-251-1/+1
| * Add pybullet.addUserDebugPointsKentaro Wada2021-10-1617-50/+365
* | Merge pull request #4190 from erwincoumans/mastererwincoumans2022-03-066-7/+93
|\ \
| * | fix premake4 buildErwin Coumans2022-03-054-6/+47
| * | add Reduced Deformable files to setup.pyErwin Coumans2022-03-051-0/+4
| * | Merge remote-tracking branch 'bp/master' into masterErwin Coumans2022-03-0588-141/+31133
| |\ \
| * \ \ Merge remote-tracking branch 'bp/master' into masterErwin Coumans2022-03-056-125/+120
| |\ \ \
| * | | | add optimization for early out for convex versus triangle mesh. Helps getting...Erwin Coumans2022-02-251-1/+42
* | | | | Merge pull request #4137 from duckdoom5/patch-1erwincoumans2022-03-051-1/+0
|\ \ \ \ \