Blender Git Loki
Git Commits -> Revision 67be335
Revision 67be335 by Erwin Coumans (master) April 8, 2006, 13:05 (GMT) |
fixed a lot of GCC 4.0 warnings. |
Commit Details:
Full Hash: 67be33556695a08715a7298413e498643f4cbef1
SVN Revision: 7223
Parent Commit: 7fdeb48
Lines Changed: +222, -89
25 Modified Paths:
/extern/bullet/Bullet/BroadphaseCollision/AxisSweep3.h (+1, -1) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/BroadphaseInterface.h (+2, -0) (Diff)
/extern/bullet/Bullet/Bullet3_vc8.vcproj (+40, -0) (Diff)
/extern/bullet/Bullet/CollisionDispatch/CollisionDispatcher.h (+5, -0) (Diff)
/extern/bullet/Bullet/CollisionDispatch/ConvexConvexAlgorithm.cpp (+11, -15) (Diff)
/extern/bullet/Bullet/CollisionDispatch/ManifoldResult.h (+1, -0) (Diff)
/extern/bullet/Bullet/CollisionShapes/OptimizedBvh.h (+3, -0) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_EdgeEdge.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.h (+3, -0) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexPenetrationDepthSolver.h (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/DiscreteCollisionDetectorInterface.h (+3, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/TypedConstraint.h (+1, -1) (Diff)
/extern/bullet/continuous_vc8.sln (+13, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp (+2, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IMotionState.cpp (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IMotionState.h (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsController.cpp (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsController.h (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsEnvironment.h (+15, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IVehicle.cpp (+16, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IVehicle.h (+16, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_Pro.h (+13, -11) (Diff)
/extern/bullet/LinearMath/IDebugDraw.h (+2, -0) (Diff)
/extern/bullet/LinearMath/SimdVector3.h (+15, -2) (Diff)
/extern/bullet/Bullet/BroadphaseCollision/BroadphaseInterface.h (+2, -0) (Diff)
/extern/bullet/Bullet/Bullet3_vc8.vcproj (+40, -0) (Diff)
/extern/bullet/Bullet/CollisionDispatch/CollisionDispatcher.h (+5, -0) (Diff)
/extern/bullet/Bullet/CollisionDispatch/ConvexConvexAlgorithm.cpp (+11, -15) (Diff)
/extern/bullet/Bullet/CollisionDispatch/ManifoldResult.h (+1, -0) (Diff)
/extern/bullet/Bullet/CollisionShapes/OptimizedBvh.h (+3, -0) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/BU_EdgeEdge.cpp (+1, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexCast.h (+3, -0) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/ConvexPenetrationDepthSolver.h (+2, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/DiscreteCollisionDetectorInterface.h (+3, -1) (Diff)
/extern/bullet/Bullet/NarrowPhaseCollision/GjkPairDetector.cpp (+1, -1) (Diff)
/extern/bullet/BulletDynamics/ConstraintSolver/TypedConstraint.h (+1, -1) (Diff)
/extern/bullet/continuous_vc8.sln (+13, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/CcdPhysics/CcdPhysicsEnvironment.cpp (+2, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IMotionState.cpp (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IMotionState.h (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsController.cpp (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsController.h (+14, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IPhysicsEnvironment.h (+15, -11) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IVehicle.cpp (+16, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_IVehicle.h (+16, -0) (Diff)
/extern/bullet/Extras/PhysicsInterface/Common/PHY_Pro.h (+13, -11) (Diff)
/extern/bullet/LinearMath/IDebugDraw.h (+2, -0) (Diff)
/extern/bullet/LinearMath/SimdVector3.h (+15, -2) (Diff)