updated version/changelog 2.45

This commit is contained in:
ejcoumans
2007-03-08 16:04:17 +00:00
parent 02e5f2dd8e
commit c856a61dce
3 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,10 @@
Bullet Continuous Collision Detection and Physics Library
Erwin Coumans
2007 March 8
- Fixed bug in constraint/island sorting (caused by replacing STL by dedicated btAlignedObjectArray with heapSort)
Thanks Clemens Unterkofler for pointing this out!
2007 March 6
- removed STL from the Bullet library: replace std::vector by btAlignedObjectArray. Also removed the std::set for overlapping pair set, and turned it into an overlapping pair array. The SAP only adds objects, never removed. Removal is postponed for during traversal of overlapping pairs (duplicates and non-overlapping pairs are removed during that traversal).
- added heap sort and binary search/linear search to btAlignedObjectArray

View File

@@ -1,3 +1,3 @@
Bullet Collision Detection and Physics Library version 2.44
Bullet Collision Detection and Physics Library version 2.45
http://bullet.sourceforge.net

View File

@@ -9,12 +9,12 @@ AC_PREREQ([2.54])
#----------------------------------------------------------------------------
AC_INIT(
[bullet],
[2.44],
[2.45],
[bullet@erwincoumans.com])
CS_PACKAGEINFO(
[Bullet Continuous Collision Detection and Physics Library],
[Copyright (c) 2005-2007 Erwin Coumans],
[http://www.continuousphysics.com/Bullet/])
[http://www.bulletphysics.com])
AC_CONFIG_SRCDIR([mk/jam/build.jam])
AC_CONFIG_AUX_DIR([mk/autoconf])
AC_CANONICAL_HOST