Physics Simulation Forum

 

All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Tue Mar 06, 2007 11:06 am 
Offline
Site Admin
User avatar

Joined: Sun Jun 26, 2005 6:43 pm
Posts: 3744
Location: California, USA
* important bugfix, please upgrade from 2.44 to 2.45

You can download new source release of the Bullet Physics 2.45.

Due to incompatibility and alignment issues, Bullet doesn't use STL anymore.

- std::vector is replaced by btAlignedObjectArray. This array container has also a heapsort and binary search (both in-place), and is mostly compatible with std::vector, except no iterators.
- fixed 'wrong cast' and 'missing symbol gUseEpa'.
- 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).

- from 2.44 to 2.45 the island (constraint) sorting has been fixed, thanks Clemens Unterkofler for reporting!

Enjoy,
Erwin


Last edited by Erwin Coumans on Sat Mar 17, 2007 8:57 am, edited 2 times in total.

Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 08, 2007 11:35 pm 
Offline
User avatar

Joined: Thu Dec 14, 2006 4:27 pm
Posts: 109
Location: Colombia
Thanks Erwin!! that was a great move on the Bullet development. Now it is more stable and compatible with multiple plattforms.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 09, 2007 12:30 am 
Offline
User avatar

Joined: Mon Sep 04, 2006 5:31 pm
Posts: 170
Location: Switzerland
Great news to get rid of STL. I've seen only troubles with it so far. 8)


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 09, 2007 4:28 am 
Offline

Joined: Tue Mar 06, 2007 3:26 am
Posts: 7
wow,so fast.


Top
 Profile  
 
 Post subject: Bug in configure.ac
PostPosted: Sun Mar 11, 2007 2:14 pm 
Offline
User avatar

Joined: Mon Sep 04, 2006 5:31 pm
Posts: 170
Location: Switzerland
Trying to build this ( I know, took me some time, had other things to do ) fails on autogen.sh, reason:
Code:
configure.ac:72: error: possibly undefined macro: _AC_SRCPATHS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.


Fix: Comment out line 72 in configure.ac

Not sure what this line does as I've never used it in a configure myself.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group