[critterding] 20/24: Merge tag 'upstream/1.0-beta14+dfsg'

Gabriele Giacone gg0-guest at moszumanska.debian.org
Sat Aug 2 22:43:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

gg0-guest pushed a commit to branch master
in repository critterding.

commit 5b6db8c334613cb647b3dcf5744c6f29632244d4
Merge: 7914cd1 7a60038
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sat Aug 2 22:07:11 2014 +0200

    Merge tag 'upstream/1.0-beta14+dfsg'
    
    Upstream version 1.0-beta14+dfsg

 dependencies/bullet/AUTHORS                        |    22 -
 dependencies/bullet/BspDemo.bsp                    |   Bin 105100 -> 0 bytes
 dependencies/bullet/BulletLicense.txt              |    18 -
 dependencies/bullet/CMakeLists.txt                 |   422 -
 dependencies/bullet/CMakeLists.txt.original        |   422 -
 dependencies/bullet/COPYING                        |    17 -
 dependencies/bullet/ChangeLog                      |   791 -
 dependencies/bullet/Doxyfile                       |   780 -
 dependencies/bullet/INSTALL                        |   111 -
 dependencies/bullet/NEWS                           |     5 -
 dependencies/bullet/README                         |     6 -
 dependencies/bullet/RELEASING.TXT                  |    34 -
 dependencies/bullet/VERSION                        |     1 -
 dependencies/bullet/acinclude.m4                   |  3054 ----
 dependencies/bullet/aclocal.m4                     |  9414 ----------
 dependencies/bullet/autogen.sh                     |    61 -
 dependencies/bullet/bullet.pc                      |     6 -
 dependencies/bullet/bullet.pc.cmake                |     6 -
 dependencies/bullet/bullet.pc.in                   |    11 -
 dependencies/bullet/bullet_logo.png                |   Bin 3380 -> 0 bytes
 dependencies/bullet/compile                        |   143 -
 dependencies/bullet/config.guess                   |  1561 --
 dependencies/bullet/config.h.in                    |   113 -
 dependencies/bullet/config.sub                     |  1686 --
 dependencies/bullet/configure                      | 18215 -------------------
 dependencies/bullet/configure.ac                   |   172 -
 dependencies/bullet/convex0.bin                    |   Bin 548 -> 0 bytes
 dependencies/bullet/depcomp                        |   630 -
 dependencies/bullet/file.obj                       |  3578 ----
 dependencies/bullet/heightfield128x128.raw         |    37 -
 dependencies/bullet/install-sh                     |   322 -
 dependencies/bullet/jenga.dae                      |  5632 ------
 dependencies/bullet/lib/readme.txt                 |    13 -
 dependencies/bullet/ltmain.sh                      |  9636 ----------
 dependencies/bullet/missing                        |   376 -
 dependencies/bullet/src/Bullet-C-Api.h             |   176 -
 .../BroadphaseCollision/btAxisSweep3.cpp           |    37 -
 .../BroadphaseCollision/btAxisSweep3.h             |  1051 --
 .../BroadphaseCollision/btBroadphaseInterface.h    |    82 -
 .../BroadphaseCollision/btBroadphaseProxy.cpp      |    17 -
 .../BroadphaseCollision/btBroadphaseProxy.h        |   270 -
 .../BroadphaseCollision/btCollisionAlgorithm.cpp   |    23 -
 .../BroadphaseCollision/btCollisionAlgorithm.h     |    81 -
 .../BulletCollision/BroadphaseCollision/btDbvt.cpp |  1295 --
 .../BulletCollision/BroadphaseCollision/btDbvt.h   |  1270 --
 .../BroadphaseCollision/btDbvtBroadphase.cpp       |   796 -
 .../BroadphaseCollision/btDbvtBroadphase.h         |   146 -
 .../BroadphaseCollision/btDispatcher.cpp           |    22 -
 .../BroadphaseCollision/btDispatcher.h             |   110 -
 .../BroadphaseCollision/btMultiSapBroadphase.cpp   |   489 -
 .../BroadphaseCollision/btMultiSapBroadphase.h     |   151 -
 .../BroadphaseCollision/btOverlappingPairCache.cpp |   633 -
 .../BroadphaseCollision/btOverlappingPairCache.h   |   469 -
 .../btOverlappingPairCallback.h                    |    40 -
 .../BroadphaseCollision/btQuantizedBvh.cpp         |  1375 --
 .../BroadphaseCollision/btQuantizedBvh.h           |   581 -
 .../BroadphaseCollision/btSimpleBroadphase.cpp     |   349 -
 .../BroadphaseCollision/btSimpleBroadphase.h       |   171 -
 .../bullet/src/BulletCollision/CMakeLists.txt      |   279 -
 .../CollisionDispatch/SphereTriangleDetector.cpp   |   200 -
 .../CollisionDispatch/SphereTriangleDetector.h     |    51 -
 .../btActivatingCollisionAlgorithm.cpp             |    47 -
 .../btActivatingCollisionAlgorithm.h               |    36 -
 .../btBox2dBox2dCollisionAlgorithm.cpp             |   421 -
 .../btBox2dBox2dCollisionAlgorithm.h               |    66 -
 .../btBoxBoxCollisionAlgorithm.cpp                 |    84 -
 .../CollisionDispatch/btBoxBoxCollisionAlgorithm.h |    66 -
 .../CollisionDispatch/btBoxBoxDetector.cpp         |   718 -
 .../CollisionDispatch/btBoxBoxDetector.h           |    44 -
 .../CollisionDispatch/btCollisionConfiguration.h   |    48 -
 .../CollisionDispatch/btCollisionCreateFunc.h      |    45 -
 .../CollisionDispatch/btCollisionDispatcher.cpp    |   314 -
 .../CollisionDispatch/btCollisionDispatcher.h      |   171 -
 .../CollisionDispatch/btCollisionObject.cpp        |   116 -
 .../CollisionDispatch/btCollisionObject.h          |   534 -
 .../CollisionDispatch/btCollisionObjectWrapper.h   |    40 -
 .../CollisionDispatch/btCollisionWorld.cpp         |  1539 --
 .../CollisionDispatch/btCollisionWorld.h           |   522 -
 .../btCompoundCollisionAlgorithm.cpp               |   366 -
 .../btCompoundCollisionAlgorithm.h                 |    86 -
 .../btConvex2dConvex2dAlgorithm.cpp                |   247 -
 .../btConvex2dConvex2dAlgorithm.h                  |    95 -
 .../btConvexConcaveCollisionAlgorithm.cpp          |   329 -
 .../btConvexConcaveCollisionAlgorithm.h            |   121 -
 .../CollisionDispatch/btConvexConvexAlgorithm.cpp  |   784 -
 .../CollisionDispatch/btConvexConvexAlgorithm.h    |   108 -
 .../btConvexPlaneCollisionAlgorithm.cpp            |   174 -
 .../btConvexPlaneCollisionAlgorithm.h              |    84 -
 .../btDefaultCollisionConfiguration.cpp            |   309 -
 .../btDefaultCollisionConfiguration.h              |   135 -
 .../btEmptyCollisionAlgorithm.cpp                  |    34 -
 .../CollisionDispatch/btEmptyCollisionAlgorithm.h  |    54 -
 .../CollisionDispatch/btGhostObject.cpp            |   171 -
 .../CollisionDispatch/btGhostObject.h              |   175 -
 .../CollisionDispatch/btInternalEdgeUtility.cpp    |   842 -
 .../CollisionDispatch/btInternalEdgeUtility.h      |    47 -
 .../CollisionDispatch/btManifoldResult.cpp         |   154 -
 .../CollisionDispatch/btManifoldResult.h           |   150 -
 .../btSimulationIslandManager.cpp                  |   450 -
 .../CollisionDispatch/btSimulationIslandManager.h  |    81 -
 .../btSphereBoxCollisionAlgorithm.cpp              |   214 -
 .../btSphereBoxCollisionAlgorithm.h                |    75 -
 .../btSphereSphereCollisionAlgorithm.cpp           |   106 -
 .../btSphereSphereCollisionAlgorithm.h             |    66 -
 .../btSphereTriangleCollisionAlgorithm.cpp         |    84 -
 .../btSphereTriangleCollisionAlgorithm.h           |    69 -
 .../CollisionDispatch/btUnionFind.cpp              |    82 -
 .../CollisionDispatch/btUnionFind.h                |   129 -
 .../CollisionShapes/btBox2dShape.cpp               |    42 -
 .../BulletCollision/CollisionShapes/btBox2dShape.h |   371 -
 .../BulletCollision/CollisionShapes/btBoxShape.cpp |    51 -
 .../BulletCollision/CollisionShapes/btBoxShape.h   |   314 -
 .../CollisionShapes/btBvhTriangleMeshShape.cpp     |   466 -
 .../CollisionShapes/btBvhTriangleMeshShape.h       |   138 -
 .../CollisionShapes/btCapsuleShape.cpp             |   171 -
 .../CollisionShapes/btCapsuleShape.h               |   184 -
 .../CollisionShapes/btCollisionMargin.h            |    27 -
 .../CollisionShapes/btCollisionShape.cpp           |   119 -
 .../CollisionShapes/btCollisionShape.h             |   159 -
 .../CollisionShapes/btCompoundShape.cpp            |   354 -
 .../CollisionShapes/btCompoundShape.h              |   212 -
 .../CollisionShapes/btConcaveShape.cpp             |    27 -
 .../CollisionShapes/btConcaveShape.h               |    62 -
 .../CollisionShapes/btConeShape.cpp                |   143 -
 .../BulletCollision/CollisionShapes/btConeShape.h  |   122 -
 .../CollisionShapes/btConvex2dShape.cpp            |    92 -
 .../CollisionShapes/btConvex2dShape.h              |    82 -
 .../CollisionShapes/btConvexHullShape.cpp          |   245 -
 .../CollisionShapes/btConvexHullShape.h            |   122 -
 .../CollisionShapes/btConvexInternalShape.cpp      |   151 -
 .../CollisionShapes/btConvexInternalShape.h        |   224 -
 .../CollisionShapes/btConvexPointCloudShape.cpp    |   139 -
 .../CollisionShapes/btConvexPointCloudShape.h      |   105 -
 .../CollisionShapes/btConvexPolyhedron.cpp         |   302 -
 .../CollisionShapes/btConvexPolyhedron.h           |    65 -
 .../CollisionShapes/btConvexShape.cpp              |   445 -
 .../CollisionShapes/btConvexShape.h                |    84 -
 .../CollisionShapes/btConvexTriangleMeshShape.cpp  |   315 -
 .../CollisionShapes/btConvexTriangleMeshShape.h    |    77 -
 .../CollisionShapes/btCylinderShape.cpp            |   281 -
 .../CollisionShapes/btCylinderShape.h              |   213 -
 .../CollisionShapes/btEmptyShape.cpp               |    50 -
 .../BulletCollision/CollisionShapes/btEmptyShape.h |    72 -
 .../CollisionShapes/btHeightfieldTerrainShape.cpp  |   410 -
 .../CollisionShapes/btHeightfieldTerrainShape.h    |   167 -
 .../BulletCollision/CollisionShapes/btMaterial.h   |    35 -
 .../CollisionShapes/btMinkowskiSumShape.cpp        |    60 -
 .../CollisionShapes/btMinkowskiSumShape.h          |    62 -
 .../CollisionShapes/btMultiSphereShape.cpp         |   180 -
 .../CollisionShapes/btMultiSphereShape.h           |   101 -
 .../btMultimaterialTriangleMeshShape.cpp           |    45 -
 .../btMultimaterialTriangleMeshShape.h             |   120 -
 .../CollisionShapes/btOptimizedBvh.cpp             |   391 -
 .../CollisionShapes/btOptimizedBvh.h               |    65 -
 .../CollisionShapes/btPolyhedralConvexShape.cpp    |   497 -
 .../CollisionShapes/btPolyhedralConvexShape.h      |   116 -
 .../btScaledBvhTriangleMeshShape.cpp               |   121 -
 .../CollisionShapes/btScaledBvhTriangleMeshShape.h |    95 -
 .../CollisionShapes/btShapeHull.cpp                |   170 -
 .../BulletCollision/CollisionShapes/btShapeHull.h  |    61 -
 .../CollisionShapes/btSphereShape.cpp              |    71 -
 .../CollisionShapes/btSphereShape.h                |    73 -
 .../CollisionShapes/btStaticPlaneShape.cpp         |   107 -
 .../CollisionShapes/btStaticPlaneShape.h           |   105 -
 .../CollisionShapes/btStridingMeshInterface.cpp    |   381 -
 .../CollisionShapes/btStridingMeshInterface.h      |   164 -
 .../CollisionShapes/btTetrahedronShape.cpp         |   218 -
 .../CollisionShapes/btTetrahedronShape.h           |    76 -
 .../CollisionShapes/btTriangleBuffer.cpp           |    35 -
 .../CollisionShapes/btTriangleBuffer.h             |    69 -
 .../CollisionShapes/btTriangleCallback.cpp         |    28 -
 .../CollisionShapes/btTriangleCallback.h           |    42 -
 .../CollisionShapes/btTriangleIndexVertexArray.cpp |    95 -
 .../CollisionShapes/btTriangleIndexVertexArray.h   |   133 -
 .../btTriangleIndexVertexMaterialArray.cpp         |    86 -
 .../btTriangleIndexVertexMaterialArray.h           |    84 -
 .../CollisionShapes/btTriangleInfoMap.h            |   241 -
 .../CollisionShapes/btTriangleMesh.cpp             |   162 -
 .../CollisionShapes/btTriangleMesh.h               |    69 -
 .../CollisionShapes/btTriangleMeshShape.cpp        |   207 -
 .../CollisionShapes/btTriangleMeshShape.h          |    90 -
 .../CollisionShapes/btTriangleShape.h              |   184 -
 .../CollisionShapes/btUniformScalingShape.cpp      |   160 -
 .../CollisionShapes/btUniformScalingShape.h        |    89 -
 dependencies/bullet/src/BulletCollision/Doxyfile   |   746 -
 .../src/BulletCollision/Gimpact/btBoxCollision.h   |   645 -
 .../src/BulletCollision/Gimpact/btClipPolygon.h    |   182 -
 .../Gimpact/btContactProcessing.cpp                |   181 -
 .../BulletCollision/Gimpact/btContactProcessing.h  |   145 -
 .../src/BulletCollision/Gimpact/btGImpactBvh.cpp   |   498 -
 .../src/BulletCollision/Gimpact/btGImpactBvh.h     |   396 -
 .../Gimpact/btGImpactCollisionAlgorithm.cpp        |   880 -
 .../Gimpact/btGImpactCollisionAlgorithm.h          |   306 -
 .../BulletCollision/Gimpact/btGImpactMassUtil.h    |    60 -
 .../Gimpact/btGImpactQuantizedBvh.cpp              |   528 -
 .../Gimpact/btGImpactQuantizedBvh.h                |   372 -
 .../src/BulletCollision/Gimpact/btGImpactShape.cpp |   203 -
 .../src/BulletCollision/Gimpact/btGImpactShape.h   |  1171 --
 .../Gimpact/btGenericPoolAllocator.cpp             |   283 -
 .../Gimpact/btGenericPoolAllocator.h               |   163 -
 .../BulletCollision/Gimpact/btGeometryOperations.h |   212 -
 .../src/BulletCollision/Gimpact/btQuantization.h   |    88 -
 .../BulletCollision/Gimpact/btTriangleShapeEx.cpp  |   218 -
 .../BulletCollision/Gimpact/btTriangleShapeEx.h    |   180 -
 .../bullet/src/BulletCollision/Gimpact/gim_array.h |   324 -
 .../Gimpact/gim_basic_geometry_operations.h        |   543 -
 .../src/BulletCollision/Gimpact/gim_bitset.h       |   123 -
 .../BulletCollision/Gimpact/gim_box_collision.h    |   588 -
 .../src/BulletCollision/Gimpact/gim_box_set.cpp    |   182 -
 .../src/BulletCollision/Gimpact/gim_box_set.h      |   674 -
 .../src/BulletCollision/Gimpact/gim_clip_polygon.h |   210 -
 .../src/BulletCollision/Gimpact/gim_contact.cpp    |   146 -
 .../src/BulletCollision/Gimpact/gim_contact.h      |   164 -
 .../src/BulletCollision/Gimpact/gim_geom_types.h   |    97 -
 .../src/BulletCollision/Gimpact/gim_geometry.h     |    42 -
 .../src/BulletCollision/Gimpact/gim_hash_table.h   |   902 -
 .../src/BulletCollision/Gimpact/gim_linear_math.h  |  1573 --
 .../bullet/src/BulletCollision/Gimpact/gim_math.h  |   157 -
 .../src/BulletCollision/Gimpact/gim_memory.cpp     |   135 -
 .../src/BulletCollision/Gimpact/gim_memory.h       |   190 -
 .../src/BulletCollision/Gimpact/gim_radixsort.h    |   406 -
 .../BulletCollision/Gimpact/gim_tri_collision.cpp  |   640 -
 .../BulletCollision/Gimpact/gim_tri_collision.h    |   379 -
 .../btContinuousConvexCollision.cpp                |   242 -
 .../btContinuousConvexCollision.h                  |    59 -
 .../NarrowPhaseCollision/btConvexCast.cpp          |    20 -
 .../NarrowPhaseCollision/btConvexCast.h            |    73 -
 .../btConvexPenetrationDepthSolver.h               |    42 -
 .../btDiscreteCollisionDetectorInterface.h         |    91 -
 .../NarrowPhaseCollision/btGjkConvexCast.cpp       |   176 -
 .../NarrowPhaseCollision/btGjkConvexCast.h         |    50 -
 .../NarrowPhaseCollision/btGjkEpa2.cpp             |  1031 --
 .../NarrowPhaseCollision/btGjkEpa2.h               |    75 -
 .../btGjkEpaPenetrationDepthSolver.cpp             |    66 -
 .../btGjkEpaPenetrationDepthSolver.h               |    43 -
 .../NarrowPhaseCollision/btGjkPairDetector.cpp     |   457 -
 .../NarrowPhaseCollision/btGjkPairDetector.h       |   103 -
 .../NarrowPhaseCollision/btManifoldPoint.h         |   156 -
 .../btMinkowskiPenetrationDepthSolver.cpp          |   362 -
 .../btMinkowskiPenetrationDepthSolver.h            |    40 -
 .../NarrowPhaseCollision/btPersistentManifold.cpp  |   305 -
 .../NarrowPhaseCollision/btPersistentManifold.h    |   240 -
 .../NarrowPhaseCollision/btPointCollector.h        |    64 -
 .../btPolyhedralContactClipping.cpp                |   570 -
 .../btPolyhedralContactClipping.h                  |    46 -
 .../NarrowPhaseCollision/btRaycastCallback.cpp     |   178 -
 .../NarrowPhaseCollision/btRaycastCallback.h       |    72 -
 .../btSimplexSolverInterface.h                     |    63 -
 .../btSubSimplexConvexCast.cpp                     |   160 -
 .../NarrowPhaseCollision/btSubSimplexConvexCast.h  |    50 -
 .../btVoronoiSimplexSolver.cpp                     |   609 -
 .../NarrowPhaseCollision/btVoronoiSimplexSolver.h  |   181 -
 .../bullet/src/BulletCollision/premake4.lua        |    11 -
 .../bullet/src/BulletDynamics/CMakeLists.txt       |   114 -
 .../Character/btCharacterControllerInterface.h     |    46 -
 .../Character/btKinematicCharacterController.cpp   |   655 -
 .../Character/btKinematicCharacterController.h     |   166 -
 .../ConstraintSolver/btConeTwistConstraint.cpp     |  1135 --
 .../ConstraintSolver/btConeTwistConstraint.h       |   349 -
 .../ConstraintSolver/btConstraintSolver.h          |    52 -
 .../ConstraintSolver/btContactConstraint.cpp       |   178 -
 .../ConstraintSolver/btContactConstraint.h         |    71 -
 .../ConstraintSolver/btContactSolverInfo.h         |   159 -
 .../ConstraintSolver/btGearConstraint.cpp          |    65 -
 .../ConstraintSolver/btGearConstraint.h            |    48 -
 .../ConstraintSolver/btGeneric6DofConstraint.cpp   |  1064 --
 .../ConstraintSolver/btGeneric6DofConstraint.h     |   616 -
 .../btGeneric6DofSpringConstraint.cpp              |   185 -
 .../btGeneric6DofSpringConstraint.h                |   102 -
 .../ConstraintSolver/btHinge2Constraint.cpp        |    66 -
 .../ConstraintSolver/btHinge2Constraint.h          |    60 -
 .../ConstraintSolver/btHingeConstraint.cpp         |  1034 --
 .../ConstraintSolver/btHingeConstraint.h           |   383 -
 .../ConstraintSolver/btJacobianEntry.h             |   155 -
 .../ConstraintSolver/btPoint2PointConstraint.cpp   |   230 -
 .../ConstraintSolver/btPoint2PointConstraint.h     |   163 -
 .../btSequentialImpulseConstraintSolver.cpp        |  1650 --
 .../btSequentialImpulseConstraintSolver.h          |   141 -
 .../ConstraintSolver/btSliderConstraint.cpp        |   857 -
 .../ConstraintSolver/btSliderConstraint.h          |   335 -
 .../ConstraintSolver/btSolve2LinearConstraint.cpp  |   255 -
 .../ConstraintSolver/btSolve2LinearConstraint.h    |   107 -
 .../BulletDynamics/ConstraintSolver/btSolverBody.h |   293 -
 .../ConstraintSolver/btSolverConstraint.h          |    79 -
 .../ConstraintSolver/btTypedConstraint.cpp         |   222 -
 .../ConstraintSolver/btTypedConstraint.h           |   482 -
 .../ConstraintSolver/btUniversalConstraint.cpp     |    87 -
 .../ConstraintSolver/btUniversalConstraint.h       |    65 -
 .../src/BulletDynamics/Dynamics/Bullet-C-API.cpp   |   405 -
 .../BulletDynamics/Dynamics/btActionInterface.h    |    46 -
 .../Dynamics/btDiscreteDynamicsWorld.cpp           |  1466 --
 .../Dynamics/btDiscreteDynamicsWorld.h             |   221 -
 .../src/BulletDynamics/Dynamics/btDynamicsWorld.h  |   166 -
 .../src/BulletDynamics/Dynamics/btRigidBody.cpp    |   400 -
 .../src/BulletDynamics/Dynamics/btRigidBody.h      |   600 -
 .../Dynamics/btSimpleDynamicsWorld.cpp             |   280 -
 .../Dynamics/btSimpleDynamicsWorld.h               |    89 -
 .../BulletDynamics/Vehicle/btRaycastVehicle.cpp    |   771 -
 .../src/BulletDynamics/Vehicle/btRaycastVehicle.h  |   236 -
 .../BulletDynamics/Vehicle/btVehicleRaycaster.h    |    35 -
 .../src/BulletDynamics/Vehicle/btWheelInfo.cpp     |    56 -
 .../src/BulletDynamics/Vehicle/btWheelInfo.h       |   119 -
 .../bullet/src/BulletDynamics/premake4.lua         |    11 -
 .../bullet/src/BulletMultiThreaded/CMakeLists.txt  |   123 -
 .../GpuSoftBodySolvers/CMakeLists.txt              |    13 -
 .../GpuSoftBodySolvers/DX11/CMakeLists.txt         |    83 -
 .../GpuSoftBodySolvers/DX11/HLSL/ApplyForces.hlsl  |    95 -
 .../DX11/HLSL/ComputeBounds.hlsl                   |    83 -
 .../GpuSoftBodySolvers/DX11/HLSL/Integrate.hlsl    |    41 -
 .../DX11/HLSL/OutputToVertexArray.hlsl             |    63 -
 .../GpuSoftBodySolvers/DX11/HLSL/PrepareLinks.hlsl |    44 -
 .../DX11/HLSL/SolvePositions.hlsl                  |    55 -
 .../DX11/HLSL/SolvePositionsSIMDBatched.hlsl       |   147 -
 .../DX11/HLSL/UpdateConstants.hlsl                 |    48 -
 .../GpuSoftBodySolvers/DX11/HLSL/UpdateNodes.hlsl  |    49 -
 .../DX11/HLSL/UpdateNormals.hlsl                   |    98 -
 .../DX11/HLSL/UpdatePositions.hlsl                 |    44 -
 .../DX11/HLSL/UpdatePositionsFromVelocities.hlsl   |    35 -
 .../GpuSoftBodySolvers/DX11/HLSL/VSolveLinks.hlsl  |    55 -
 .../HLSL/solveCollisionsAndUpdateVelocities.hlsl   |   170 -
 ...veCollisionsAndUpdateVelocitiesSIMDBatched.hlsl |   191 -
 .../DX11/btSoftBodySolverBuffer_DX11.h             |   323 -
 .../DX11/btSoftBodySolverLinkData_DX11.h           |   103 -
 .../DX11/btSoftBodySolverLinkData_DX11SIMDAware.h  |   173 -
 .../DX11/btSoftBodySolverTriangleData_DX11.h       |    96 -
 .../DX11/btSoftBodySolverVertexBuffer_DX11.h       |   107 -
 .../DX11/btSoftBodySolverVertexData_DX11.h         |    63 -
 .../DX11/btSoftBodySolver_DX11.cpp                 |  2236 ---
 .../DX11/btSoftBodySolver_DX11.h                   |   691 -
 .../DX11/btSoftBodySolver_DX11SIMDAware.cpp        |  1051 --
 .../DX11/btSoftBodySolver_DX11SIMDAware.h          |    81 -
 .../GpuSoftBodySolvers/DX11/premake4.lua           |    23 -
 .../GpuSoftBodySolvers/OpenCL/AMD/CMakeLists.txt   |    62 -
 .../GpuSoftBodySolvers/OpenCL/AMD/premake4.lua     |    27 -
 .../GpuSoftBodySolvers/OpenCL/Apple/CMakeLists.txt |    77 -
 .../GpuSoftBodySolvers/OpenCL/CMakeLists.txt       |    17 -
 .../GpuSoftBodySolvers/OpenCL/Intel/CMakeLists.txt |    82 -
 .../GpuSoftBodySolvers/OpenCL/Intel/premake4.lua   |    27 -
 .../OpenCL/MiniCL/CMakeLists.txt                   |    75 -
 .../OpenCL/MiniCL/MiniCLTaskWrap.cpp               |   249 -
 .../OpenCL/NVidia/CMakeLists.txt                   |    81 -
 .../GpuSoftBodySolvers/OpenCL/NVidia/premake4.lua  |    27 -
 .../OpenCL/OpenCLC10/ApplyForces.cl                |   102 -
 .../OpenCL/OpenCLC10/ComputeBounds.cl              |    82 -
 .../OpenCL/OpenCLC10/Integrate.cl                  |    35 -
 .../OpenCL/OpenCLC10/OutputToVertexArray.cl        |    46 -
 .../OpenCL/OpenCLC10/PrepareLinks.cl               |    38 -
 .../SolveCollisionsAndUpdateVelocities.cl          |   204 -
 ...olveCollisionsAndUpdateVelocitiesSIMDBatched.cl |   242 -
 .../OpenCL/OpenCLC10/SolvePositions.cl             |    57 -
 .../OpenCL/OpenCLC10/SolvePositionsSIMDBatched.cl  |   130 -
 .../OpenCL/OpenCLC10/UpdateConstants.cl            |    44 -
 .../OpenCL/OpenCLC10/UpdateFixedVertexPositions.cl |    25 -
 .../OpenCL/OpenCLC10/UpdateNodes.cl                |    39 -
 .../OpenCL/OpenCLC10/UpdateNormals.cl              |   102 -
 .../OpenCL/OpenCLC10/UpdatePositions.cl            |    34 -
 .../OpenCLC10/UpdatePositionsFromVelocities.cl     |    28 -
 .../OpenCL/OpenCLC10/VSolveLinks.cl                |    45 -
 .../OpenCL/btSoftBodySolverBuffer_OpenCL.h         |   209 -
 .../OpenCL/btSoftBodySolverLinkData_OpenCL.h       |    99 -
 .../btSoftBodySolverLinkData_OpenCLSIMDAware.h     |   169 -
 .../OpenCL/btSoftBodySolverOutputCLtoGL.cpp        |   126 -
 .../OpenCL/btSoftBodySolverOutputCLtoGL.h          |    62 -
 .../OpenCL/btSoftBodySolverTriangleData_OpenCL.h   |    84 -
 .../OpenCL/btSoftBodySolverVertexBuffer_OpenGL.h   |   166 -
 .../OpenCL/btSoftBodySolverVertexData_OpenCL.h     |    52 -
 .../OpenCL/btSoftBodySolver_OpenCL.cpp             |  1820 --
 .../OpenCL/btSoftBodySolver_OpenCL.h               |   527 -
 .../OpenCL/btSoftBodySolver_OpenCLSIMDAware.cpp    |  1101 --
 .../OpenCL/btSoftBodySolver_OpenCLSIMDAware.h      |    81 -
 .../Shared/btSoftBodySolverData.h                  |   748 -
 .../bullet/src/BulletMultiThreaded/HeapManager.h   |   117 -
 .../src/BulletMultiThreaded/PlatformDefinitions.h  |    99 -
 .../src/BulletMultiThreaded/PosixThreadSupport.cpp |   409 -
 .../src/BulletMultiThreaded/PosixThreadSupport.h   |   147 -
 .../src/BulletMultiThreaded/PpuAddressSpace.h      |    37 -
 .../SequentialThreadSupport.cpp                    |   181 -
 .../BulletMultiThreaded/SequentialThreadSupport.h  |   100 -
 .../SpuCollisionObjectWrapper.cpp                  |    48 -
 .../SpuCollisionObjectWrapper.h                    |    40 -
 .../SpuCollisionTaskProcess.cpp                    |   317 -
 .../BulletMultiThreaded/SpuCollisionTaskProcess.h  |   163 -
 .../SpuContactManifoldCollisionAlgorithm.cpp       |    69 -
 .../SpuContactManifoldCollisionAlgorithm.h         |   121 -
 .../src/BulletMultiThreaded/SpuDoubleBuffer.h      |   126 -
 .../bullet/src/BulletMultiThreaded/SpuFakeDma.cpp  |   215 -
 .../bullet/src/BulletMultiThreaded/SpuFakeDma.h    |   135 -
 .../SpuGatheringCollisionDispatcher.cpp            |   283 -
 .../SpuGatheringCollisionDispatcher.h              |    72 -
 .../src/BulletMultiThreaded/SpuLibspe2Support.cpp  |   257 -
 .../src/BulletMultiThreaded/SpuLibspe2Support.h    |   180 -
 .../SpuNarrowPhaseCollisionTask/Box.h              |   167 -
 .../SpuCollisionShapes.cpp                         |   302 -
 .../SpuCollisionShapes.h                           |   128 -
 .../SpuContactResult.cpp                           |   248 -
 .../SpuNarrowPhaseCollisionTask/SpuContactResult.h |   106 -
 .../SpuConvexPenetrationDepthSolver.h              |    51 -
 .../SpuGatheringCollisionTask.cpp                  |  1432 --
 .../SpuGatheringCollisionTask.h                    |   140 -
 .../SpuNarrowPhaseCollisionTask/SpuLocalSupport.h  |    19 -
 .../SpuMinkowskiPenetrationDepthSolver.cpp         |   348 -
 .../SpuMinkowskiPenetrationDepthSolver.h           |    48 -
 .../SpuPreferredPenetrationDirections.h            |    70 -
 .../SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp |  1160 --
 .../SpuNarrowPhaseCollisionTask/boxBoxDistance.h   |    65 -
 .../SpuNarrowPhaseCollisionTask/readme.txt         |     1 -
 .../SpuSampleTask/SpuSampleTask.cpp                |   214 -
 .../SpuSampleTask/SpuSampleTask.h                  |    54 -
 .../BulletMultiThreaded/SpuSampleTask/readme.txt   |     1 -
 .../BulletMultiThreaded/SpuSampleTaskProcess.cpp   |   222 -
 .../src/BulletMultiThreaded/SpuSampleTaskProcess.h |   153 -
 .../bullet/src/BulletMultiThreaded/SpuSync.h       |   149 -
 .../bullet/src/BulletMultiThreaded/TrbDynBody.h    |    79 -
 .../bullet/src/BulletMultiThreaded/TrbStateVec.h   |   339 -
 .../src/BulletMultiThreaded/Win32ThreadSupport.cpp |   458 -
 .../src/BulletMultiThreaded/Win32ThreadSupport.h   |   141 -
 .../BulletMultiThreaded/btGpu3DGridBroadphase.cpp  |   590 -
 .../BulletMultiThreaded/btGpu3DGridBroadphase.h    |   140 -
 .../btGpu3DGridBroadphaseSharedCode.h              |   430 -
 .../btGpu3DGridBroadphaseSharedDefs.h              |    61 -
 .../btGpu3DGridBroadphaseSharedTypes.h             |    67 -
 .../bullet/src/BulletMultiThreaded/btGpuDefines.h  |   211 -
 .../src/BulletMultiThreaded/btGpuUtilsSharedCode.h |    55 -
 .../src/BulletMultiThreaded/btGpuUtilsSharedDefs.h |    52 -
 .../btParallelConstraintSolver.cpp                 |  1552 --
 .../btParallelConstraintSolver.h                   |   288 -
 .../btThreadSupportInterface.cpp                   |    22 -
 .../BulletMultiThreaded/btThreadSupportInterface.h |    89 -
 .../src/BulletMultiThreaded/vectormath2bullet.h    |    73 -
 .../bullet/src/BulletSoftBody/CMakeLists.txt       |    65 -
 .../src/BulletSoftBody/btDefaultSoftBodySolver.cpp |   151 -
 .../src/BulletSoftBody/btDefaultSoftBodySolver.h   |    63 -
 .../bullet/src/BulletSoftBody/btSoftBody.cpp       |  3639 ----
 .../bullet/src/BulletSoftBody/btSoftBody.h         |   998 -
 .../btSoftBodyConcaveCollisionAlgorithm.cpp        |   357 -
 .../btSoftBodyConcaveCollisionAlgorithm.h          |   155 -
 .../bullet/src/BulletSoftBody/btSoftBodyData.h     |   217 -
 .../src/BulletSoftBody/btSoftBodyHelpers.cpp       |  1055 --
 .../bullet/src/BulletSoftBody/btSoftBodyHelpers.h  |   143 -
 .../src/BulletSoftBody/btSoftBodyInternals.h       |   908 -
 .../btSoftBodyRigidBodyCollisionConfiguration.cpp  |   134 -
 .../btSoftBodyRigidBodyCollisionConfiguration.h    |    48 -
 .../BulletSoftBody/btSoftBodySolverVertexBuffer.h  |   165 -
 .../bullet/src/BulletSoftBody/btSoftBodySolvers.h  |   154 -
 .../btSoftRigidCollisionAlgorithm.cpp              |    86 -
 .../BulletSoftBody/btSoftRigidCollisionAlgorithm.h |    75 -
 .../BulletSoftBody/btSoftRigidDynamicsWorld.cpp    |   367 -
 .../src/BulletSoftBody/btSoftRigidDynamicsWorld.h  |   107 -
 .../btSoftSoftCollisionAlgorithm.cpp               |    48 -
 .../BulletSoftBody/btSoftSoftCollisionAlgorithm.h  |    69 -
 .../bullet/src/BulletSoftBody/btSparseSDF.h        |   306 -
 .../bullet/src/BulletSoftBody/premake4.lua         |    11 -
 dependencies/bullet/src/CMakeLists.txt             |    32 -
 dependencies/bullet/src/LinearMath/CMakeLists.txt  |    69 -
 dependencies/bullet/src/LinearMath/btAabbUtil2.h   |   232 -
 .../bullet/src/LinearMath/btAlignedAllocator.cpp   |   181 -
 .../bullet/src/LinearMath/btAlignedAllocator.h     |   107 -
 .../bullet/src/LinearMath/btAlignedObjectArray.h   |   511 -
 .../bullet/src/LinearMath/btConvexHull.cpp         |  1167 --
 dependencies/bullet/src/LinearMath/btConvexHull.h  |   241 -
 .../bullet/src/LinearMath/btConvexHullComputer.cpp |  2751 ---
 .../bullet/src/LinearMath/btConvexHullComputer.h   |   103 -
 .../bullet/src/LinearMath/btDefaultMotionState.h   |    42 -
 .../bullet/src/LinearMath/btGeometryUtil.cpp       |   185 -
 .../bullet/src/LinearMath/btGeometryUtil.h         |    42 -
 .../src/LinearMath/btGrahamScan2dConvexHull.h      |   117 -
 dependencies/bullet/src/LinearMath/btHashMap.h     |   450 -
 dependencies/bullet/src/LinearMath/btIDebugDraw.h  |   419 -
 dependencies/bullet/src/LinearMath/btList.h        |    73 -
 dependencies/bullet/src/LinearMath/btMatrix3x3.h   |  1362 --
 dependencies/bullet/src/LinearMath/btMinMax.h      |    71 -
 dependencies/bullet/src/LinearMath/btMotionState.h |    40 -
 .../bullet/src/LinearMath/btPolarDecomposition.cpp |    99 -
 .../bullet/src/LinearMath/btPolarDecomposition.h   |    73 -
 .../bullet/src/LinearMath/btPoolAllocator.h        |   121 -
 dependencies/bullet/src/LinearMath/btQuadWord.h    |   244 -
 dependencies/bullet/src/LinearMath/btQuaternion.h  |   877 -
 dependencies/bullet/src/LinearMath/btQuickprof.cpp |   566 -
 dependencies/bullet/src/LinearMath/btQuickprof.h   |   203 -
 dependencies/bullet/src/LinearMath/btRandom.h      |    42 -
 dependencies/bullet/src/LinearMath/btScalar.h      |   661 -
 .../bullet/src/LinearMath/btSerializer.cpp         |   908 -
 dependencies/bullet/src/LinearMath/btSerializer.h  |   640 -
 dependencies/bullet/src/LinearMath/btStackAlloc.h  |   116 -
 dependencies/bullet/src/LinearMath/btTransform.h   |   305 -
 .../bullet/src/LinearMath/btTransformUtil.h        |   228 -
 dependencies/bullet/src/LinearMath/btVector3.cpp   |  1631 --
 dependencies/bullet/src/LinearMath/btVector3.h     |  1343 --
 dependencies/bullet/src/LinearMath/premake4.lua    |    11 -
 dependencies/bullet/src/MiniCL/CMakeLists.txt      |    66 -
 dependencies/bullet/src/MiniCL/MiniCL.cpp          |   788 -
 .../bullet/src/MiniCL/MiniCLTask/MiniCLTask.cpp    |    74 -
 .../bullet/src/MiniCL/MiniCLTask/MiniCLTask.h      |    62 -
 .../bullet/src/MiniCL/MiniCLTaskScheduler.cpp      |   519 -
 .../bullet/src/MiniCL/MiniCLTaskScheduler.h        |   194 -
 dependencies/bullet/src/MiniCL/cl.h                |   867 -
 dependencies/bullet/src/MiniCL/cl_MiniCL_Defs.h    |   439 -
 dependencies/bullet/src/MiniCL/cl_gl.h             |   113 -
 dependencies/bullet/src/MiniCL/cl_platform.h       |   254 -
 dependencies/bullet/src/btBulletCollisionCommon.h  |    68 -
 dependencies/bullet/src/btBulletDynamicsCommon.h   |    49 -
 dependencies/bullet/src/bullet.pc                  |     6 -
 .../bullet/src/vectormath/neon/boolInVec.h         |   226 -
 .../bullet/src/vectormath/neon/floatInVec.h        |   344 -
 dependencies/bullet/src/vectormath/neon/mat_aos.h  |  1631 --
 dependencies/bullet/src/vectormath/neon/quat_aos.h |   413 -
 dependencies/bullet/src/vectormath/neon/vec_aos.h  |  1427 --
 .../bullet/src/vectormath/neon/vectormath_aos.h    |  1890 --
 .../bullet/src/vectormath/scalar/boolInVec.h       |   225 -
 .../bullet/src/vectormath/scalar/floatInVec.h      |   343 -
 .../bullet/src/vectormath/scalar/mat_aos.h         |  1630 --
 .../bullet/src/vectormath/scalar/quat_aos.h        |   433 -
 .../bullet/src/vectormath/scalar/vec_aos.h         |  1426 --
 .../bullet/src/vectormath/scalar/vectormath_aos.h  |  1872 --
 dependencies/bullet/src/vectormath/sse/boolInVec.h |   247 -
 .../bullet/src/vectormath/sse/floatInVec.h         |   340 -
 dependencies/bullet/src/vectormath/sse/mat_aos.h   |  2190 ---
 dependencies/bullet/src/vectormath/sse/quat_aos.h  |   579 -
 dependencies/bullet/src/vectormath/sse/vec_aos.h   |  1455 --
 .../bullet/src/vectormath/sse/vecidx_aos.h         |    80 -
 .../bullet/src/vectormath/sse/vectormath_aos.h     |  2547 ---
 dependencies/bullet/src/vectormath/vmInclude.h     |    31 -
 dependencies/bullet/test1.oec                      |   227 -
 dependencies/glew/CMakeLists.txt                   |     5 -
 dependencies/glew/GL/glew.h                        | 14703 ---------------
 dependencies/glew/GL/glxew.h                       |  1510 --
 dependencies/glew/GL/wglew.h                       |  1260 --
 dependencies/glew/glew.c                           | 14599 ---------------
 dependencies/tinyxml/CMakeLists.txt                |     8 -
 dependencies/tinyxml/tinystr.cpp                   |   116 -
 dependencies/tinyxml/tinystr.h                     |   319 -
 dependencies/tinyxml/tinyxml.cpp                   |  1839 --
 dependencies/tinyxml/tinyxml.h                     |  1799 --
 dependencies/tinyxml/tinyxmlerror.cpp              |    52 -
 dependencies/tinyxml/tinyxmlparser.cpp             |  1635 --
 src/utils/ftgl/CMakeLists.txt                      |   212 -
 src/utils/ftgl/FTBuffer.cpp                        |    69 -
 src/utils/ftgl/FTCharToGlyphIndexMap.h             |   155 -
 src/utils/ftgl/FTCharmap.cpp                       |   106 -
 src/utils/ftgl/FTCharmap.h                         |   165 -
 src/utils/ftgl/FTContour.cpp                       |   245 -
 src/utils/ftgl/FTContour.h                         |   209 -
 src/utils/ftgl/FTFace.cpp                          |   232 -
 src/utils/ftgl/FTFace.h                            |   181 -
 src/utils/ftgl/FTFont/FTBitmapFont.cpp             |   106 -
 src/utils/ftgl/FTFont/FTBitmapFontImpl.h           |    62 -
 src/utils/ftgl/FTFont/FTBufferFont.cpp             |   349 -
 src/utils/ftgl/FTFont/FTBufferFontImpl.h           |    81 -
 src/utils/ftgl/FTFont/FTExtrudeFont.cpp            |    89 -
 src/utils/ftgl/FTFont/FTExtrudeFontImpl.h          |    81 -
 src/utils/ftgl/FTFont/FTFont.cpp                   |   554 -
 src/utils/ftgl/FTFont/FTFontGlue.cpp               |   227 -
 src/utils/ftgl/FTFont/FTFontImpl.h                 |   164 -
 src/utils/ftgl/FTFont/FTOutlineFont.cpp            |   129 -
 src/utils/ftgl/FTFont/FTOutlineFontImpl.h          |    73 -
 src/utils/ftgl/FTFont/FTPixmapFont.cpp             |   131 -
 src/utils/ftgl/FTFont/FTPixmapFontImpl.h           |    60 -
 src/utils/ftgl/FTFont/FTPolygonFont.cpp            |    89 -
 src/utils/ftgl/FTFont/FTPolygonFontImpl.h          |    60 -
 src/utils/ftgl/FTFont/FTTextureFont.cpp            |   269 -
 src/utils/ftgl/FTFont/FTTextureFontImpl.h          |   152 -
 src/utils/ftgl/FTGL/FTBBox.h                       |   180 -
 src/utils/ftgl/FTGL/FTBitmapGlyph.h                |    82 -
 src/utils/ftgl/FTGL/FTBuffer.h                     |   127 -
 src/utils/ftgl/FTGL/FTBufferFont.h                 |    99 -
 src/utils/ftgl/FTGL/FTBufferGlyph.h                |    69 -
 src/utils/ftgl/FTGL/FTExtrdGlyph.h                 |   104 -
 src/utils/ftgl/FTGL/FTFont.h                       |   584 -
 src/utils/ftgl/FTGL/FTGLBitmapFont.h               |   103 -
 src/utils/ftgl/FTGL/FTGLExtrdFont.h                |   105 -
 src/utils/ftgl/FTGL/FTGLOutlineFont.h              |   103 -
 src/utils/ftgl/FTGL/FTGLPixmapFont.h               |   103 -
 src/utils/ftgl/FTGL/FTGLPolygonFont.h              |   104 -
 src/utils/ftgl/FTGL/FTGLTextureFont.h              |   103 -
 src/utils/ftgl/FTGL/FTGlyph.h                      |   201 -
 src/utils/ftgl/FTGL/FTLayout.h                     |   192 -
 src/utils/ftgl/FTGL/FTOutlineGlyph.h               |    94 -
 src/utils/ftgl/FTGL/FTPixmapGlyph.h                |    82 -
 src/utils/ftgl/FTGL/FTPoint.h                      |   274 -
 src/utils/ftgl/FTGL/FTPolyGlyph.h                  |    98 -
 src/utils/ftgl/FTGL/FTSimpleLayout.h               |   191 -
 src/utils/ftgl/FTGL/FTTextureGlyph.h               |    99 -
 src/utils/ftgl/FTGL/ftgl.h                         |   135 -
 src/utils/ftgl/FTGlyph/FTBitmapGlyph.cpp           |   128 -
 src/utils/ftgl/FTGlyph/FTBitmapGlyphImpl.h         |    71 -
 src/utils/ftgl/FTGlyph/FTBufferGlyph.cpp           |   121 -
 src/utils/ftgl/FTGlyph/FTBufferGlyphImpl.h         |    52 -
 src/utils/ftgl/FTGlyph/FTExtrudeGlyph.cpp          |   265 -
 src/utils/ftgl/FTGlyph/FTExtrudeGlyphImpl.h        |    69 -
 src/utils/ftgl/FTGlyph/FTGlyph.cpp                 |   112 -
 src/utils/ftgl/FTGlyph/FTGlyphGlue.cpp             |   198 -
 src/utils/ftgl/FTGlyph/FTGlyphImpl.h               |    64 -
 src/utils/ftgl/FTGlyph/FTOutlineGlyph.cpp          |   149 -
 src/utils/ftgl/FTGlyph/FTOutlineGlyphImpl.h        |    69 -
 src/utils/ftgl/FTGlyph/FTPixmapGlyph.cpp           |   139 -
 src/utils/ftgl/FTGlyph/FTPixmapGlyphImpl.h         |    67 -
 src/utils/ftgl/FTGlyph/FTPolygonGlyph.cpp          |   156 -
 src/utils/ftgl/FTGlyph/FTPolygonGlyphImpl.h        |    66 -
 src/utils/ftgl/FTGlyph/FTTextureGlyph.cpp          |   158 -
 src/utils/ftgl/FTGlyph/FTTextureGlyphImpl.h        |    88 -
 src/utils/ftgl/FTGlyphContainer.cpp                |   119 -
 src/utils/ftgl/FTGlyphContainer.h                  |   157 -
 src/utils/ftgl/FTInternals.h                       |   145 -
 src/utils/ftgl/FTLayout/FTLayout.cpp               |    80 -
 src/utils/ftgl/FTLayout/FTLayoutGlue.cpp           |   171 -
 src/utils/ftgl/FTLayout/FTLayoutImpl.h             |    56 -
 src/utils/ftgl/FTLayout/FTSimpleLayout.cpp         |   460 -
 src/utils/ftgl/FTLayout/FTSimpleLayoutImpl.h       |   225 -
 src/utils/ftgl/FTLibrary.cpp                       |    91 -
 src/utils/ftgl/FTLibrary.h                         |   122 -
 src/utils/ftgl/FTList.h                            |   137 -
 src/utils/ftgl/FTPoint.cpp                         |    58 -
 src/utils/ftgl/FTSize.cpp                          |   123 -
 src/utils/ftgl/FTSize.h                            |   164 -
 src/utils/ftgl/FTUnicode.h                         |   237 -
 src/utils/ftgl/FTVector.h                          |   215 -
 src/utils/ftgl/FTVectoriser.cpp                    |   328 -
 src/utils/ftgl/FTVectoriser.h                      |   313 -
 src/utils/ftgl/LICENCE                             |    25 -
 619 files changed, 252529 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/critterding.git



More information about the debian-science-commits mailing list