Blender Git Commit Log

Git Commits -> Revision 096b463

Revision 096b463 by Daniel Genrich (master)
September 3, 2008, 11:11 (GMT)
Revert rev16344 on trunk, bullet work is done in sim_physics branch as discussed on sunday meeting

Commit Details:

Full Hash: 096b4638c461cba2e97d336553225e3001da438f
SVN Revision: 16349
Parent Commit: cfa07e8
Lines Changed: +5175, -24891

52 Deleted Paths:

/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvt.cpp (+0, -1320)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvt.h (+0, -1101)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp (+0, -344)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h (+0, -103)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.cpp (+0, -466)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h (+0, -144)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h (+0, -40)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp (+0, -1025)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h (+0, -486)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp (+0, -85)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.h (+0, -66)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp (+0, -683)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btBoxBoxDetector.h (+0, -44)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionConfiguration.h (+0, -47)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp (+0, -108)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h (+0, -71)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp (+0, -281)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h (+0, -112)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.cpp (+0, -78)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexInternalShape.h (+0, -98)
/extern/bullet2/src/BulletCollision/CollisionShapes/btMaterial.h (+0, -34)
/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp (+0, -45)
/extern/bullet2/src/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h (+0, -124)
/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.cpp (+0, -164)
/extern/bullet2/src/BulletCollision/CollisionShapes/btShapeHull.h (+0, -56)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp (+0, -86)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h (+0, -84)
/extern/bullet2/src/BulletCollision/CollisionShapes/btUniformScalingShape.cpp (+0, -114)
/extern/bullet2/src/BulletCollision/CollisionShapes/btUniformScalingShape.h (+0, -88)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp (+0, -943)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h (+0, -71)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp (+0, -414)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSliderConstraint.h (+0, -215)
/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp (+0, -193)
/extern/bullet2/src/BulletDynamics/Dynamics/btContinuousDynamicsWorld.h (+0, -46)
/extern/bullet2/src/BulletSoftBody/btSoftBody.cpp (+0, -2590)
/extern/bullet2/src/BulletSoftBody/btSoftBody.h (+0, -810)
/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp (+0, -410)
/extern/bullet2/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h (+0, -118)
/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.cpp (+0, -656)
/extern/bullet2/src/BulletSoftBody/btSoftBodyHelpers.h (+0, -107)
/extern/bullet2/src/BulletSoftBody/btSoftBodyInternals.h (+0, -895)
/extern/bullet2/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp (+0, -108)
/extern/bullet2/src/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h (+0, -48)
/extern/bullet2/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp (+0, -79)
/extern/bullet2/src/BulletSoftBody/btSoftRigidCollisionAlgorithm.h (+0, -75)
/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.cpp (+0, -126)
/extern/bullet2/src/BulletSoftBody/btSoftRigidDynamicsWorld.h (+0, -73)
/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp (+0, -46)
/extern/bullet2/src/BulletSoftBody/btSoftSoftCollisionAlgorithm.h (+0, -69)
/extern/bullet2/src/BulletSoftBody/btSparseSDF.h (+0, -306)
/extern/bullet2/src/BulletSoftBody/CMakeLists.txt (+0, -21)

169 Modified Paths:

