Blender Git Commit Log

Git Commits -> Revision 1332091

Revision 1332091 by Erwin Coumans (master)
January 11, 2006, 06:24 (GMT)
bullet in the orange branch seems to be merged incorrectly. updated to the latest version

Commit Details:

Full Hash: 1332091dc27f02e89b7e0c87c1fabe01148b7322
SVN Revision: 6385
Parent Commit: 638b625
Lines Changed: +421, -211

58 Modified Paths:

/extern/bullet/Bullet/BroadphaseCollision/BroadphaseProxy.h (+1, -0) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/SimpleBroadphase.cpp (+27, -3) (Diff)
/extern/bullet/Bullet/CollisionShapes/BoxShape.cpp (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/BoxShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConeShape.h (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexHullShape.cpp (+1, -23) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexHullShape.h (+2, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexShape.h (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/ConvexTriangleCallback.h (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/CylinderShape.h (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/MultiSphereShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/OptimizedBvh.h (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/PolyhedralConvexShape.cpp (+25, -0) (Diff)
/extern/bullet/Bullet/CollisionShapes/PolyhedralConvexShape.h (+3, -0) (Diff)
/extern/bullet/Bullet/CollisionShapes/Simplex1to4Shape.h (+0, -4) (Diff)
/extern/bullet/Bullet/CollisionShapes/SphereShape.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/StridingMeshInterface.cpp (+64, -0) (Diff)
/extern/bullet/Bullet/CollisionShapes/StridingMeshInterface.h (+15, -4) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleCallback.cpp (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleCallback.h (+10, -0) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleIndexVertexArray.h (+2, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMesh.cpp (+18, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMesh.h (+5, -1) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMeshShape.cpp (+53, -48) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleMeshShape.h (+6, -2) (Diff)
/extern/bullet/Bullet/CollisionShapes/TriangleShape.h (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ContinuousConvexCollision.h (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexPenetrationDepthSolver.h (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.cpp (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkConvexCast.h (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.h (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ManifoldContactAddResult.cpp (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/MinkowskiPenetrationDepthSolver.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/PointCollector.h (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/RaycastCallback.h (+2, -1) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConvexAlgorithm.cpp (+14, -11) (Diff)
/extern/bullet/BulletDynamics/CollisionDispatch/ConvexConvexAlgorithm.h (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/ContactConstraint.cpp (+21, -18) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/JacobianEntry.h (+33, -33) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/OdeConstraintSolver.cpp (+6, -2) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/Solve2LinearConstraint.cpp (+2, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.cpp (+6, -2) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/SorLcp.h (+2, -1) (Diff)
/extern/bullet/BulletDynamics/Dynamics/ContactJoint.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/Dynamics/ContactJoint.h (+3, -1) (Diff)
/extern/bullet/BulletDynamics/Dynamics/MassProps.h (+2, -1) (Diff)
/extern/bullet/BulletDynamics/Dynamics/RigidBody.cpp (+0, -5) (Diff)
/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsController.cpp (+11, -4) (Diff)
/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsController.h (+1, -2) (Diff)
/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp (+2, -1) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IMotionState.cpp (+0, -4) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsController.cpp (+0, -4) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsEnvironment.cpp (+0, -4) (Diff)
/extern/bullet/LinearMath/AabbUtil2.h (+2, -1) (Diff)
/extern/bullet/LinearMath/IDebugDraw.h (+2, -1) (Diff)
/extern/bullet/LinearMath/SimdQuadWord.h (+32, -0) (Diff)
/extern/bullet/LinearMath/SimdScalar.h (+12, -3) (Diff)
/extern/bullet/LinearMath/SimdTransformUtil.h (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021