From d0ac26f1a70c00e4a91837085af50ee6dfbb0720 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 9 Dec 2006 01:52:15 +0000 Subject: [PATCH] changes --- changes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changes.txt b/changes.txt index 11830544f..67f6f9e1b 100644 --- a/changes.txt +++ b/changes.txt @@ -1,6 +1,11 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2006 Dec 8, Erwin Coumans + - preparation for SIMD: added btAlignedAllocator and btAlignedObjectArray, to replace stl std::vector, same interface, but compatible with 16 byte alignment + - cleaned up dependencies in autogenerated msvc projectfiles + - aligned btVector3 on 16 bytes boundary, under win32. see if developers will come up with problems + 2006 Dec 04, Erwin Coumans Added btNearCallback. This is similar to Open Dynamics Engine (ODE) dNearCallback, but important differences: - contact points are persistent (lifetime more then one frame, for warmstarting/incremental contact point management)