/extern/bullet2/src/btBulletCollisionCommon.h (+2, -5) (Diff)
/extern/bullet2/src/btBulletDynamicsCommon.h (+1, -7) (Diff)
/extern/bullet2/src/Bullet-C-Api.h (+1, -135) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp (+629, -7) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btAxisSweep3.h (+45, -820) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h (+7, -21) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h (+13, -42) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.h (+4, -7) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btDispatcher.h (+6, -16) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp (+61, -444) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h (+17, -334) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp (+74, -162) (Diff)
/extern/bullet2/src/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h (+18, -83) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionCreateFunc.h (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp (+153, -84) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.h (+25, -37) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionObject.cpp (+1, -9) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionObject.h (+24, -47) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp (+166, -463) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h (+37, -173) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp (+15, -21) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h (+8, -20) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp (+11, -16) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h (+10, -14) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp (+13, -7) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h (+8, -17) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.h (+2, -8) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btManifoldResult.cpp (+10, -20) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btManifoldResult.h (+2, -27) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp (+51, -78) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.h (+2, -12) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp (+4, -15) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.h (+6, -17) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp (+3, -16) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.h (+4, -14) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp (+5, -13) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.h (+4, -14) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.cpp (+2, -2) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.h (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp (+2, -13) (Diff)
/extern/bullet2/src/BulletCollision/CollisionDispatch/SphereTriangleDetector.h (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btBoxShape.cpp (+7, -4) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btBoxShape.h (+37, -67) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp (+26, -195) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h (+13, -27) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCapsuleShape.cpp (+6, -30) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCapsuleShape.h (+9, -68) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCollisionShape.cpp (+2, -7) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCollisionShape.h (+15, -30) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.cpp (+5, -56) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCompoundShape.h (+19, -56) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConcaveShape.h (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConeShape.h (+6, -6) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexHullShape.h (+8, -12) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexShape.cpp (+59, -0) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexShape.h (+69, -18) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp (+2, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h (+6, -11) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.cpp (+7, -7) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btCylinderShape.h (+10, -10) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btEmptyShape.cpp (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btEmptyShape.h (+7, -7) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp (+53, -54) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h (+7, -10) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btMinkowskiSumShape.h (+6, -6) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btMultiSphereShape.cpp (+2, -2) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btMultiSphereShape.h (+6, -7) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.cpp (+556, -99) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btOptimizedBvh.h (+282, -15) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp (+2, -40) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h (+6, -8) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btSphereShape.cpp (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btSphereShape.h (+9, -11) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp (+2, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btStaticPlaneShape.h (+4, -12) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btStridingMeshInterface.h (+3, -9) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTetrahedronShape.h (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleBuffer.cpp (+8, -1) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleBuffer.h (+1, -9) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleCallback.h (+1, -3) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp (+7, -38) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h (+11, -29) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.cpp (+27, -82) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMesh.h (+37, -25) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp (+4, -10) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h (+10, -7) (Diff)
/extern/bullet2/src/BulletCollision/CollisionShapes/btTriangleShape.h (+10, -8) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp (+8, -33) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.h (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btConvexCast.h (+8, -10) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h (+2, -2) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h (+3, -3) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp (+79, -81) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.h (+5, -5) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa.cpp (+5, -5) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpa.h (+4, -4) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp (+1, -12) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp (+2, -9) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h (+6, -6) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h (+4, -22) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp (+4, -3) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h (+1, -1) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp (+14, -24) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h (+15, -47) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp (+6, -68) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btRaycastCallback.h (+5, -22) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btSimplexSolverInterface.h (+2, -2) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp (+31, -49) (Diff)
/extern/bullet2/src/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp (+1, -1) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp (+20, -7) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h (+0, -3) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btConstraintSolver.h (+3, -10) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactConstraint.cpp (+10, -22) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactConstraint.h (+2, -2) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btContactSolverInfo.h (+13, -41) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp (+305, -444) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h (+85, -402) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp (+45, -222) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btHingeConstraint.h (+10, -87) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btJacobianEntry.h (+2, -2) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp (+2, -13) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h (+2, -16) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp (+278, -542) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h (+23, -23) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.h (+2, -2) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSolverBody.h (+11, -53) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btSolverConstraint.h (+6, -15) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp (+6, -9) (Diff)
/extern/bullet2/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h (+7, -31) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp (+175, -280) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h (+20, -22) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btDynamicsWorld.h (+18, -68) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btRigidBody.cpp (+127, -87) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btRigidBody.h (+32, -157) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp (+10, -42) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h (+18, -14) (Diff)
/extern/bullet2/src/BulletDynamics/Dynamics/Bullet-C-API.cpp (+89, -279) (Diff)
/extern/bullet2/src/BulletDynamics/Vehicle/btRaycastVehicle.cpp (+38, -34) (Diff)
/extern/bullet2/src/BulletDynamics/Vehicle/btRaycastVehicle.h (+4, -10) (Diff)
/extern/bullet2/src/BulletDynamics/Vehicle/btVehicleRaycaster.h (+1, -1) (Diff)
/extern/bullet2/src/BulletDynamics/Vehicle/btWheelInfo.h (+2, -2) (Diff)
/extern/bullet2/src/LinearMath/btAabbUtil2.h (+4, -45) (Diff)
/extern/bullet2/src/LinearMath/btAlignedAllocator.cpp (+24, -155) (Diff)
/extern/bullet2/src/LinearMath/btAlignedAllocator.h (+2, -26) (Diff)
/extern/bullet2/src/LinearMath/btAlignedObjectArray.h (+5, -64) (Diff)
/extern/bullet2/src/LinearMath/btDefaultMotionState.h (+1, -1) (Diff)
/extern/bullet2/src/LinearMath/btGeometryUtil.cpp (+1, -8) (Diff)
/extern/bullet2/src/LinearMath/btGeometryUtil.h (+0, -1) (Diff)
/extern/bullet2/src/LinearMath/btIDebugDraw.h (+0, -16) (Diff)
/extern/bullet2/src/LinearMath/btMatrix3x3.h (+1, -10) (Diff)
/extern/bullet2/src/LinearMath/btMinMax.h (+6, -6) (Diff)
/extern/bullet2/src/LinearMath/btMotionState.h (+1, -1) (Diff)
/extern/bullet2/src/LinearMath/btQuadWord.h (+34, -37) (Diff)
/extern/bullet2/src/LinearMath/btQuaternion.h (+4, -6) (Diff)
/extern/bullet2/src/LinearMath/btQuickprof.cpp (+29, -273) (Diff)
/extern/bullet2/src/LinearMath/btQuickprof.h (+587, -233) (Diff)
/extern/bullet2/src/LinearMath/btScalar.h (+14, -239) (Diff)
/extern/bullet2/src/LinearMath/btStackAlloc.h (+5, -14) (Diff)
/extern/bullet2/src/LinearMath/btTransform.h (+9, -10) (Diff)
/extern/bullet2/src/LinearMath/btTransformUtil.h (+3, -9) (Diff)
/extern/bullet2/src/LinearMath/btVector3.h (+0, -51) (Diff)
/source/gameengine/Converter/KX_BlenderSceneConverter.cpp (+0, -5) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsController.cpp (+7, -8) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.cpp (+27, -34) (Diff)
/source/gameengine/Physics/Bullet/CcdPhysicsEnvironment.h (+0, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021