[Bf-blender-cvs] CVS commit: blender/extern/bullet2/src/BulletCollision/CollisionDispatch btCollisionWorld.cpp btCollisionWorld.h btSimulationIslandManager.cpp btSimulationIslandManager.h blender/extern/bullet2/src/BulletCollision/CollisionShapes btCompoundShape.h btConvexHullShape.cpp btConvexHullShape.h btOptimizedBvh.cpp btOptimizedBvh.h btTriangleBuffer.h ...

Erwin Coumans blender at erwincoumans.com
Tue Dec 12 04:07:56 CET 2006


erwin (Erwin Coumans) 2006/12/12 04:07:56 CET

  Modified files:
    blender/extern/bullet2/src/BulletCollision/CollisionDispatch 
                                                                 btCollisionWorld.cpp 
                                                                 btCollisionWorld.h 
                                                                 btSimulationIslandManager.cpp 
                                                                 btSimulationIslandManager.h 
    blender/extern/bullet2/src/BulletCollision/CollisionShapes 
                                                               btCompoundShape.h 
                                                               btConvexHullShape.cpp 
                                                               btConvexHullShape.h 
                                                               btOptimizedBvh.cpp 
                                                               btOptimizedBvh.h 
                                                               btTriangleBuffer.h 
                                                               btTriangleIndexVertexArray.h 
                                                               btTriangleMesh.h 
  
  Log:
  added some new Bullet files, and upgraded to latest Bullet 2.x
  
  Please make sure to have extern/bullet/src/LinearMath/btAlignedAllocator.cpp in your build, if you add the files by name, instead of wildcard *.cpp
  
  Revision  Changes    Path
  1.5       +3 -1      blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>
  1.6       +2 -2      blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h.diff?r1=1.5&r2=1.6&cvsroot=bf-blender>
  1.7       +33 -6     blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp.diff?r1=1.6&r2=1.7&cvsroot=bf-blender>
  1.4       +1 -1      blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>
  1.3       +3 -2      blender/extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>
  1.2       +1 -0      blender/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.cpp.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.2       +3 -2      blender/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.h.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.2       +5 -0      blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.2       +24 -4     blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.h.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.5       +3 -2      blender/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleBuffer.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleBuffer.h.diff?r1=1.4&r2=1.5&cvsroot=bf-blender>
  1.2       +2 -2      blender/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h.diff?r1=1.1&r2=1.2&cvsroot=bf-blender>
  1.3       +2 -4      blender/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.h.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list