diff --git a/src/body/Body.cpp b/src/body/Body.cpp index 9134e5b4..a9c639f3 100644 --- a/src/body/Body.cpp +++ b/src/body/Body.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/body/Body.h b/src/body/Body.h index eb6ff605..68eb245e 100644 --- a/src/body/Body.h +++ b/src/body/Body.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/body/CollisionBody.cpp b/src/body/CollisionBody.cpp index 344aee62..a4361bce 100644 --- a/src/body/CollisionBody.cpp +++ b/src/body/CollisionBody.cpp @@ -1,7 +1,6 @@ - /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/body/CollisionBody.h b/src/body/CollisionBody.h index 9fcc2179..d45e2cbb 100644 --- a/src/body/CollisionBody.h +++ b/src/body/CollisionBody.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/body/RigidBody.cpp b/src/body/RigidBody.cpp index a4500d01..bb196de3 100644 --- a/src/body/RigidBody.cpp +++ b/src/body/RigidBody.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -49,5 +49,5 @@ using namespace reactphysics3d; // Destructor RigidBody::~RigidBody() { -}; +} diff --git a/src/body/RigidBody.h b/src/body/RigidBody.h index 7c34addd..84a4159f 100644 --- a/src/body/RigidBody.h +++ b/src/body/RigidBody.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -94,7 +94,7 @@ class RigidBody : public CollisionBody { // Constructor RigidBody(const Transform& transform, decimal mass, const Matrix3x3& inertiaTensorLocal, - CollisionShape* collisionShape, bodyindex id); // Copy-constructor + CollisionShape* collisionShape, bodyindex id); // Destructor virtual ~RigidBody(); @@ -295,6 +295,6 @@ inline void RigidBody::setFrictionCoefficient(decimal frictionCoefficient) { mFrictionCoefficient = frictionCoefficient; } -} // End of the ReactPhyscis3D namespace +} #endif diff --git a/src/collision/BroadPhasePair.cpp b/src/collision/BroadPhasePair.cpp index e09b0187..c54d8c52 100644 --- a/src/collision/BroadPhasePair.cpp +++ b/src/collision/BroadPhasePair.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/BroadPhasePair.h b/src/collision/BroadPhasePair.h index b60e2e57..1c1d31f1 100644 --- a/src/collision/BroadPhasePair.h +++ b/src/collision/BroadPhasePair.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/CollisionDetection.h b/src/collision/CollisionDetection.h index e2de61e4..ac1a70dc 100644 --- a/src/collision/CollisionDetection.h +++ b/src/collision/CollisionDetection.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -154,6 +154,6 @@ inline void CollisionDetection::removeBody(CollisionBody* body) { mBroadPhaseAlgorithm->removeObject(body); } -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/collision/ContactInfo.cpp b/src/collision/ContactInfo.cpp index fa3e0226..b3d7486a 100644 --- a/src/collision/ContactInfo.cpp +++ b/src/collision/ContactInfo.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -32,6 +32,7 @@ using namespace reactphysics3d; // Constructor ContactInfo::ContactInfo(const Vector3& normal, decimal penetrationDepth, const Vector3& localPoint1, const Vector3& localPoint2) - : normal(normal), penetrationDepth(penetrationDepth), localPoint1(localPoint1), localPoint2(localPoint2) { + : normal(normal), penetrationDepth(penetrationDepth), localPoint1(localPoint1), + localPoint2(localPoint2) { } diff --git a/src/collision/ContactInfo.h b/src/collision/ContactInfo.h index 6b599725..573db8d3 100644 --- a/src/collision/ContactInfo.h +++ b/src/collision/ContactInfo.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/broadphase/BroadPhaseAlgorithm.cpp b/src/collision/broadphase/BroadPhaseAlgorithm.cpp index b155909f..3ab777ea 100644 --- a/src/collision/broadphase/BroadPhaseAlgorithm.cpp +++ b/src/collision/broadphase/BroadPhaseAlgorithm.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/broadphase/BroadPhaseAlgorithm.h b/src/collision/broadphase/BroadPhaseAlgorithm.h index c318d23e..6ca688c9 100644 --- a/src/collision/broadphase/BroadPhaseAlgorithm.h +++ b/src/collision/broadphase/BroadPhaseAlgorithm.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -80,9 +80,6 @@ class BroadPhaseAlgorithm { // Destructor virtual ~BroadPhaseAlgorithm(); - // TODO : DELETE THIS METHOD - uint getNbOverlappingPairs() const; - // Notify the broad-phase about a new object in the world virtual void addObject(CollisionBody* body, const AABB& aabb)=0; @@ -99,12 +96,6 @@ class BroadPhaseAlgorithm { BodyPair* endOverlappingPairsPointer() const; }; -// TODO : DELETE THIS METHOD -inline uint BroadPhaseAlgorithm::getNbOverlappingPairs() const { - return mPairManager.getNbOverlappingPairs(); -} - - // Return a pointer to the first active pair (used to iterate over the overlapping pairs) inline BodyPair* BroadPhaseAlgorithm::beginOverlappingPairsPointer() const { return mPairManager.beginOverlappingPairsPointer(); @@ -115,7 +106,7 @@ inline BodyPair* BroadPhaseAlgorithm::endOverlappingPairsPointer() const { return mPairManager.endOverlappingPairsPointer(); } -} // End of reactphysics3d namespace +} #endif diff --git a/src/collision/broadphase/NoBroadPhaseAlgorithm.cpp b/src/collision/broadphase/NoBroadPhaseAlgorithm.cpp index e0c3e1cf..d0d3af5d 100644 --- a/src/collision/broadphase/NoBroadPhaseAlgorithm.cpp +++ b/src/collision/broadphase/NoBroadPhaseAlgorithm.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/broadphase/NoBroadPhaseAlgorithm.h b/src/collision/broadphase/NoBroadPhaseAlgorithm.h index b8b6b8df..1b1e813b 100644 --- a/src/collision/broadphase/NoBroadPhaseAlgorithm.h +++ b/src/collision/broadphase/NoBroadPhaseAlgorithm.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -117,7 +117,7 @@ inline void NoBroadPhaseAlgorithm::updateObject(CollisionBody* body, const AABB& return; } -} // End of reactphysics3d namespace +} #endif diff --git a/src/collision/broadphase/PairManager.cpp b/src/collision/broadphase/PairManager.cpp index fcbae22e..c01bdbe6 100644 --- a/src/collision/broadphase/PairManager.cpp +++ b/src/collision/broadphase/PairManager.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/broadphase/PairManager.h b/src/collision/broadphase/PairManager.h index 43bc0b6a..1d76b35c 100644 --- a/src/collision/broadphase/PairManager.h +++ b/src/collision/broadphase/PairManager.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -320,7 +320,7 @@ inline BodyPair* PairManager::endOverlappingPairsPointer() const { } } -} // End of reactphysics3d namespace +} #endif diff --git a/src/collision/broadphase/SweepAndPruneAlgorithm.cpp b/src/collision/broadphase/SweepAndPruneAlgorithm.cpp index 30747e22..79bdf33d 100644 --- a/src/collision/broadphase/SweepAndPruneAlgorithm.cpp +++ b/src/collision/broadphase/SweepAndPruneAlgorithm.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -34,7 +34,7 @@ using namespace reactphysics3d; using namespace std; // Initialization of static variables -bodyindex SweepAndPruneAlgorithm::INVALID_INDEX = std::numeric_limits::max(); +bodyindex SweepAndPruneAlgorithm::INVALID_INDEX = std::numeric_limits::max(); // Constructor of AABBInt AABBInt::AABBInt(const AABB& aabb) { @@ -94,7 +94,8 @@ void SweepAndPruneAlgorithm::addObject(CollisionBody* body, const AABB& aabb) { assert(mEndPoints[axis][0].boxID == INVALID_INDEX && mEndPoints[axis][0].isMin == true); assert(maxLimitEndPoint->boxID == INVALID_INDEX && maxLimitEndPoint->isMin == false); EndPoint* newMaxLimitEndPoint = &mEndPoints[axis][indexLimitEndPoint + 2]; - newMaxLimitEndPoint->setValues(maxLimitEndPoint->boxID, maxLimitEndPoint->isMin, maxLimitEndPoint->value); + newMaxLimitEndPoint->setValues(maxLimitEndPoint->boxID, maxLimitEndPoint->isMin, + maxLimitEndPoint->value); } // Create a new box diff --git a/src/collision/broadphase/SweepAndPruneAlgorithm.h b/src/collision/broadphase/SweepAndPruneAlgorithm.h index 1339fe2a..b4a393a2 100644 --- a/src/collision/broadphase/SweepAndPruneAlgorithm.h +++ b/src/collision/broadphase/SweepAndPruneAlgorithm.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/EPA/EPAAlgorithm.cpp b/src/collision/narrowphase/EPA/EPAAlgorithm.cpp index e81b6796..046d81be 100644 --- a/src/collision/narrowphase/EPA/EPAAlgorithm.cpp +++ b/src/collision/narrowphase/EPA/EPAAlgorithm.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/EPA/EPAAlgorithm.h b/src/collision/narrowphase/EPA/EPAAlgorithm.h index 5423d4fc..2db70f37 100644 --- a/src/collision/narrowphase/EPA/EPAAlgorithm.h +++ b/src/collision/narrowphase/EPA/EPAAlgorithm.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -136,7 +136,7 @@ inline void EPAAlgorithm::addFaceCandidate(TriangleEPA* triangle, TriangleEPA** } } -} // End of ReactPhysics3D namespace +} #endif diff --git a/src/collision/narrowphase/EPA/EdgeEPA.cpp b/src/collision/narrowphase/EPA/EdgeEPA.cpp index 8806962a..b9f92ae6 100644 --- a/src/collision/narrowphase/EPA/EdgeEPA.cpp +++ b/src/collision/narrowphase/EPA/EdgeEPA.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/EPA/EdgeEPA.h b/src/collision/narrowphase/EPA/EdgeEPA.h index bc3c64d2..1998f403 100644 --- a/src/collision/narrowphase/EPA/EdgeEPA.h +++ b/src/collision/narrowphase/EPA/EdgeEPA.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -118,7 +118,7 @@ inline int indexOfPreviousCounterClockwiseEdge(int i) { return (i + 2) % 3; } -} // End of ReactPhysics3D namespace +} #endif diff --git a/src/collision/narrowphase/EPA/TriangleEPA.cpp b/src/collision/narrowphase/EPA/TriangleEPA.cpp index 34f970bd..c222815f 100644 --- a/src/collision/narrowphase/EPA/TriangleEPA.cpp +++ b/src/collision/narrowphase/EPA/TriangleEPA.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -112,14 +112,17 @@ void reactphysics3d::halfLink(const EdgeEPA& edge0, const EdgeEPA& edge1) { // Execute the recursive silhouette algorithm from this triangle face // The parameter "vertices" is an array that contains the vertices of the current polytope and the -// parameter "indexNewVertex" is the index of the new vertex in this array. The goal of the silhouette algorithm is -// to add the new vertex in the polytope by keeping it convex. Therefore, the triangle faces that are visible from the -// new vertex must be removed from the polytope and we need to add triangle faces where each face contains the new vertex -// and an edge of the silhouette. The silhouette is the connected set of edges that are part of the border between faces that -// are seen and faces that are not seen from the new vertex. This method starts from the nearest face from the new vertex, -// computes the silhouette and create the new faces from the new vertex in order that we always have a convex polytope. The -// faces visible from the new vertex are set obselete and will not be considered as being a candidate face in the future. -bool TriangleEPA::computeSilhouette(const Vector3* vertices, uint indexNewVertex, TrianglesStore& triangleStore) { +// parameter "indexNewVertex" is the index of the new vertex in this array. The goal of the +// silhouette algorithm is to add the new vertex in the polytope by keeping it convex. Therefore, +// the triangle faces that are visible from the new vertex must be removed from the polytope and we +// need to add triangle faces where each face contains the new vertex and an edge of the silhouette. +// The silhouette is the connected set of edges that are part of the border between faces that +// are seen and faces that are not seen from the new vertex. This method starts from the nearest +// face from the new vertex, computes the silhouette and create the new faces from the new vertex in +// order that we always have a convex polytope. The faces visible from the new vertex are set +// obselete and will not be considered as being a candidate face in the future. +bool TriangleEPA::computeSilhouette(const Vector3* vertices, uint indexNewVertex, + TrianglesStore& triangleStore) { uint first = triangleStore.getNbTriangles(); @@ -136,7 +139,8 @@ bool TriangleEPA::computeSilhouette(const Vector3* vertices, uint indexNewVertex int i,j; // For each triangle face that contains the new vertex and an edge of the silhouette - for (i=first, j=triangleStore.getNbTriangles()-1; i != triangleStore.getNbTriangles(); j = i++) { + for (i=first, j=triangleStore.getNbTriangles()-1; + i != triangleStore.getNbTriangles(); j = i++) { TriangleEPA* triangle = &triangleStore[i]; halfLink(triangle->getAdjacentEdge(1), EdgeEPA(triangle, 1)); diff --git a/src/collision/narrowphase/EPA/TriangleEPA.h b/src/collision/narrowphase/EPA/TriangleEPA.h index 67dc0c39..967b88cc 100644 --- a/src/collision/narrowphase/EPA/TriangleEPA.h +++ b/src/collision/narrowphase/EPA/TriangleEPA.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -196,6 +196,6 @@ inline uint TriangleEPA::operator[](int i) const { return mIndicesVertices[i]; } -} // End of ReactPhysics3D namespace +} #endif diff --git a/src/collision/narrowphase/EPA/TrianglesStore.cpp b/src/collision/narrowphase/EPA/TrianglesStore.cpp index 7e34523d..b5d40210 100644 --- a/src/collision/narrowphase/EPA/TrianglesStore.cpp +++ b/src/collision/narrowphase/EPA/TrianglesStore.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/EPA/TrianglesStore.h b/src/collision/narrowphase/EPA/TrianglesStore.h index 4d8cc459..07245d59 100644 --- a/src/collision/narrowphase/EPA/TrianglesStore.h +++ b/src/collision/narrowphase/EPA/TrianglesStore.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -139,6 +139,6 @@ inline TriangleEPA& TrianglesStore::operator[](int i) { return mTriangles[i]; } -} // End of ReactPhysics3D namespace +} #endif diff --git a/src/collision/narrowphase/GJK/GJKAlgorithm.cpp b/src/collision/narrowphase/GJK/GJKAlgorithm.cpp index bf6b8f5d..ed1dbd9b 100644 --- a/src/collision/narrowphase/GJK/GJKAlgorithm.cpp +++ b/src/collision/narrowphase/GJK/GJKAlgorithm.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/GJK/GJKAlgorithm.h b/src/collision/narrowphase/GJK/GJKAlgorithm.h index b58054d3..7d71c142 100644 --- a/src/collision/narrowphase/GJK/GJKAlgorithm.h +++ b/src/collision/narrowphase/GJK/GJKAlgorithm.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -99,6 +99,6 @@ class GJKAlgorithm : public NarrowPhaseAlgorithm { ContactInfo*& contactInfo); }; -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/collision/narrowphase/GJK/Simplex.cpp b/src/collision/narrowphase/GJK/Simplex.cpp index 0bae65df..b3521707 100644 --- a/src/collision/narrowphase/GJK/Simplex.cpp +++ b/src/collision/narrowphase/GJK/Simplex.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/GJK/Simplex.h b/src/collision/narrowphase/GJK/Simplex.h index 59410ccd..d599e136 100644 --- a/src/collision/narrowphase/GJK/Simplex.h +++ b/src/collision/narrowphase/GJK/Simplex.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -185,6 +185,6 @@ inline decimal Simplex::getMaxLengthSquareOfAPoint() const { return mMaxLengthSquare; } -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/collision/narrowphase/NarrowPhaseAlgorithm.cpp b/src/collision/narrowphase/NarrowPhaseAlgorithm.cpp index d8778ce8..0b214ea0 100644 --- a/src/collision/narrowphase/NarrowPhaseAlgorithm.cpp +++ b/src/collision/narrowphase/NarrowPhaseAlgorithm.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/NarrowPhaseAlgorithm.h b/src/collision/narrowphase/NarrowPhaseAlgorithm.h index 381640ee..6145a837 100644 --- a/src/collision/narrowphase/NarrowPhaseAlgorithm.h +++ b/src/collision/narrowphase/NarrowPhaseAlgorithm.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -92,7 +92,7 @@ inline void NarrowPhaseAlgorithm::setCurrentOverlappingPair(BroadPhasePair *over mCurrentOverlappingPair = overlappingPair; } -} // End of reactphysics3d namespace +} #endif diff --git a/src/collision/narrowphase/SphereVsSphereAlgorithm.cpp b/src/collision/narrowphase/SphereVsSphereAlgorithm.cpp index 6dc88f9b..cded8912 100644 --- a/src/collision/narrowphase/SphereVsSphereAlgorithm.cpp +++ b/src/collision/narrowphase/SphereVsSphereAlgorithm.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/narrowphase/SphereVsSphereAlgorithm.h b/src/collision/narrowphase/SphereVsSphereAlgorithm.h index f9600799..6312412e 100644 --- a/src/collision/narrowphase/SphereVsSphereAlgorithm.h +++ b/src/collision/narrowphase/SphereVsSphereAlgorithm.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -71,7 +71,7 @@ class SphereVsSphereAlgorithm : public NarrowPhaseAlgorithm { ContactInfo*& contactInfo); }; -} // End of reactphysics3d namespace +} #endif diff --git a/src/collision/shapes/AABB.cpp b/src/collision/shapes/AABB.cpp index e8e317fc..0f285070 100644 --- a/src/collision/shapes/AABB.cpp +++ b/src/collision/shapes/AABB.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/AABB.h b/src/collision/shapes/AABB.h index 1c744b15..6499c5bc 100644 --- a/src/collision/shapes/AABB.h +++ b/src/collision/shapes/AABB.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/BoxShape.cpp b/src/collision/shapes/BoxShape.cpp index 22e7075e..a521acc7 100644 --- a/src/collision/shapes/BoxShape.cpp +++ b/src/collision/shapes/BoxShape.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/BoxShape.h b/src/collision/shapes/BoxShape.h index d0922c3a..7e08b818 100644 --- a/src/collision/shapes/BoxShape.h +++ b/src/collision/shapes/BoxShape.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/CollisionShape.cpp b/src/collision/shapes/CollisionShape.cpp index 50d9a883..d85ff426 100644 --- a/src/collision/shapes/CollisionShape.cpp +++ b/src/collision/shapes/CollisionShape.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/CollisionShape.h b/src/collision/shapes/CollisionShape.h index 8614438b..63f1ef7a 100644 --- a/src/collision/shapes/CollisionShape.h +++ b/src/collision/shapes/CollisionShape.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/ConeShape.cpp b/src/collision/shapes/ConeShape.cpp index d982b66e..f13ebebf 100644 --- a/src/collision/shapes/ConeShape.cpp +++ b/src/collision/shapes/ConeShape.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/ConeShape.h b/src/collision/shapes/ConeShape.h index ed43a1b1..413fa283 100644 --- a/src/collision/shapes/ConeShape.h +++ b/src/collision/shapes/ConeShape.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/CylinderShape.cpp b/src/collision/shapes/CylinderShape.cpp index b0b7ba66..433ba8aa 100644 --- a/src/collision/shapes/CylinderShape.cpp +++ b/src/collision/shapes/CylinderShape.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/CylinderShape.h b/src/collision/shapes/CylinderShape.h index 3c554180..fec53379 100644 --- a/src/collision/shapes/CylinderShape.h +++ b/src/collision/shapes/CylinderShape.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/SphereShape.cpp b/src/collision/shapes/SphereShape.cpp index d4617b89..c3afa4a3 100644 --- a/src/collision/shapes/SphereShape.cpp +++ b/src/collision/shapes/SphereShape.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/collision/shapes/SphereShape.h b/src/collision/shapes/SphereShape.h index ac398f7a..cb4ea0e4 100644 --- a/src/collision/shapes/SphereShape.h +++ b/src/collision/shapes/SphereShape.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/configuration.h b/src/configuration.h index e570f2d5..5c32f872 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/constraint/Constraint.cpp b/src/constraint/Constraint.cpp index 1230dc05..0efc6b54 100644 --- a/src/constraint/Constraint.cpp +++ b/src/constraint/Constraint.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/constraint/Constraint.h b/src/constraint/Constraint.h index 4f46ee66..f6e1c4d5 100644 --- a/src/constraint/Constraint.h +++ b/src/constraint/Constraint.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/constraint/ContactPoint.cpp b/src/constraint/ContactPoint.cpp index b5b87dcf..d2f34781 100644 --- a/src/constraint/ContactPoint.cpp +++ b/src/constraint/ContactPoint.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/constraint/ContactPoint.h b/src/constraint/ContactPoint.h index 38379d2c..148c16ba 100644 --- a/src/constraint/ContactPoint.h +++ b/src/constraint/ContactPoint.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/decimal.h b/src/decimal.h old mode 100755 new mode 100644 index cabc87cc..87e9e03c --- a/src/decimal.h +++ b/src/decimal.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/CollisionWorld.cpp b/src/engine/CollisionWorld.cpp index b0f9136c..af7eb189 100644 --- a/src/engine/CollisionWorld.cpp +++ b/src/engine/CollisionWorld.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/CollisionWorld.h b/src/engine/CollisionWorld.h index 8d105882..ecc03b7a 100644 --- a/src/engine/CollisionWorld.h +++ b/src/engine/CollisionWorld.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -133,6 +133,6 @@ inline std::set::iterator CollisionWorld::getBodiesEndIterator() return mBodies.end(); } -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/engine/ContactManifold.cpp b/src/engine/ContactManifold.cpp index 8bee1c39..c2e66fee 100644 --- a/src/engine/ContactManifold.cpp +++ b/src/engine/ContactManifold.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -50,7 +50,8 @@ void ContactManifold::addContactPoint(ContactPoint* contact) { // Check if the new point point does not correspond to a same contact point // already in the manifold. - decimal distance = (mContactPoints[i]->getWorldPointOnBody1() - contact->getWorldPointOnBody1()).lengthSquare(); + decimal distance = (mContactPoints[i]->getWorldPointOnBody1() - + contact->getWorldPointOnBody1()).lengthSquare(); if (distance <= PERSISTENT_CONTACT_DIST_THRESHOLD*PERSISTENT_CONTACT_DIST_THRESHOLD) { // Delete the new contact diff --git a/src/engine/ContactManifold.h b/src/engine/ContactManifold.h index 3678bc30..603ca5a7 100644 --- a/src/engine/ContactManifold.h +++ b/src/engine/ContactManifold.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/ContactSolver.cpp b/src/engine/ContactSolver.cpp index 3e610b26..caa2f636 100644 --- a/src/engine/ContactSolver.cpp +++ b/src/engine/ContactSolver.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/ContactSolver.h b/src/engine/ContactSolver.h index 1eb7c059..d13b05de 100644 --- a/src/engine/ContactSolver.h +++ b/src/engine/ContactSolver.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/DynamicsWorld.cpp b/src/engine/DynamicsWorld.cpp index 55b8d1e7..cb68ea43 100644 --- a/src/engine/DynamicsWorld.cpp +++ b/src/engine/DynamicsWorld.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -43,7 +43,8 @@ DynamicsWorld::DynamicsWorld(const Vector3 &gravity, decimal timeStep = DEFAULT_ DynamicsWorld::~DynamicsWorld() { // Delete the remaining overlapping pairs - for (map, OverlappingPair*>::iterator it=mOverlappingPairs.begin(); it != mOverlappingPairs.end(); it++) { + map, OverlappingPair*>::iterator it; + for (it = mOverlappingPairs.begin(); it != mOverlappingPairs.end(); it++) { // Delete the overlapping pair (*it).second->OverlappingPair::~OverlappingPair(); mMemoryPoolOverlappingPairs.freeObject((*it).second); @@ -108,7 +109,8 @@ void DynamicsWorld::updateRigidBodiesPositionAndOrientation() { decimal dt = mTimer.getTimeStep(); // For each rigid body of the world - for (set::iterator it=getRigidBodiesBeginIterator(); it != getRigidBodiesEndIterator(); ++it) { + set::iterator it; + for (it = getRigidBodiesBeginIterator(); it != getRigidBodiesEndIterator(); ++it) { RigidBody* rigidBody = *it; assert(rigidBody != NULL); @@ -163,7 +165,8 @@ void DynamicsWorld::setInterpolationFactorToAllBodies() { assert(factor >= 0.0 && factor <= 1.0); // Set the factor to all bodies - for (set::iterator it=getRigidBodiesBeginIterator(); it != getRigidBodiesEndIterator(); ++it) { + set::iterator it; + for (it = getRigidBodiesBeginIterator(); it != getRigidBodiesEndIterator(); ++it) { RigidBody* rigidBody = dynamic_cast(*it); assert(rigidBody); @@ -188,9 +191,11 @@ void DynamicsWorld::initConstrainedVelocitiesArray() { RigidBody* rigidBody = *it; mMapBodyToConstrainedVelocityIndex.insert(std::make_pair(rigidBody, i)); - // TODO : Move it somewhere else - mConstrainedLinearVelocities[i] = rigidBody->getLinearVelocity() + dt * rigidBody->getMassInverse() *rigidBody->getExternalForce(); - mConstrainedAngularVelocities[i] = rigidBody->getAngularVelocity() + dt * rigidBody->getInertiaTensorInverseWorld() * rigidBody->getExternalTorque(); + // Integrate the external force to get the new velocity of the body + mConstrainedLinearVelocities[i] = rigidBody->getLinearVelocity() + + dt * rigidBody->getMassInverse() * rigidBody->getExternalForce(); + mConstrainedAngularVelocities[i] = rigidBody->getAngularVelocity() + + dt * rigidBody->getInertiaTensorInverseWorld() * rigidBody->getExternalTorque(); i++; } @@ -211,7 +216,8 @@ void DynamicsWorld::cleanupConstrainedVelocitiesArray() { void DynamicsWorld::applyGravity() { // For each body of the physics world - for (set::iterator it=getRigidBodiesBeginIterator(); it != getRigidBodiesEndIterator(); ++it) { + set::iterator it; + for (it = getRigidBodiesBeginIterator(); it != getRigidBodiesEndIterator(); ++it) { RigidBody* rigidBody = dynamic_cast(*it); assert(rigidBody != NULL); @@ -237,7 +243,10 @@ RigidBody* DynamicsWorld::createRigidBody(const Transform& transform, decimal ma assert(bodyID < std::numeric_limits::max()); // Create the rigid body - RigidBody* rigidBody = new (mMemoryPoolRigidBodies.allocateObject()) RigidBody(transform, mass, inertiaTensorLocal, collisionShape, bodyID); + RigidBody* rigidBody = new (mMemoryPoolRigidBodies.allocateObject()) RigidBody(transform, mass, + inertiaTensorLocal, + collisionShape, + bodyID); assert(rigidBody != NULL); // Add the rigid body to the physics world @@ -264,8 +273,8 @@ void DynamicsWorld::destroyRigidBody(RigidBody* rigidBody) { rigidBody->RigidBody::~RigidBody(); // Remove the rigid body from the list of rigid bodies - mBodies.erase(rigidBody); // TOOD : Maybe use a set to make this faster - mRigidBodies.erase(rigidBody); // TOOD : Maybe use a set to make this faster + mBodies.erase(rigidBody); + mRigidBodies.erase(rigidBody); // Free the object from the memory pool mMemoryPoolRigidBodies.freeObject(rigidBody); @@ -283,9 +292,11 @@ void DynamicsWorld::notifyAddedOverlappingPair(const BroadPhasePair* addedPair) std::pair indexPair = addedPair->getBodiesIndexPair(); // Add the pair into the set of overlapping pairs (if not there yet) - OverlappingPair* newPair = new (mMemoryPoolOverlappingPairs.allocateObject()) OverlappingPair(addedPair->body1, addedPair->body2, mMemoryPoolContacts); + OverlappingPair* newPair = new (mMemoryPoolOverlappingPairs.allocateObject()) OverlappingPair( + addedPair->body1, addedPair->body2, mMemoryPoolContacts); assert(newPair != NULL); - std::pair, OverlappingPair*>::iterator, bool> check = mOverlappingPairs.insert(make_pair(indexPair, newPair)); + std::pair::iterator, bool> check = + mOverlappingPairs.insert(make_pair(indexPair, newPair)); } // Notify the world about a removed broad-phase overlapping pair @@ -301,7 +312,8 @@ void DynamicsWorld::notifyRemovedOverlappingPair(const BroadPhasePair* removedPa } // Notify the world about a new narrow-phase contact -void DynamicsWorld::notifyNewContact(const BroadPhasePair* broadPhasePair, const ContactInfo* contactInfo) { +void DynamicsWorld::notifyNewContact(const BroadPhasePair* broadPhasePair, + const ContactInfo* contactInfo) { RigidBody* const rigidBody1 = dynamic_cast(broadPhasePair->body1); RigidBody* const rigidBody2 = dynamic_cast(broadPhasePair->body2); @@ -310,7 +322,9 @@ void DynamicsWorld::notifyNewContact(const BroadPhasePair* broadPhasePair, const assert(rigidBody2 != NULL); // Create a new contact - ContactPoint* contact = new (mMemoryPoolContacts.allocateObject()) ContactPoint(rigidBody1, rigidBody2, contactInfo); + ContactPoint* contact = new (mMemoryPoolContacts.allocateObject()) ContactPoint(rigidBody1, + rigidBody2, + contactInfo); assert(contact != NULL); // Get the corresponding overlapping pair diff --git a/src/engine/DynamicsWorld.h b/src/engine/DynamicsWorld.h index e800cd7e..c20b5a58 100644 --- a/src/engine/DynamicsWorld.h +++ b/src/engine/DynamicsWorld.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/OverlappingPair.cpp b/src/engine/OverlappingPair.cpp index cfd0aef4..8ca9b511 100644 --- a/src/engine/OverlappingPair.cpp +++ b/src/engine/OverlappingPair.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/OverlappingPair.h b/src/engine/OverlappingPair.h index a0b67cb2..77b73f6f 100644 --- a/src/engine/OverlappingPair.h +++ b/src/engine/OverlappingPair.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -144,7 +144,7 @@ inline ContactManifold* OverlappingPair::getContactManifold() { return &mContactManifold; } -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/engine/Timer.cpp b/src/engine/Timer.cpp index 5d7efdaf..007a4240 100644 --- a/src/engine/Timer.cpp +++ b/src/engine/Timer.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/engine/Timer.h b/src/engine/Timer.h index 474481ac..383cb9e2 100644 --- a/src/engine/Timer.h +++ b/src/engine/Timer.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -220,6 +220,6 @@ inline void Timer::update() { mAccumulator += mDeltaTime; } -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/mathematics/Matrix3x3.cpp b/src/mathematics/Matrix3x3.cpp index 07396882..1907371e 100644 --- a/src/mathematics/Matrix3x3.cpp +++ b/src/mathematics/Matrix3x3.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -42,7 +42,9 @@ Matrix3x3::Matrix3x3(decimal value) { } // Constructor with arguments -Matrix3x3::Matrix3x3(decimal a1, decimal a2, decimal a3, decimal b1, decimal b2, decimal b3, decimal c1, decimal c2, decimal c3) { +Matrix3x3::Matrix3x3(decimal a1, decimal a2, decimal a3, + decimal b1, decimal b2, decimal b3, + decimal c1, decimal c2, decimal c3) { // Initialize the matrix with the values setAllValues(a1, a2, a3, b1, b2, b3, c1, c2, c3); } diff --git a/src/mathematics/Matrix3x3.h b/src/mathematics/Matrix3x3.h index 101c3e5d..aceb7916 100644 --- a/src/mathematics/Matrix3x3.h +++ b/src/mathematics/Matrix3x3.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -327,6 +327,6 @@ inline Matrix3x3& Matrix3x3::operator*=(decimal nb) { return *this; } -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/mathematics/Quaternion.cpp b/src/mathematics/Quaternion.cpp index cef6e1e3..8c5d0c81 100644 --- a/src/mathematics/Quaternion.cpp +++ b/src/mathematics/Quaternion.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/mathematics/Quaternion.h b/src/mathematics/Quaternion.h index 140747e3..c643b41f 100644 --- a/src/mathematics/Quaternion.h +++ b/src/mathematics/Quaternion.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/mathematics/Transform.cpp b/src/mathematics/Transform.cpp index cd8b08f6..b003f589 100644 --- a/src/mathematics/Transform.cpp +++ b/src/mathematics/Transform.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/mathematics/Transform.h b/src/mathematics/Transform.h index 7c624902..b5fe9f3a 100644 --- a/src/mathematics/Transform.h +++ b/src/mathematics/Transform.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -216,7 +216,7 @@ inline Transform& Transform::operator=(const Transform& transform) { return *this; } -} // End of the ReactPhysics3D namespace +} #endif diff --git a/src/mathematics/Vector3.cpp b/src/mathematics/Vector3.cpp index 8df24426..f510a875 100644 --- a/src/mathematics/Vector3.cpp +++ b/src/mathematics/Vector3.cpp @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/mathematics/Vector3.h b/src/mathematics/Vector3.h index 60ca0d81..a4a1eaa6 100644 --- a/src/mathematics/Vector3.h +++ b/src/mathematics/Vector3.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/mathematics/mathematics.h b/src/mathematics/mathematics.h index abd7aa78..371cfdea 100644 --- a/src/mathematics/mathematics.h +++ b/src/mathematics/mathematics.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/mathematics/mathematics_functions.h b/src/mathematics/mathematics_functions.h index 0fcb40ee..5557d0e3 100644 --- a/src/mathematics/mathematics_functions.h +++ b/src/mathematics/mathematics_functions.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -42,7 +42,7 @@ inline bool approxEqual(decimal a, decimal b, decimal epsilon = 1.0e-10) { return (difference < epsilon && difference > -epsilon); } -} // End of ReactPhysics3D namespace +} diff --git a/src/memory/MemoryPool.h b/src/memory/MemoryPool.h index 2c4db5b3..eeb65174 100644 --- a/src/memory/MemoryPool.h +++ b/src/memory/MemoryPool.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * diff --git a/src/reactphysics3d.h b/src/reactphysics3d.h index 68b2aed7..661b03c4 100644 --- a/src/reactphysics3d.h +++ b/src/reactphysics3d.h @@ -1,6 +1,6 @@ /******************************************************************************** * ReactPhysics3D physics library, http://code.google.com/p/reactphysics3d/ * -* Copyright (c) 2010-2012 Daniel Chappuis * +* Copyright (c) 2010-2013 Daniel Chappuis * ********************************************************************************* * * * This software is provided 'as-is', without any express or implied warranty. * @@ -26,7 +26,7 @@ /******************************************************************************** * ReactPhysics3D * -* Version 0.02 * +* Version 0.3.0 * * http://code.google.com/p/reactphysics3d/ * * Daniel Chappuis * ********************************************************************************/