summaryrefslogtreecommitdiff
path: root/src/BulletCollision/BroadphaseCollision/btDbvt.h
Commit message (Expand)AuthorAgeFilesLines
* Update Bullet URL in copyright statementsAaron Franke2021-09-131-1/+1
* Fix warning with -WreorderDaniele Bartolini2019-12-181-1/+1
* Remove unnecessary copy constructor in btDbvtDaniele Bartolini2019-12-151-1/+0
* change collision detection between deformables to from continuous to discreteXuchen Han2019-11-111-0/+67
* address PR commentsXuchen Han2019-10-011-1/+0
* add normal cone optimization for self-collisionXuchen Han2019-09-281-1/+110
* Code-style consistency improvement:erwincoumans2018-09-231-728/+789
* Apply temporary stack-memory optimization, thanks to Jim TillanderErwin Coumans2017-03-131-0/+11
* MultiThreaded Demo:Lunkhound2016-10-301-3/+3
* fix more memory leaks, ImportURDFExample is now leak-freeErwin Coumans2016-07-161-23/+70
* fix for broken memmove used in btDbvt.h, issue 347.Ola Røer Thorsen2015-10-221-12/+21
* disable memmove in btDbvtErwin Coumans2015-05-041-8/+8
* fix issue with btDbvt::collideOCL, related to memmove (needs further testing)Erwin Coumans2015-05-021-3/+9
* Apple contribution for OSX SSE and iOS NEON optimizations unit tests, thanks ...erwin.coumans2012-06-071-3/+16
* reduce dynamic memory allocations in btDbvt::rayTestInternal,erwin.coumans2011-12-121-1/+2
* use _WIN32 instead of WIN32 (_WIN32 is a compiler built-in)erwin.coumans2010-02-061-2/+2
* fixes in serialization, should fix non-Windows platforms.erwin.coumans2010-01-301-1/+1
* Get rid of some warnings, mainly unused parameters/variables.erwin.coumans2010-01-191-0/+1
* bugfix in aabb expansion, causing the convexSweepTest to fail in certain caseserwin.coumans2009-12-221-2/+2
* enable SIMD for Apple OSX Intelerwin.coumans2009-07-161-1/+1
* + CMake build system fix under Windows: don't define _WINDOWS to allow Glut c...erwin.coumans2009-07-151-3/+3
* Replace all hardcoded 1e30(f) by BT_LARGE_FLOAT, defined in btScalar.h as 1e1...erwin.coumans2009-05-231-4/+4
* minor tweaks to demos: enable constraint debug drawing in AllBulletDemos, def...erwin.coumans2009-02-181-1255/+1255
* reset randseed in constraint solver for determinismerwin.coumans2009-02-111-1/+1
* applied patches against warnings, thanks a lot Ole K.erwin.coumans2009-02-061-1/+1
* disable btDbvt::collideTT with transform, it is unused and uses an invalid In...erwin.coumans2008-12-091-3/+5
* Make the btDbvtBroadphase deterministic/reproducable, by sorting the btBroadp...erwin.coumans2008-12-081-18/+2
* Add support for broadphase acceleration of convex cast (re-use rayTest implem...erwin.coumans2008-11-191-2/+6
* fix broken builderwin.coumans2008-11-121-2/+2
* Fix compilation for MSVC 6.0 for Bullet and COLLADA DOM.erwin.coumans2008-11-121-6/+0
* reduce the number of dynamic memory allocations again (using a persistentStac...erwin.coumans2008-11-041-1/+73
* missed a local stack in btDbvterwin.coumans2008-11-041-0/+1
* Added btAxisSweep3::resetPool, to avoid non-determinism due to unsorted linke...erwin.coumans2008-11-041-49/+51
* some doxygen updates, added some comments to classes, fix broken links, renam...erwin.coumans2008-11-041-1/+1
* fix broken OS X builderwin.coumans2008-10-291-3/+3
* avoid a lot of dynamic allocations in btDbvt/btSoftBody (re-use stack)erwin.coumans2008-10-291-41/+42
* Some performance improvements and fixes related to btVector3 being aligned on...erwin.coumans2008-10-291-4/+4
* Use the add support for double and float triangle vertices. If it has a bad i...erwin.coumans2008-10-271-2/+16
* Removed ray-AABB slopes code again, we are not using it and it is archived in...erwin.coumans2008-10-161-60/+2
* some rayTest improvements in btDbvt::rayTestInternal, it avoids/reduces memor...erwin.coumans2008-10-161-13/+146
* Autoformat selection for soft body, btDbvt related classes (no code change, j...erwin.coumans2008-10-151-545/+545
* Use consistent rayFrom/rayTo API for rayTest for btDbvt and btSoftBody, inste...erwin.coumans2008-10-151-51/+44
* FIX: use btScalar instead of float, otherwise double precision build breakserwin.coumans2008-10-021-1/+1
* Bug in constructor btHingeConstraint(body, pivot, axis) fixed. Build under MS...rponom2008-09-191-1/+2
* fix 64-bit issue, can't cast void* to int.erwin.coumans2008-09-161-0/+1
* Fixed alignment issue in btDbvt::CollideTVid0x12342008-09-121-1/+2
* Fixed SIMD compilation issues under msvc 7id0x12342008-09-121-3/+3
* SSE gives compile errors on MSVC 7.1erwin.coumans2008-09-111-1/+2
* Improved Dbvt speed slightly.id0x12342008-09-111-19/+32
* (re)Enable SSE by default (using intrinsics) should compile fine under all In...id0x12342008-09-071-77/+69