summaryrefslogtreecommitdiff
path: root/src/Bullet3Common/b3ResizablePool.h
Commit message (Expand)AuthorAgeFilesLines
* Code-style consistency improvement:erwincoumans2018-09-231-38/+27
* b3ResizablePool: only remove a handle, if it is currently in-useErwin Coumans2017-05-041-5/+7
* more work towards removeBody for C-API/pybullet, work-in-progress.Erwin Coumans2017-05-031-12/+42
* Implementation of virtual void CommonRenderInterface::removeGraphicsInstance(...Erwin Coumans2017-05-031-6/+8
* fix issue ,don't iterate over [0..numBodyHandles], would fail once we allow '...Erwin Coumans2017-05-031-1/+19
* move body handles in its own template class, for re-use.Erwin Coumans2017-05-031-0/+130