From 1a0f411f928a75e6f9c2aa6dd315c11a8fd2b6fd Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 17 Jun 2006 18:45:12 +0000 Subject: [PATCH] constraints merge simulation islands --- changes.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changes.txt b/changes.txt index 1b63e5b2b..13c08dfd6 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,7 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans + 2006 June 17 Frank Richter Bumped version in configure.ac to 1.5.6 (assuming that "1.5f" is the next version released). @@ -10,6 +11,9 @@ Erwin Coumans Disabled exceptions for gcc builds. Applied a patch from Michael D. Adams to fix a warning with gcc. +2006 June 16 Erwin Coumans + Constraints now merge simulation islands. + 2006 May 24 Improved GJK accuracy, fixed GjkConvexCast issue, thanks to ~MyXa~ for reporting