[Orxonox-commit 3296] r7983 - in code/branches/kicklib/src/external/bullet: . BulletCollision BulletCollision/BroadphaseCollision BulletCollision/CollisionDispatch BulletCollision/CollisionShapes BulletCollision/NarrowPhaseCollision BulletDynamics BulletDynamics/Character BulletDynamics/ConstraintSolver BulletDynamics/Dynamics BulletDynamics/Vehicle LinearMath
Fabian 'x3n' Landau
x3n at orxonox.net
Sun Feb 27 10:16:34 CET 2011
Author: rgrieder
Date: 2011-02-27 07:43:24 +0100 (Sun, 27 Feb 2011)
New Revision: 7983
Added:
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btBox2dShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btBox2dShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvex2dShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvex2dShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleInfoMap.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.h
code/branches/kicklib/src/external/bullet/LinearMath/btSerializer.cpp
code/branches/kicklib/src/external/bullet/LinearMath/btSerializer.h
Modified:
code/branches/kicklib/src/external/bullet/Bullet-C-Api.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btBroadphaseInterface.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btDbvt.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btDbvt.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.h
code/branches/kicklib/src/external/bullet/BulletCollision/CMakeLists.txt
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btCollisionObject.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btCollisionObject.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btGhostObject.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btManifoldResult.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btManifoldResult.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btUnionFind.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionDispatch/btUnionFind.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btBoxShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btBoxShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCapsuleShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCapsuleShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCollisionMargin.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCollisionShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCompoundShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConcaveShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConcaveShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConeShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConeShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexHullShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexHullShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCylinderShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btCylinderShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btEmptyShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btEmptyShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btMaterial.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btShapeHull.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btShapeHull.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btSphereShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btSphereShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleCallback.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleCallback.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleMesh.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleMesh.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btTriangleShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btConvexPenetrationDepthSolver.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btDiscreteCollisionDetectorInterface.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btManifoldPoint.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btPointCollector.h
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp
code/branches/kicklib/src/external/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.h
code/branches/kicklib/src/external/bullet/BulletDynamics/CMakeLists.txt
code/branches/kicklib/src/external/bullet/BulletDynamics/Character/btCharacterControllerInterface.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Character/btKinematicCharacterController.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/Character/btKinematicCharacterController.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btContactSolverInfo.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btJacobianEntry.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btSolverBody.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/Bullet-C-API.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btActionInterface.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btContinuousDynamicsWorld.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btDynamicsWorld.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btRigidBody.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btRigidBody.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Vehicle/btRaycastVehicle.cpp
code/branches/kicklib/src/external/bullet/BulletDynamics/Vehicle/btRaycastVehicle.h
code/branches/kicklib/src/external/bullet/BulletDynamics/Vehicle/btWheelInfo.h
code/branches/kicklib/src/external/bullet/BulletLicense.txt
code/branches/kicklib/src/external/bullet/CMakeLists.txt
code/branches/kicklib/src/external/bullet/ChangeLog
code/branches/kicklib/src/external/bullet/LinearMath/CMakeLists.txt
code/branches/kicklib/src/external/bullet/LinearMath/btAlignedAllocator.cpp
code/branches/kicklib/src/external/bullet/LinearMath/btAlignedObjectArray.h
code/branches/kicklib/src/external/bullet/LinearMath/btConvexHull.cpp
code/branches/kicklib/src/external/bullet/LinearMath/btConvexHull.h
code/branches/kicklib/src/external/bullet/LinearMath/btDefaultMotionState.h
code/branches/kicklib/src/external/bullet/LinearMath/btHashMap.h
code/branches/kicklib/src/external/bullet/LinearMath/btIDebugDraw.h
code/branches/kicklib/src/external/bullet/LinearMath/btMatrix3x3.h
code/branches/kicklib/src/external/bullet/LinearMath/btMinMax.h
code/branches/kicklib/src/external/bullet/LinearMath/btPoolAllocator.h
code/branches/kicklib/src/external/bullet/LinearMath/btQuaternion.h
code/branches/kicklib/src/external/bullet/LinearMath/btQuickprof.cpp
code/branches/kicklib/src/external/bullet/LinearMath/btQuickprof.h
code/branches/kicklib/src/external/bullet/LinearMath/btScalar.h
code/branches/kicklib/src/external/bullet/LinearMath/btTransform.h
code/branches/kicklib/src/external/bullet/LinearMath/btTransformUtil.h
code/branches/kicklib/src/external/bullet/LinearMath/btVector3.h
code/branches/kicklib/src/external/bullet/NEWS
code/branches/kicklib/src/external/bullet/README
code/branches/kicklib/src/external/bullet/VERSION
code/branches/kicklib/src/external/bullet/btBulletCollisionCommon.h
code/branches/kicklib/src/external/bullet/btBulletDynamicsCommon.h
code/branches/kicklib/src/external/bullet/changes_orxonox.diff
Log:
Updated Bullet Physics Engine from v2.74 to v2.77
More information about the Orxonox-commit
mailing list