From 01823a3b1cb7eabbf62ecd7c4243991758fefbd8 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Fri, 12 Oct 2007 06:39:10 +0000 Subject: [PATCH] updated changes in ChangeLog.txt --- ChangeLog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index c04ba929b..ec177efb9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,13 @@ Bullet Continuous Collision Detection and Physics Library Primary author and maintainer: Erwin Coumans + +2007 Oct 11 + - added Hashed Overlapping Pair Cache, recommended by Pierre Terdiman. It works like a charm, thanks Pierre and Erin Catto (code from Box2D) + - modified some margins inside btBoxShape, btCylinderShape and btSphereShape + - added cone debug rendering (for cones with x, y and z up-axis) + - added improvements for optional Extra/quickstep, thanks to Remotion + - some performance improvements for Bullet constraint solver + 2007 Sept 28 - upgraded GIMPACT to version 0.3 Thanks to Francisco Leon