Updated files that I missed before.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10123 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-11-07 10:40:27 +00:00
parent 91ae822c25
commit 1b2bb6eed3
2 changed files with 17 additions and 5 deletions

View File

@ -4,12 +4,24 @@ Primary author and maintainer: Erwin Coumans
This ChangeLog is incomplete, for an up-to-date list of all fixed issues see http://bullet.googlecode.com
using http://tinyurl.com/yabmjjj
2010 September 21
- Bullet 2.77 release based on revision 2218
- Added Visual Studio project files for OpenCL and Direct Compute in msvc folder
2011 September 15
- Bullet 2.79 release, revision 2433 (mainly a bugfix release)
- Revert a change in 2.78 related to speculative contacts (it has undesired side effects)
- Use HACD Hierachical Approximate Convex Decomposition (thanks to Khaled Mammou and Sujeon Kim)
- Add Intel cmake-build support for OpenCL accelerated cloth/particle
- add premake4 build system support to autogenerate visual studio project files that can be shipped (see msvc folder)
- preliminary build support for Google NativeClient, using premake4 (see msvc folder)
2011 April 8
- Bullet 2.78 release 2383
- Added FractureDemo
- Added Separatinx Axis Test and Polyhedral Clipping support (See InternalEdgeDemo)
- Added speculative contacts as CCD response method (See CcdPhysicsDemo)
- OpenCL and DirectCompute cloth as basic support for capsule collision
2010 September 7
- autotools now uses CamelCase naming for libraryes just like cmake:
- autotools now uses CamelCase naming for libraries just like cmake:
libbulletdynamics -> libBulletDynamics, libbulletmath -> libLinearMath
2010 July 21

View File

@ -1,7 +1,7 @@
LOCATION=$1
cp $LOCATION/AUTHORS .
cp $LOCATION/BulletLicense.txt .
cp $LOCATION/ChangeLog.txt .
cp $LOCATION/ChangeLog .
cp $LOCATION/LICENSE .
cp $LOCATION/README .
cp $LOCATION/VERSION .