From ccced9fd827027c8f7de334d3c3a2521604720a6 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 23 Sep 2006 02:05:22 +0000 Subject: [PATCH] fixed 2 bugs, updated changes.txt --- changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes.txt b/changes.txt index 9c2dc79ab..1920992b8 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,9 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 Sept 23 + Fixed 2 bugs, causing crashes when removing objects. Should do better unit-testing. UnionFind and 3D SAP were involved. + 2006 Sept 19 Allow programmable friction and contact solver model. User can register their own functions for several interaction types. Improved performance, and removed hardcoded maximum overlaps (switched from C-array to stl::set)