summaryrefslogtreecommitdiff
path: root/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h
Commit message (Expand)AuthorAgeFilesLines
* removed STL usage of Extras/ConvexBuilder and replaced by btAlignedObjectArrayerwin.coumans2008-10-281-1/+2
* Removed obsolete btPoint3: use btVector3 insteaderwin.coumans2008-10-271-1/+0
* Added btGhostObject and btPairCachingGhostObject functionality.erwin.coumans2008-10-181-1/+21
* Add some Doxygen comments for broadphase and linearmath classes.erwin.coumans2008-08-271-2/+2
* Fixed memory leak in btDbvtBroadphaseerwin.coumans2008-07-221-0/+1
* Compile fixesjohn.mccutchan2008-07-101-1/+1
* + improved KinematicCharacterControllererwin.coumans2008-07-091-1/+1
* Fixed warnings in Bullet/src core libraryerwin.coumans2008-05-101-11/+10
* +Added btDbvtBroadphase, this very fast/efficient broadphase is based on Dyna...erwin.coumans2008-05-051-0/+3
* second attempt to some pair management changes, allow to choose pair cache at...erwin.coumans2008-03-141-21/+132
* need to fix an issue, before making the paircache change.erwin.coumans2008-03-141-40/+16
* some pair management changes, allow to choose pair cache at run-time.erwin.coumans2008-03-131-16/+40
* fixed memory leak in btMultiSapBroadphase,ejcoumans2007-11-171-1/+1
* fix some warning, need virtual destructorejcoumans2007-10-141-3/+2
* more work on hashed pairmanager. growing doesn't work yet, so need to allocat...ejcoumans2007-10-121-35/+96
* use size_t instead of int, for allocatorejcoumans2007-10-111-129/+263
* make sure aligned structures/classes use the btAlignedAlloc/btAlignedFree, by...ejcoumans2007-09-251-129/+129
* Based on feedback from another professional game company, there are several i...ejcoumans2007-09-081-6/+6
* Refactoring to enable multi SAP broadphase.ejcoumans2007-08-021-4/+13
* include paths should not be relative starting with "../ejcoumans2007-07-141-2/+2
* support diamondsubdivision (thanks Jay for contribution)ejcoumans2007-06-291-3/+25
* Get the open source Bullet library more in sync with Playstation SPU versionejcoumans2007-04-101-28/+41
* - removed STL from the Bullet library: replace std::vector by btAlignedObject...ejcoumans2007-03-061-3/+4
* Pathnames between #include files that are intended to be used within applicat...sjbaker2006-12-261-1/+1
* enabled the vehicle demo again (still needs lots of tuning before it drives w...ejcoumans2006-10-291-1/+1
* another large series of changes, related to the refactoring.ejcoumans2006-10-061-1/+1
* some minor comment-renames, and moved some data from box/sphere into common c...ejcoumans2006-09-281-1/+1
* Refactoring: another huge number of changes, renamed methods to start with lo...ejcoumans2006-09-281-10/+10
* merged most of the changes from the branch into trunk, except for COLLADA, li...ejcoumans2006-09-271-17/+17
* First stage in refactoring Bullet: moved Bullet Collision and Dynamics and Li...ejcoumans2006-09-251-0/+84