summaryrefslogtreecommitdiff
path: root/src/BulletCollision/CollisionDispatch
Commit message (Expand)AuthorAgeFilesLines
...
* skip serialization of empty contact manifolds.Erwin Coumans2017-12-311-2/+2
* further work on saveRestoreState.pyErwin Coumans2017-12-301-2/+2
* made some progress in saving and restoring the state during the simulation, w...Erwin Coumans2017-12-305-12/+73
* Bullet bump up to version 2.88erwincoumans2017-11-221-1/+1
* Composite of fixed code for mingw64(on windows) and general fixes for msvc.d3x0r2017-10-281-10/+2
* Merge pull request #1394 from davilovick/mastererwincoumans2017-10-241-0/+17
|\
| * Add comments to btCollisionWorldDavid Ávila2017-10-231-1/+2
| * Optimize rayTest with btScaledBvhTriangleMeshShapeDavid Ávila Membrives2017-10-191-0/+16
* | Implemented callbacks to customize combining algorithm of Friction, Restituti...AndreaCatania2017-10-152-7/+21
|/
* fix minitaur.urdf: move lower-leg inertia to center, add missing collision fo...erwincoumans2017-09-021-1/+1
* comment out btThreadsAreRunning which does not build.yunfeibai2017-06-021-2/+2
* Bullet 2 threading refactor: moved parallel-for calls into core libsLunkhound2017-05-232-0/+203
* Add a btIDEbugDraw::clearLines, helps multi-threaded rendering of lines (whil...Erwin Coumans2017-05-161-0/+2
* initialize values (padding etc) help asan/msan testsErwin Coumans2017-05-091-3/+9
* fix signed-integer-overflow issue:Erwin Coumans2017-05-091-3/+3
* plumb URDF/SDF audio_source into PhysicsServerCommandProcessor, allow to play...Erwin Coumans2017-05-011-0/+1
* Merge remote-tracking branch 'remotes/bulletphysics/master'nicolaichuk2017-03-233-2/+8
|\
| * fix issue with btMultiBody friction in combination with soft contacts (fricti...Erwin Coumans2017-03-202-1/+8
| * Fix Issue 997erwincoumans2017-03-081-1/+0
* | add additional callbacknicolaichuk2017-03-232-2/+5
* | remove unimplemented methodnicolaichuk2017-03-231-1/+1
* | move constructor for abstract class in protectednicolaichuk2017-03-231-1/+2
|/
* pybullet/shared memory API: add some more check for out-of-bounds indices whe...erwincoumans2017-02-041-0/+11
* fix 'safeNormalize' (probably should remove it)erwincoumans2017-01-301-34/+43
* add optimized version of sphere-capsule and capsule-sphere, re-using the caps...Erwin Coumans2017-01-251-3/+47
* fix many warningsErwin Coumans2017-01-154-14/+13
* Example Browser: add option (keypress 'p') to dump json timing profile trace,...Erwin Coumans2016-12-232-4/+1
* add option to terminate PGS constraint solvers based on a least square residu...Erwin Coumans2016-12-161-0/+1
* allow getClosestPoints for btCompoundCollisionAlgorithm and btSphereTriangleC...erwincoumans2016-11-223-2/+5
* setDebugObjectColorerwincoumans2016-11-212-1/+25
* regular OR wireframe rendering, not botherwincoumans2016-11-199-33/+173
* collisionObject: renamed uniqueId to worldArrayIndex; removed linear search i...Lunkhound2016-11-123-8/+29
* various fixesErwin Coumans2016-11-102-750/+0
* center the grippererwincoumans2016-11-091-0/+1
* pybullet getClosestPointserwincoumans2016-11-096-12/+31
* MultiThreaded Demo:Lunkhound2016-10-308-41/+782
* remove that odd triangle in the origin of samurai castle (VR)erwin coumans2016-09-193-3/+9
* separate spinning and rolling friction coefficients, exposed in URDF as spinn...Erwin Coumans2016-09-161-0/+1
* separate spinning friction (torsional friction around contact normal) fromErwin Coumans2016-09-164-4/+25
* rolling friction -> combine using rolling*normal friction, add for both objects.erwincoumans2016-09-121-1/+1
* export contact friction/damping through URDF and APIErwin Coumans2016-09-024-4/+68
* add first draft of contact point query in shared memory APIerwincoumans2016-09-012-2/+16
* fix SIMD/16-byte alignment issue causing issue in one of the old benchmarksErwin Coumans2016-07-162-6/+13
* typo/case sensitivity BroadphaseCollision vs NarrowPhaseCollision, aarghErwin Coumans2016-07-161-1/+1
* fix more memory leaks, ImportURDFExample is now leak-freeErwin Coumans2016-07-164-5/+15
* minor cleanupAndrew Meadows2016-04-271-5/+2
* Fix build error on OSX + LinuxRyan Huffman2016-04-271-2/+2
* Replace spaces with tabsRyan Huffman2016-04-271-95/+93
* Fix errors in ccd against compound objectsRyan Huffman2016-04-271-11/+22
* Fix missing colObjWrapRyan Huffman2016-04-271-10/+12