From 9da13d762810dadde0bc1bc44d7a7a88706cc8c2 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Mon, 24 Jul 2006 23:21:39 +0000 Subject: [PATCH] updated changes file --- changes.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/changes.txt b/changes.txt index 3470b5b2e..116cd9dbd 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,20 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 July 24 Erwin Coumans + Added Compound CollisionShape support + (this is still low performance -> requires stackless tree-versus-tree traversal for better performance) + +2006 July 15 Erwin Coumans + Added initial support for Parallel execution (collision detection, constraint solving) + See ParallelPhysicsEnvironment in Extras\PhysicsInterface\CcdPhysics + +2006 July 10 Erwin Coumans + Added MacOS X support (some build issues mainly) + +2006 July 5 Erwin Coumans + Improved COLLADA 1.4 physics import, both COLLADA-DOM and FCollada + 2006 June 29 Erwin Coumans Refactoring of the broadphase Moved some optional files to Extras: Algebraic ccd and EPA, quickstep