From 8006800b337e9fe4bfe0246dfcab72b16fbcc03f Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Sat, 16 Jun 2007 04:56:19 +0000 Subject: [PATCH] updated changelog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index d5798655b..02df9ef06 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,9 @@ Bullet Continuous Collision Detection and Physics Library Erwin Coumans +2007 June 15 + - Changed btAlignedObjectArray to call copy constructor/replacement new for duplication, rather then assignment operator (operator=). + 2007 June 11 - Added multi-threading. Originally for Playstation 3 Cell SPU, but the same code can run using Win32 Threads using fake DMA transfers (memcpy) Libspe2 support for Cell Blade / PS3 Linux is upcoming