From 6e68cff65000667458b845faa703cddc0ef393a8 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Thu, 29 Jun 2006 21:23:03 +0000 Subject: [PATCH] changes.txt: Refactoring of the broadphase Moved some optional files to Extras: Algebraic ccd and EPA, quickstep Moved the limits on bodies/overlap to 32k and 65k --- changes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changes.txt b/changes.txt index 3b39cff75..3470b5b2e 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,11 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 June 29 Erwin Coumans + Refactoring of the broadphase + Moved some optional files to Extras: Algebraic ccd and EPA, quickstep + Moved the limits on bodies/overlap to 32k and 65k + 2006 June 25 Erwin Coumans Added basic Collision Filtering, during broadphase Allow adding meshes to the TriangleIndexVertexArray,