From 61374e77772b84ad2078759f565a86984ee823b3 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Mon, 4 Sep 2006 21:52:37 +0000 Subject: [PATCH] updated recent changes --- changes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/changes.txt b/changes.txt index 4fc40b4a8..0810801ff 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,13 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 Sept 4 + Fixed concave collision bug (caused instability/missing collisions in meshes/compounds) + Fixed memoryleak in OptimizedBvh, added RayTestSingle to CollisionWorld + Prepared for VehicleDemo + Increased Performance (island generation for sleeping objects took too much time) + Better COLLADA 1.4.1 physics conformance in ColladaDemo + 2006 August 11 Added Quake BspDemo Improved CCD for compound and non-convex objects