[critterding] 11/24: Merge tag 'upstream/1.0-beta14'
Gabriele Giacone
gg0-guest at moszumanska.debian.org
Sat Aug 2 22:43:31 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 a14c6ff61c376e93190c5a7a4afb856bb3f43612
Merge: b9f09f8 50ee516
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date: Sat Aug 2 12:14:17 2014 +0200
Merge tag 'upstream/1.0-beta14'
Upstream version 1.0-beta14
AUTHORS | 9 +-
CMakeLists.txt | 313 +
Changelog | 41 +
INSTALL | 51 +-
Makefile.am | 11 -
README | 251 +-
TODO | 204 +
benchmark.sh | 56 +
compile-debug-warnings.sh | 10 +
compile-debug.sh | 10 +
compile-release.sh | 10 +
configure.in | 120 -
dependencies/bullet/AUTHORS | 22 +
dependencies/bullet/BspDemo.bsp | Bin 0 -> 105100 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/GLUT32.DLL | Bin 0 -> 160256 bytes
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 0 -> 3380 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 0 -> 548 bytes
dependencies/bullet/depcomp | 630 +
dependencies/bullet/file.obj | 3578 +
dependencies/bullet/glut64.dll | Bin 0 -> 272896 bytes
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 | 0
.../BroadphaseCollision/btAxisSweep3.h | 1051 +
.../BroadphaseCollision/btBroadphaseInterface.h | 82 +
.../BroadphaseCollision/btBroadphaseProxy.cpp | 0
.../BroadphaseCollision/btBroadphaseProxy.h | 270 +
.../BroadphaseCollision/btCollisionAlgorithm.cpp | 0
.../BroadphaseCollision/btCollisionAlgorithm.h | 81 +
.../BulletCollision/BroadphaseCollision/btDbvt.cpp | 1295 +
.../BulletCollision/BroadphaseCollision/btDbvt.h | 1270 +
.../BroadphaseCollision/btDbvtBroadphase.cpp | 0
.../BroadphaseCollision/btDbvtBroadphase.h | 0
.../BroadphaseCollision/btDispatcher.cpp | 0
.../BroadphaseCollision/btDispatcher.h | 110 +
.../BroadphaseCollision/btMultiSapBroadphase.cpp | 489 +
.../BroadphaseCollision/btMultiSapBroadphase.h | 0
.../BroadphaseCollision/btOverlappingPairCache.cpp | 0
.../BroadphaseCollision/btOverlappingPairCache.h | 469 +
.../btOverlappingPairCallback.h | 0
.../BroadphaseCollision/btQuantizedBvh.cpp | 0
.../BroadphaseCollision/btQuantizedBvh.h | 581 +
.../BroadphaseCollision/btSimpleBroadphase.cpp | 0
.../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 | 0
.../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 | 0
.../CollisionShapes/btCollisionShape.h | 159 +
.../CollisionShapes/btCompoundShape.cpp | 354 +
.../CollisionShapes/btCompoundShape.h | 212 +
.../CollisionShapes/btConcaveShape.cpp | 0
.../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 | 0
.../CollisionShapes/btConvexInternalShape.h | 224 +
.../CollisionShapes/btConvexPointCloudShape.cpp | 139 +
.../CollisionShapes/btConvexPointCloudShape.h | 0
.../CollisionShapes/btConvexPolyhedron.cpp | 302 +
.../CollisionShapes/btConvexPolyhedron.h | 65 +
.../CollisionShapes/btConvexShape.cpp | 445 +
.../CollisionShapes/btConvexShape.h | 84 +
.../CollisionShapes/btConvexTriangleMeshShape.cpp | 0
.../CollisionShapes/btConvexTriangleMeshShape.h | 77 +
.../CollisionShapes/btCylinderShape.cpp | 281 +
.../CollisionShapes/btCylinderShape.h | 213 +
.../CollisionShapes/btEmptyShape.cpp | 0
.../BulletCollision/CollisionShapes/btEmptyShape.h | 72 +
.../CollisionShapes/btHeightfieldTerrainShape.cpp | 410 +
.../CollisionShapes/btHeightfieldTerrainShape.h | 167 +
.../BulletCollision/CollisionShapes/btMaterial.h | 35 +
.../CollisionShapes/btMinkowskiSumShape.cpp | 0
.../CollisionShapes/btMinkowskiSumShape.h | 62 +
.../CollisionShapes/btMultiSphereShape.cpp | 180 +
.../CollisionShapes/btMultiSphereShape.h | 101 +
.../btMultimaterialTriangleMeshShape.cpp | 0
.../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 | 0
.../BulletCollision/CollisionShapes/btShapeHull.h | 61 +
.../CollisionShapes/btSphereShape.cpp | 0
.../CollisionShapes/btSphereShape.h | 73 +
.../CollisionShapes/btStaticPlaneShape.cpp | 0
.../CollisionShapes/btStaticPlaneShape.h | 105 +
.../CollisionShapes/btStridingMeshInterface.cpp | 381 +
.../CollisionShapes/btStridingMeshInterface.h | 164 +
.../CollisionShapes/btTetrahedronShape.cpp | 0
.../CollisionShapes/btTetrahedronShape.h | 76 +
.../CollisionShapes/btTriangleBuffer.cpp | 0
.../CollisionShapes/btTriangleBuffer.h | 0
.../CollisionShapes/btTriangleCallback.cpp | 0
.../CollisionShapes/btTriangleCallback.h | 42 +
.../CollisionShapes/btTriangleIndexVertexArray.cpp | 0
.../CollisionShapes/btTriangleIndexVertexArray.h | 133 +
.../btTriangleIndexVertexMaterialArray.cpp | 0
.../btTriangleIndexVertexMaterialArray.h | 0
.../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 +
.../bullet/src}/BulletCollision/Doxyfile | 0
.../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 +
.../BulletCollision/Gimpact/btGImpactShape.cpp | 0
.../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 | 0
.../src/BulletCollision/Gimpact/gim_box_set.h | 674 +
.../src/BulletCollision/Gimpact/gim_clip_polygon.h | 210 +
.../src}/BulletCollision/Gimpact/gim_contact.cpp | 0
.../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 | 0
.../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 | 0
.../NarrowPhaseCollision/btConvexCast.h | 73 +
.../btConvexPenetrationDepthSolver.h | 42 +
.../btDiscreteCollisionDetectorInterface.h | 91 +
.../NarrowPhaseCollision/btGjkConvexCast.cpp | 0
.../NarrowPhaseCollision/btGjkConvexCast.h | 50 +
.../NarrowPhaseCollision/btGjkEpa2.cpp | 1031 +
.../NarrowPhaseCollision/btGjkEpa2.h | 75 +
.../btGjkEpaPenetrationDepthSolver.cpp | 0
.../btGjkEpaPenetrationDepthSolver.h | 0
.../NarrowPhaseCollision/btGjkPairDetector.cpp | 457 +
.../NarrowPhaseCollision/btGjkPairDetector.h | 103 +
.../NarrowPhaseCollision/btManifoldPoint.h | 156 +
.../btMinkowskiPenetrationDepthSolver.cpp | 0
.../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 | 0
.../NarrowPhaseCollision/btSubSimplexConvexCast.h | 50 +
.../btVoronoiSimplexSolver.cpp | 0
.../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 | 0
.../ConstraintSolver/btSliderConstraint.h | 335 +
.../ConstraintSolver/btSolve2LinearConstraint.cpp | 0
.../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 | 0
.../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 | 0
.../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 | 0
.../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 | 0
.../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 | 0
.../SpuMinkowskiPenetrationDepthSolver.cpp | 0
.../SpuMinkowskiPenetrationDepthSolver.h | 0
.../SpuPreferredPenetrationDirections.h | 0
.../SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp | 1160 +
.../SpuNarrowPhaseCollisionTask/boxBoxDistance.h | 65 +
.../SpuNarrowPhaseCollisionTask/readme.txt | 0
.../SpuSampleTask/SpuSampleTask.cpp | 0
.../SpuSampleTask/SpuSampleTask.h | 0
.../BulletMultiThreaded/SpuSampleTask/readme.txt | 0
.../BulletMultiThreaded/SpuSampleTaskProcess.cpp | 0
.../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 | 0
.../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 | 0
.../btSoftBodyRigidBodyCollisionConfiguration.h | 0
.../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 | 0
.../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 | 0
.../bullet/src}/LinearMath/btGeometryUtil.h | 0
.../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 +
.../bullet/src}/LinearMath/btMotionState.h | 0
.../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 +
.../bullet/src}/LinearMath/btStackAlloc.h | 0
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 +
distclean.sh | 6 +
profiles/benchmark1 | 7 +
profiles/benchmark2 | 23 +
profiles/expanding | 11 +
profiles/expanding-extreme | 16 +
profiles/expanding-extreme2 | 17 +
profiles/extreme-test | 15 +
profiles/offspringexploders | 6 +
profiles/planet | 10 +
profiles/planet-expanding | 17 +
profiles/race | 18 +-
profiles/race-large | 17 +
share/critterding/critter/map | 2 +
share/critterding/critter/sphere-critter.mtl | 13 +
share/critterding/critter/sphere-critter.obj | 520 +
.../critter/textures/skin2_UV_normal.jpg | Bin 0 -> 476705 bytes
.../critterding/critter/textures/skin2_UV_rgb2.jpg | Bin 0 -> 505470 bytes
share/critterding/cube/cube.mtl | 13 +
share/critterding/cube/cube.obj | 38 +
share/critterding/food/cube-food2.mtl | 13 +
share/critterding/food/cube-food2.obj | 856 +
share/critterding/food/map | 2 +
share/critterding/food/textures/roundfood.png | Bin 0 -> 1518872 bytes
.../critterding/food/textures/roundfood_normal.png | Bin 0 -> 1437629 bytes
share/critterding/maps/easy-quad/easy-quad.mtl | 36 +
share/critterding/maps/easy-quad/easy-quad.obj | 1367 +
share/critterding/maps/easy-quad/map | 5 +
share/critterding/maps/easy/easy.mtl | 37 +
share/critterding/maps/easy/easy.obj | 656 +
share/critterding/maps/easy/map | 5 +
share/critterding/maps/easy/physics_materials.xml | 5 +
share/critterding/maps/hard/easy3.mtl | 47 +
share/critterding/maps/hard/easy3.obj | 14952 ++++
share/critterding/maps/hard/map | 5 +
share/critterding/maps/hard/physics_materials.xml | 6 +
share/critterding/maps/hex/easy4.mtl | 35 +
share/critterding/maps/hex/easy4.obj | 4431 ++
share/critterding/maps/hex/map | 5 +
share/critterding/maps/horizon_test/easy5.mtl | 45 +
share/critterding/maps/horizon_test/easy5.obj | 4496 ++
share/critterding/maps/horizon_test/map | 5 +
.../maps/icosahedron/low_poly_world.mtl | 13 +
.../maps/icosahedron/low_poly_world.obj | 65 +
share/critterding/maps/icosahedron/map | 5 +
.../maps/medium-quad/basic_tray_rock1_1.mtl | 58 +
.../maps/medium-quad/basic_tray_rock1_1.obj | 23135 ++++++
share/critterding/maps/medium-quad/map | 6 +
share/critterding/maps/medium/easy2.mtl | 48 +
share/critterding/maps/medium/easy2.obj | 8755 ++
share/critterding/maps/medium/map | 5 +
.../critterding/maps/medium/physics_materials.xml | 6 +
share/critterding/maps/planet-sphere/map | 5 +
share/critterding/maps/planet-sphere/planet2.mtl | 13 +
share/critterding/maps/planet-sphere/planet2.obj | 10253 +++
share/critterding/maps/planet/map | 5 +
.../critterding/maps/planet/terraria_altrock3.mtl | 93 +
.../critterding/maps/planet/terraria_altrock3.obj | 79074 +++++++++++++++++++
share/critterding/pixmaps/Read Me.txt | 16 +
share/critterding/pixmaps/altstone_normal1.jpg | Bin 0 -> 569740 bytes
share/critterding/pixmaps/altstone_texture1.jpg | Bin 0 -> 253561 bytes
.../pixmaps/lowpoly_planet_primative_sand1.jpg | Bin 0 -> 544023 bytes
share/critterding/pixmaps/pixel.png | Bin 0 -> 135 bytes
share/critterding/pixmaps/rock1.jpg | Bin 0 -> 2023175 bytes
share/critterding/pixmaps/rock1_normal2.jpg | Bin 0 -> 5127918 bytes
share/critterding/pixmaps/sam_gravel.jpg | Bin 0 -> 375543 bytes
share/critterding/pixmaps/sam_pinkstone2.jpg | Bin 0 -> 219227 bytes
share/critterding/pixmaps/sam_pinkstone3.jpg | Bin 0 -> 481182 bytes
share/critterding/pixmaps/terraria_sand2.jpg | Bin 0 -> 8044781 bytes
.../critterding/pixmaps/terraria_sand2_normal.jpg | Bin 0 -> 3161594 bytes
share/critterding/settings.xml | 84 +
share/critterding/shaders/addrgb.frag | 10 +
share/critterding/shaders/brightpass.frag | 108 +
share/critterding/shaders/crittervision_new.frag | 115 +
share/critterding/shaders/crittervision_new.vert | 17 +
share/critterding/shaders/default.frag | 203 +
share/critterding/shaders/default.vert | 55 +
share/critterding/shaders/default_dof.frag | 311 +
share/critterding/shaders/default_dof.vert | 111 +
share/critterding/shaders/fifth.frag | 10 +
share/critterding/shaders/fifth.vert | 5 +
share/critterding/shaders/first.frag | 8 +
share/critterding/shaders/first.vert | 12 +
share/critterding/shaders/fourth.frag | 90 +
share/critterding/shaders/fourth.vert | 29 +
share/critterding/shaders/gaussianH.frag | 15 +
share/critterding/shaders/gaussianV.frag | 15 +
share/critterding/shaders/graphics_materials.xml | 4 +
share/critterding/shaders/luminance2x2.frag | 28 +
share/critterding/shaders/luminance3x3.frag | 25 +
share/critterding/shaders/playervision_new.frag | 119 +
share/critterding/shaders/playervision_new.vert | 20 +
share/critterding/shaders/renderblur.frag | 8 +
share/critterding/shaders/second.frag | 6 +
share/critterding/shaders/second.vert | 5 +
share/critterding/shaders/simple.frag | 8 +
share/critterding/shaders/simple.vert | 5 +
share/critterding/shaders/skybox_dof.frag | 12 +
share/critterding/shaders/skybox_dof.vert | 17 +
share/critterding/shaders/third.frag | 105 +
share/critterding/shaders/third.vert | 29 +
share/critterding/shaders/tonemap.frag | 80 +
share/critterding/skies/default/skydome3.mtl | 19 +
share/critterding/skies/default/skydome3.obj | 1968 +
share/critterding/skies/default/textures/603.jpg | Bin 0 -> 1418667 bytes
.../critterding/skies/default/textures/Read Me.txt | 13 +
share/critterding/skies/night-day/skydome3.mtl | 30 +
share/critterding/skies/night-day/skydome3.obj | 4220 +
share/critterding/skies/night-day/textures/608.jpg | Bin 0 -> 3034416 bytes
.../skies/night-day/textures/Read Me.txt | 16 +
share/critterding/skies/round/skydome3.mtl | 30 +
share/critterding/skies/round/skydome3.obj | 3953 +
share/critterding/skies/round/textures/Read Me.txt | 16 +
.../round/textures/stary_stary_night12_sharp.png | Bin 0 -> 1006895 bytes
share/critterding/skies/sky_temp/skydome3.mtl | 14 +
share/critterding/skies/sky_temp/skydome3.obj | 3938 +
share/critterding/skies/sky_temp/textures/604.jpg | Bin 0 -> 4417553 bytes
.../skies/sky_temp/textures/Read Me.txt | 13 +
src/CMakeLists.txt | 33 +
src/Makefile.am | 21 -
src/audio/be_audio_system.h | 213 +
src/audio/be_audio_system2.h | 235 +
src/brainz/CMakeLists.txt | 41 +
src/brainz/Makefile.am | 17 -
src/brainz/archneuronz.cpp | 1 +
src/brainz/archneuronz.h | 6 +-
src/brainz/archsynapse.cpp | 3 +-
src/brainz/archsynapse.h | 4 +-
src/brainz/brainz.cpp | 230 +-
src/brainz/brainz.h | 25 +-
src/brainz/brainzarch.cpp | 723 +-
src/brainz/brainzarch.h | 56 +-
src/brainz/neuroninterz.cpp | 271 +-
src/brainz/neuroninterz.h | 82 +-
src/brainz/synapse.cpp | 4 +-
src/brainz/synapse.h | 23 +-
src/cl/clcontext.cpp | 393 +
src/cl/clcontext.h | 74 +
src/common/CMakeLists.txt | 26 +
src/common/be_command.h | 29 +
src/common/be_command_system.cpp | 83 +
src/common/be_command_system.h | 51 +
src/common/be_event_system.cpp | 200 +
src/common/be_event_system.h | 163 +
src/common/be_frame_counter.h | 116 +
src/common/be_frame_limiter.h | 131 +
src/common/be_image.cpp | 95 +
src/common/be_image.h | 27 +
src/common/be_model_system.cpp | 645 +
src/common/be_model_system.h | 261 +
src/common/be_mouse_picker.cpp | 76 +
src/common/be_mouse_picker.h | 31 +
src/common/be_obj_loader.cpp | 459 +
src/common/be_obj_loader.h | 88 +
src/common/be_parser.cpp | 445 +
src/common/be_parser.h | 86 +
src/common/be_physics_debug_renderer.cpp | 144 +
src/common/be_physics_debug_renderer.h | 37 +
src/common/be_rand.cpp | 151 +
src/common/be_rand.h | 51 +
src/common/be_scene.h | 31 +
src/common/be_scene_node.cpp | 153 +
src/common/be_scene_node.h | 54 +
src/common/be_timer.h | 39 +
src/common/be_xml_helper.h | 99 +
src/critterding.cpp | 31 -
src/filesystem/CMakeLists.txt | 11 +
src/filesystem/be_dir.cpp | 66 +
src/filesystem/be_dir.h | 33 +
src/filesystem/be_file.cpp | 166 +
src/filesystem/be_file.h | 34 +
src/filesystem/be_filesystem.cpp | 205 +
src/filesystem/be_filesystem.h | 37 +
src/filesystem/be_rootpaths.cpp | 21 +
src/filesystem/be_rootpaths.h | 21 +
src/gl/CMakeLists.txt | 27 +
src/gl/Makefile.am | 8 -
src/gl/gldebugdrawer.cpp | 147 -
src/gl/gldebugdrawer.h | 37 -
src/gl/glscene.cpp | 46 -
src/gl/glscene.h | 34 -
src/gl/glwindow.cpp | 648 +-
src/gl/glwindow.h | 51 +-
src/graphics/CMakeLists.txt | 18 +
src/graphics/be_buffer.cpp | 35 +
src/graphics/be_buffer.h | 41 +
src/graphics/be_camera.cpp | 99 +
src/graphics/be_camera.h | 49 +
src/graphics/be_color.cpp | 124 +
src/graphics/be_color.h | 37 +
src/graphics/be_framebuffer.cpp | 88 +
src/graphics/be_framebuffer.h | 41 +
src/graphics/be_graphics_kernel.cpp | 358 +
src/graphics/be_graphics_kernel.h | 118 +
src/graphics/be_graphics_system.cpp | 362 +
src/graphics/be_graphics_system.h | 224 +
src/graphics/be_light.h | 95 +
src/graphics/be_material.h | 106 +
src/graphics/be_mesh.cpp | 17 +
src/graphics/be_mesh.h | 28 +
src/graphics/be_shader.cpp | 85 +
src/graphics/be_shader.h | 88 +
src/graphics/be_texture.cpp | 50 +
src/graphics/be_texture.h | 94 +
src/graphics/be_vertex_array.cpp | 77 +
src/graphics/be_vertex_array.h | 31 +
src/graphics/sc_graphics.cpp | 332 +
src/graphics/sc_graphics.h | 82 +
src/graphics/ub_graphics.cpp | 12 +
src/gui/CMakeLists.txt | 64 +
src/gui/Makefile.am | 23 -
src/gui/button.cpp | 39 +-
src/gui/button.h | 34 +-
src/gui/canvas.cpp | 243 +
src/gui/canvas.h | 41 +
src/gui/checkbox.cpp | 32 +
src/gui/checkbox.h | 21 +
src/gui/container.cpp | 198 +-
src/gui/container.h | 68 +-
src/gui/enginesettingspanel.cpp | 37 +
src/gui/enginesettingspanel.h | 15 +
src/gui/exitpanel.cpp | 15 +
src/gui/exitpanel.h | 15 +
src/gui/logbuffermessage.cpp | 58 +
src/gui/logbuffermessage.h | 61 +
src/gui/panel.cpp | 64 +-
src/gui/panel.h | 68 +-
src/gui/settingspanel.cpp | 74 +-
src/gui/settingspanel.h | 29 +-
src/gui/text.cpp | 30 +-
src/gui/text.h | 27 +-
src/gui/text_uintp.cpp | 14 +-
src/gui/text_uintp.h | 14 +-
src/gui/textinput.cpp | 176 +
src/gui/textinput.h | 41 +
src/gui/textprinter.cpp | 246 +-
src/gui/textprinter.h | 62 +-
src/gui/widget.cpp | 83 +-
src/gui/widget.h | 95 +-
src/kernel/CMakeLists.txt | 8 +
src/kernel/be.h | 23 +
src/kernel/be_engine.cpp | 0
src/kernel/be_engine.h | 20 +
src/kernel/be_log.cpp | 34 +
src/kernel/be_log.h | 57 +
src/kernel/be_profiler.h | 33 +
src/math/CMakeLists.txt | 27 +
src/math/Makefile.am | 9 -
src/math/vector2f.cpp | 25 +-
src/math/vector2f.h | 7 +-
src/math/vector2i.cpp | 17 +-
src/math/vector2i.h | 15 +-
src/math/vector3f.cpp | 2 +-
src/math/vector3f.h | 2 +-
src/math/vector4f.h | 58 +
src/net/CMakeLists.txt | 17 +
src/net/be_message_client.h | 439 +
src/net/be_net_message.cpp | 409 +
src/net/be_net_message.h | 917 +
src/net/be_socket.h | 24 +
src/net/ub_be_net,.cpp | 9 +
src/physics/CMakeLists.txt | 14 +
src/physics/be_physics_material.h | 18 +
src/physics/be_physics_sensor.h | 88 +
src/physics/be_physics_system.cpp | 29 +
src/physics/be_physics_system.h | 44 +
src/physics/be_raycast.cpp | 36 +
src/physics/be_raycast.h | 25 +
src/resource/be_graphics_model_resource.h | 183 +
src/resource/be_texture_2d_resource.h | 160 +
src/resource/sc_client_map_resource.h | 63 +
src/scenes/Makefile.am | 13 -
src/scenes/critterding/CMakeLists.txt | 41 +
src/scenes/critterding/critterding.cpp | 257 +
src/scenes/critterding/entities/CMakeLists.txt | 29 +
src/scenes/critterding/entities/archbodypart.cpp | 67 +
src/scenes/critterding/entities/archbodypart.h | 27 +
.../{ => critterding}/entities/archconstraint.cpp | 0
src/scenes/critterding/entities/archconstraint.h | 43 +
.../{ => critterding}/entities/archmouth.cpp | 0
src/scenes/critterding/entities/archmouth.h | 20 +
src/scenes/critterding/entities/body.cpp | 191 +
src/scenes/critterding/entities/body.h | 48 +
.../critterding/entities/body/CMakeLists.txt | 13 +
src/scenes/critterding/entities/body/body.cpp | 108 +
src/scenes/critterding/entities/body/body.h | 33 +
.../critterding/entities/body/bodypart_rigid.cpp | 36 +
.../critterding/entities/body/bodypart_rigid.h | 39 +
.../entities/body/bodypart_rigid_box.cpp | 12 +
.../critterding/entities/body/bodypart_rigid_box.h | 12 +
.../entities/body/bodypart_rigid_cylinder.cpp | 12 +
.../entities/body/bodypart_rigid_cylinder.h | 13 +
.../entities/body/bodypart_rigid_sphere.cpp | 12 +
.../entities/body/bodypart_rigid_sphere.h | 12 +
.../entities/body/bodypart_rigid_trianglemesh.cpp | 75 +
.../entities/body/bodypart_rigid_trianglemesh.h | 38 +
.../critterding/entities/body/bodyphysics.cpp | 108 +
src/scenes/critterding/entities/body/bodyphysics.h | 33 +
src/scenes/critterding/entities/bodyarch.cpp | 1926 +
src/scenes/critterding/entities/bodyarch.h | 71 +
src/scenes/critterding/entities/bodyowner.cpp | 19 +
src/scenes/critterding/entities/bodyowner.h | 27 +
src/scenes/critterding/entities/bodypart.cpp | 53 +
src/scenes/critterding/entities/bodypart.h | 22 +
src/scenes/critterding/entities/clnbody.cpp | 135 +
src/scenes/critterding/entities/clnbody.h | 39 +
src/scenes/critterding/entities/constraint.cpp | 76 +
src/scenes/critterding/entities/constraint.h | 36 +
src/scenes/critterding/entities/critterb.cpp | 727 +
src/scenes/critterding/entities/critterb.h | 131 +
.../critterding/entities/critterselection.cpp | 86 +
src/scenes/critterding/entities/critterselection.h | 40 +
src/scenes/critterding/entities/dirlayout.cpp | 77 +
src/scenes/critterding/entities/dirlayout.h | 33 +
src/scenes/critterding/entities/displaylists.cpp | 398 +
src/scenes/critterding/entities/displaylists.h | 100 +
src/scenes/critterding/entities/entity.cpp | 9 +
src/scenes/critterding/entities/entity.h | 27 +
src/scenes/critterding/entities/food.cpp | 129 +
src/scenes/critterding/entities/food.h | 36 +
src/scenes/critterding/entities/food_old.cpp | 69 +
src/scenes/critterding/entities/food_old.h | 41 +
src/scenes/critterding/entities/genotype.cpp | 91 +
src/scenes/critterding/entities/genotype.h | 28 +
src/scenes/critterding/entities/genotypes.cpp | 225 +
src/scenes/critterding/entities/genotypes.h | 36 +
src/scenes/critterding/entities/map.cpp | 306 +
src/scenes/critterding/entities/map.h | 73 +
src/scenes/critterding/entities/mouth.cpp | 62 +
src/scenes/critterding/entities/mouth.h | 28 +
src/scenes/critterding/entities/seed.cpp | 18 +
src/scenes/critterding/entities/seed.h | 34 +
src/scenes/critterding/entities/statsbuffer.cpp | 91 +
src/scenes/critterding/entities/statsbuffer.h | 53 +
src/scenes/critterding/entities/wall.cpp | 130 +
src/scenes/critterding/entities/wall.h | 38 +
src/scenes/critterding/entities/worldb.cpp | 3239 +
src/scenes/critterding/entities/worldb.h | 382 +
src/scenes/critterding/evolution.cpp | 1431 +
src/scenes/critterding/evolution.h | 153 +
src/scenes/critterding/gui/CMakeLists.txt | 69 +
src/scenes/critterding/gui/brainview.cpp | 716 +
src/scenes/critterding/gui/brainview.h | 97 +
src/scenes/critterding/gui/critterview.cpp | 204 +
src/scenes/critterding/gui/critterview.h | 38 +
src/scenes/critterding/gui/globalsettingspanel.cpp | 94 +
src/scenes/critterding/gui/globalsettingspanel.h | 15 +
src/scenes/critterding/gui/helpinfo.cpp | 102 +
src/scenes/critterding/gui/helpinfo.h | 20 +
src/scenes/critterding/gui/hud.cpp | 219 +
src/scenes/critterding/gui/hud.h | 30 +
src/scenes/critterding/gui/infobar.cpp | 123 +
src/scenes/critterding/gui/infobar.h | 30 +
src/scenes/critterding/gui/infostats.cpp | 131 +
src/scenes/critterding/gui/infostats.h | 22 +
src/scenes/critterding/gui/mutationpanel.cpp | 27 +
src/scenes/critterding/gui/mutationpanel.h | 17 +
.../critterding/gui/populationcontrolpanel.cpp | 84 +
.../critterding/gui/populationcontrolpanel.h | 15 +
src/scenes/critterding/gui/settingsbodypanel.cpp | 58 +
src/scenes/critterding/gui/settingsbodypanel.h | 15 +
src/scenes/critterding/gui/settingsbrainpanel.cpp | 67 +
src/scenes/critterding/gui/settingsbrainpanel.h | 15 +
src/scenes/critterding/gui/settingslightpanel.cpp | 47 +
src/scenes/critterding/gui/settingslightpanel.h | 15 +
src/scenes/critterding/gui/speciesview.cpp | 541 +
src/scenes/critterding/gui/speciesview.h | 150 +
src/scenes/critterding/gui/statsgraph.cpp | 179 +
src/scenes/critterding/gui/statsgraph.h | 20 +
src/scenes/critterding/gui/textverbosemessage.cpp | 144 +
src/scenes/critterding/gui/textverbosemessage.h | 37 +
src/scenes/critterding/modes/CMakeLists.txt | 36 +
src/scenes/critterding/modes/concavefloor.cpp | 356 +
src/scenes/critterding/modes/concavefloor.h | 99 +
src/scenes/critterding/modes/race.cpp | 633 +
src/scenes/critterding/modes/race.h | 35 +
src/scenes/critterding/modes/roundworld.cpp | 771 +
src/scenes/critterding/modes/roundworld.h | 33 +
src/scenes/critterding/modes/testworld1.cpp | 89 +
src/scenes/critterding/modes/testworld1.h | 20 +
src/scenes/entities/Makefile.am | 36 -
src/scenes/entities/archbodypart.cpp | 17 -
src/scenes/entities/archbodypart.h | 22 -
src/scenes/entities/archconstraint.h | 45 -
src/scenes/entities/archmouth.h | 22 -
src/scenes/entities/body.cpp | 166 -
src/scenes/entities/body.h | 48 -
src/scenes/entities/bodyarch.cpp | 1366 -
src/scenes/entities/bodyarch.h | 61 -
src/scenes/entities/bodypart.cpp | 37 -
src/scenes/entities/bodypart.h | 24 -
src/scenes/entities/camera.cpp | 231 -
src/scenes/entities/camera.h | 50 -
src/scenes/entities/constraint.cpp | 74 -
src/scenes/entities/constraint.h | 33 -
src/scenes/entities/critterb.cpp | 506 -
src/scenes/entities/critterb.h | 121 -
src/scenes/entities/entity.cpp | 16 -
src/scenes/entities/entity.h | 21 -
src/scenes/entities/food.cpp | 57 -
src/scenes/entities/food.h | 42 -
src/scenes/entities/genotype.cpp | 81 -
src/scenes/entities/genotype.h | 29 -
src/scenes/entities/genotypes.cpp | 221 -
src/scenes/entities/genotypes.h | 35 -
src/scenes/entities/mouth.cpp | 60 -
src/scenes/entities/mouth.h | 28 -
src/scenes/entities/wall.cpp | 58 -
src/scenes/entities/wall.h | 34 -
src/scenes/entities/worldb.cpp | 1464 -
src/scenes/entities/worldb.h | 241 -
src/scenes/evolution.cpp | 452 -
src/scenes/evolution.h | 72 -
src/scenes/gui/Makefile.am | 40 -
src/scenes/gui/brainview.cpp | 398 -
src/scenes/gui/brainview.h | 60 -
src/scenes/gui/critterview.cpp | 139 -
src/scenes/gui/critterview.h | 37 -
src/scenes/gui/exitpanel.cpp | 18 -
src/scenes/gui/exitpanel.h | 16 -
src/scenes/gui/globalsettingspanel.cpp | 60 -
src/scenes/gui/globalsettingspanel.h | 17 -
src/scenes/gui/helpinfo.cpp | 94 -
src/scenes/gui/helpinfo.h | 22 -
src/scenes/gui/hud.cpp | 176 -
src/scenes/gui/hud.h | 26 -
src/scenes/gui/infobar.cpp | 87 -
src/scenes/gui/infobar.h | 28 -
src/scenes/gui/infostats.cpp | 110 -
src/scenes/gui/infostats.h | 24 -
src/scenes/gui/maincanvas.cpp | 178 -
src/scenes/gui/maincanvas.h | 56 -
src/scenes/gui/mutationpanel.cpp | 25 -
src/scenes/gui/mutationpanel.h | 19 -
src/scenes/gui/settingsbodypanel.cpp | 44 -
src/scenes/gui/settingsbodypanel.h | 17 -
src/scenes/gui/settingsbrainpanel.cpp | 67 -
src/scenes/gui/settingsbrainpanel.h | 17 -
src/scenes/gui/speciesview.cpp | 180 -
src/scenes/gui/speciesview.h | 47 -
src/scenes/gui/statsgraph.cpp | 83 -
src/scenes/gui/statsgraph.h | 21 -
src/scenes/gui/textmessage.cpp | 46 -
src/scenes/gui/textmessage.h | 22 -
src/scenes/gui/textverbosemessage.cpp | 123 -
src/scenes/gui/textverbosemessage.h | 45 -
src/scenes/modes/Makefile.am | 10 -
src/scenes/modes/race.cpp | 338 -
src/scenes/modes/race.h | 31 -
src/scenes/modes/roundworld.cpp | 207 -
src/scenes/modes/roundworld.h | 27 -
src/scenes/modes/testworld1.cpp | 76 -
src/scenes/modes/testworld1.h | 20 -
src/system/backtrace.cpp | 330 +
src/system/backtrace.hpp | 124 +
src/utils/CMakeLists.txt | 12 +
src/utils/Makefile.am | 52 -
src/utils/be_settings_loader.cpp | 280 +
src/utils/be_settings_loader.h | 39 +
src/utils/bullet/Bullet-C-Api.h | 176 -
.../BroadphaseCollision/btAxisSweep3.h | 1051 -
.../BroadphaseCollision/btBroadphaseInterface.h | 82 -
.../BroadphaseCollision/btBroadphaseProxy.h | 270 -
.../BroadphaseCollision/btCollisionAlgorithm.h | 80 -
.../BulletCollision/BroadphaseCollision/btDbvt.cpp | 1295 -
.../BulletCollision/BroadphaseCollision/btDbvt.h | 1256 -
.../BroadphaseCollision/btDispatcher.h | 106 -
.../BroadphaseCollision/btMultiSapBroadphase.cpp | 489 -
.../BroadphaseCollision/btOverlappingPairCache.h | 469 -
.../BroadphaseCollision/btQuantizedBvh.h | 579 -
.../BroadphaseCollision/btSimpleBroadphase.h | 171 -
src/utils/bullet/BulletCollision/CMakeLists.txt | 268 -
.../CollisionDispatch/SphereTriangleDetector.cpp | 209 -
.../CollisionDispatch/SphereTriangleDetector.h | 51 -
.../btActivatingCollisionAlgorithm.cpp | 47 -
.../btActivatingCollisionAlgorithm.h | 36 -
.../btBox2dBox2dCollisionAlgorithm.cpp | 435 -
.../btBox2dBox2dCollisionAlgorithm.h | 66 -
.../btBoxBoxCollisionAlgorithm.cpp | 85 -
.../CollisionDispatch/btBoxBoxCollisionAlgorithm.h | 66 -
.../CollisionDispatch/btBoxBoxDetector.cpp | 704 -
.../CollisionDispatch/btBoxBoxDetector.h | 44 -
.../CollisionDispatch/btCollisionConfiguration.h | 47 -
.../CollisionDispatch/btCollisionCreateFunc.h | 45 -
.../CollisionDispatch/btCollisionDispatcher.cpp | 303 -
.../CollisionDispatch/btCollisionDispatcher.h | 159 -
.../CollisionDispatch/btCollisionObject.cpp | 115 -
.../CollisionDispatch/btCollisionObject.h | 508 -
.../CollisionDispatch/btCollisionWorld.cpp | 1416 -
.../CollisionDispatch/btCollisionWorld.h | 470 -
.../btCompoundCollisionAlgorithm.cpp | 351 -
.../btCompoundCollisionAlgorithm.h | 86 -
.../btConvex2dConvex2dAlgorithm.cpp | 247 -
.../btConvex2dConvex2dAlgorithm.h | 95 -
.../btConvexConcaveCollisionAlgorithm.cpp | 321 -
.../btConvexConcaveCollisionAlgorithm.h | 116 -
.../CollisionDispatch/btConvexConvexAlgorithm.cpp | 574 -
.../CollisionDispatch/btConvexConvexAlgorithm.h | 109 -
.../btConvexPlaneCollisionAlgorithm.cpp | 155 -
.../btConvexPlaneCollisionAlgorithm.h | 84 -
.../btDefaultCollisionConfiguration.cpp | 298 -
.../btDefaultCollisionConfiguration.h | 135 -
.../btEmptyCollisionAlgorithm.cpp | 34 -
.../CollisionDispatch/btEmptyCollisionAlgorithm.h | 54 -
.../CollisionDispatch/btGhostObject.h | 175 -
.../CollisionDispatch/btInternalEdgeUtility.cpp | 772 -
.../CollisionDispatch/btInternalEdgeUtility.h | 46 -
.../CollisionDispatch/btManifoldResult.cpp | 134 -
.../CollisionDispatch/btManifoldResult.h | 128 -
.../btSimulationIslandManager.cpp | 392 -
.../CollisionDispatch/btSimulationIslandManager.h | 81 -
.../btSphereBoxCollisionAlgorithm.cpp | 260 -
.../btSphereBoxCollisionAlgorithm.h | 75 -
.../btSphereSphereCollisionAlgorithm.cpp | 105 -
.../btSphereSphereCollisionAlgorithm.h | 66 -
.../btSphereTriangleCollisionAlgorithm.cpp | 84 -
.../btSphereTriangleCollisionAlgorithm.h | 69 -
.../CollisionDispatch/btUnionFind.cpp | 81 -
.../CollisionDispatch/btUnionFind.h | 126 -
.../CollisionShapes/btBox2dShape.cpp | 42 -
.../BulletCollision/CollisionShapes/btBox2dShape.h | 363 -
.../BulletCollision/CollisionShapes/btBoxShape.cpp | 41 -
.../BulletCollision/CollisionShapes/btBoxShape.h | 318 -
.../CollisionShapes/btBvhTriangleMeshShape.cpp | 466 -
.../CollisionShapes/btBvhTriangleMeshShape.h | 139 -
.../CollisionShapes/btCapsuleShape.cpp | 171 -
.../CollisionShapes/btCapsuleShape.h | 173 -
.../CollisionShapes/btCollisionMargin.h | 26 -
.../CollisionShapes/btCollisionShape.h | 150 -
.../CollisionShapes/btCompoundShape.cpp | 323 -
.../CollisionShapes/btCompoundShape.h | 206 -
.../CollisionShapes/btConcaveShape.h | 60 -
.../CollisionShapes/btConeShape.cpp | 133 -
.../BulletCollision/CollisionShapes/btConeShape.h | 100 -
.../CollisionShapes/btConvex2dShape.cpp | 92 -
.../CollisionShapes/btConvex2dShape.h | 80 -
.../CollisionShapes/btConvexHullShape.cpp | 223 -
.../CollisionShapes/btConvexHullShape.h | 120 -
.../CollisionShapes/btConvexInternalShape.h | 202 -
.../CollisionShapes/btConvexPointCloudShape.cpp | 157 -
.../CollisionShapes/btConvexShape.cpp | 429 -
.../CollisionShapes/btConvexShape.h | 82 -
.../CollisionShapes/btConvexTriangleMeshShape.h | 75 -
.../CollisionShapes/btCylinderShape.cpp | 222 -
.../CollisionShapes/btCylinderShape.h | 192 -
.../BulletCollision/CollisionShapes/btEmptyShape.h | 70 -
.../CollisionShapes/btHeightfieldTerrainShape.cpp | 411 -
.../CollisionShapes/btHeightfieldTerrainShape.h | 161 -
.../BulletCollision/CollisionShapes/btMaterial.h | 35 -
.../CollisionShapes/btMinkowskiSumShape.h | 60 -
.../CollisionShapes/btMultiSphereShape.cpp | 167 -
.../CollisionShapes/btMultiSphereShape.h | 99 -
.../btMultimaterialTriangleMeshShape.h | 121 -
.../CollisionShapes/btOptimizedBvh.cpp | 391 -
.../CollisionShapes/btOptimizedBvh.h | 65 -
.../CollisionShapes/btPolyhedralConvexShape.cpp | 193 -
.../CollisionShapes/btPolyhedralConvexShape.h | 98 -
.../btScaledBvhTriangleMeshShape.cpp | 121 -
.../CollisionShapes/btScaledBvhTriangleMeshShape.h | 62 -
.../BulletCollision/CollisionShapes/btShapeHull.h | 59 -
.../CollisionShapes/btSphereShape.h | 73 -
.../CollisionShapes/btStaticPlaneShape.h | 103 -
.../CollisionShapes/btStridingMeshInterface.cpp | 331 -
.../CollisionShapes/btStridingMeshInterface.h | 154 -
.../CollisionShapes/btTetrahedronShape.h | 74 -
.../CollisionShapes/btTriangleCallback.h | 42 -
.../CollisionShapes/btTriangleIndexVertexArray.h | 131 -
.../CollisionShapes/btTriangleInfoMap.h | 238 -
.../CollisionShapes/btTriangleMesh.cpp | 140 -
.../CollisionShapes/btTriangleMesh.h | 69 -
.../CollisionShapes/btTriangleMeshShape.cpp | 211 -
.../CollisionShapes/btTriangleMeshShape.h | 89 -
.../CollisionShapes/btTriangleShape.h | 182 -
.../CollisionShapes/btUniformScalingShape.cpp | 115 -
.../CollisionShapes/btUniformScalingShape.h | 87 -
.../BulletCollision/Gimpact/btBoxCollision.h | 647 -
.../bullet/BulletCollision/Gimpact/btClipPolygon.h | 182 -
.../Gimpact/btContactProcessing.cpp | 181 -
.../BulletCollision/Gimpact/btContactProcessing.h | 145 -
.../BulletCollision/Gimpact/btGImpactBvh.cpp | 498 -
.../bullet/BulletCollision/Gimpact/btGImpactBvh.h | 396 -
.../Gimpact/btGImpactCollisionAlgorithm.cpp | 904 -
.../Gimpact/btGImpactCollisionAlgorithm.h | 306 -
.../BulletCollision/Gimpact/btGImpactMassUtil.h | 60 -
.../Gimpact/btGImpactQuantizedBvh.cpp | 528 -
.../Gimpact/btGImpactQuantizedBvh.h | 372 -
.../BulletCollision/Gimpact/btGImpactShape.h | 1171 -
.../Gimpact/btGenericPoolAllocator.cpp | 283 -
.../Gimpact/btGenericPoolAllocator.h | 163 -
.../BulletCollision/Gimpact/btGeometryOperations.h | 212 -
.../BulletCollision/Gimpact/btQuantization.h | 88 -
.../BulletCollision/Gimpact/btTriangleShapeEx.cpp | 218 -
.../BulletCollision/Gimpact/btTriangleShapeEx.h | 180 -
.../bullet/BulletCollision/Gimpact/gim_array.h | 326 -
.../Gimpact/gim_basic_geometry_operations.h | 543 -
.../bullet/BulletCollision/Gimpact/gim_bitset.h | 123 -
.../BulletCollision/Gimpact/gim_box_collision.h | 590 -
.../bullet/BulletCollision/Gimpact/gim_box_set.h | 674 -
.../BulletCollision/Gimpact/gim_clip_polygon.h | 210 -
.../bullet/BulletCollision/Gimpact/gim_contact.h | 164 -
.../BulletCollision/Gimpact/gim_geom_types.h | 97 -
.../bullet/BulletCollision/Gimpact/gim_geometry.h | 42 -
.../BulletCollision/Gimpact/gim_hash_table.h | 902 -
.../BulletCollision/Gimpact/gim_linear_math.h | 1573 -
.../bullet/BulletCollision/Gimpact/gim_math.h | 157 -
.../bullet/BulletCollision/Gimpact/gim_memory.h | 190 -
.../bullet/BulletCollision/Gimpact/gim_radixsort.h | 406 -
.../BulletCollision/Gimpact/gim_tri_collision.cpp | 640 -
.../BulletCollision/Gimpact/gim_tri_collision.h | 379 -
src/utils/bullet/BulletCollision/Jamfile | 14 -
.../btContinuousConvexCollision.cpp | 236 -
.../btContinuousConvexCollision.h | 52 -
.../NarrowPhaseCollision/btConvexCast.h | 73 -
.../btConvexPenetrationDepthSolver.h | 42 -
.../btDiscreteCollisionDetectorInterface.h | 89 -
.../NarrowPhaseCollision/btGjkConvexCast.h | 50 -
.../NarrowPhaseCollision/btGjkEpa2.cpp | 989 -
.../NarrowPhaseCollision/btGjkEpa2.h | 73 -
.../NarrowPhaseCollision/btGjkPairDetector.cpp | 456 -
.../NarrowPhaseCollision/btGjkPairDetector.h | 103 -
.../NarrowPhaseCollision/btManifoldPoint.h | 138 -
.../btMinkowskiPenetrationDepthSolver.h | 40 -
.../NarrowPhaseCollision/btPersistentManifold.cpp | 260 -
.../NarrowPhaseCollision/btPersistentManifold.h | 208 -
.../NarrowPhaseCollision/btPointCollector.h | 64 -
.../NarrowPhaseCollision/btRaycastCallback.cpp | 175 -
.../NarrowPhaseCollision/btRaycastCallback.h | 71 -
.../btSimplexSolverInterface.h | 63 -
.../NarrowPhaseCollision/btSubSimplexConvexCast.h | 50 -
.../NarrowPhaseCollision/btVoronoiSimplexSolver.h | 178 -
src/utils/bullet/BulletCollision/ibmsdk/Makefile | 112 -
src/utils/bullet/BulletDynamics/CMakeLists.txt | 108 -
.../Character/btCharacterControllerInterface.h | 45 -
.../Character/btKinematicCharacterController.cpp | 553 -
.../Character/btKinematicCharacterController.h | 145 -
.../ConstraintSolver/btConeTwistConstraint.cpp | 1117 -
.../ConstraintSolver/btConeTwistConstraint.h | 332 -
.../ConstraintSolver/btConstraintSolver.h | 52 -
.../ConstraintSolver/btContactConstraint.cpp | 134 -
.../ConstraintSolver/btContactConstraint.h | 68 -
.../ConstraintSolver/btContactSolverInfo.h | 87 -
.../ConstraintSolver/btGeneric6DofConstraint.cpp | 1012 -
.../ConstraintSolver/btGeneric6DofConstraint.h | 588 -
.../btGeneric6DofSpringConstraint.cpp | 146 -
.../btGeneric6DofSpringConstraint.h | 54 -
.../ConstraintSolver/btHinge2Constraint.cpp | 66 -
.../ConstraintSolver/btHinge2Constraint.h | 58 -
.../ConstraintSolver/btHingeConstraint.cpp | 992 -
.../ConstraintSolver/btHingeConstraint.h | 332 -
.../ConstraintSolver/btJacobianEntry.h | 156 -
.../ConstraintSolver/btPoint2PointConstraint.cpp | 229 -
.../ConstraintSolver/btPoint2PointConstraint.h | 161 -
.../btSequentialImpulseConstraintSolver.cpp | 1174 -
.../btSequentialImpulseConstraintSolver.h | 132 -
.../ConstraintSolver/btSliderConstraint.h | 321 -
.../ConstraintSolver/btSolve2LinearConstraint.h | 107 -
.../BulletDynamics/ConstraintSolver/btSolverBody.h | 191 -
.../ConstraintSolver/btSolverConstraint.h | 96 -
.../ConstraintSolver/btTypedConstraint.cpp | 136 -
.../ConstraintSolver/btTypedConstraint.h | 302 -
.../ConstraintSolver/btUniversalConstraint.cpp | 63 -
.../ConstraintSolver/btUniversalConstraint.h | 60 -
.../BulletDynamics/Dynamics/btActionInterface.h | 50 -
.../Dynamics/btContinuousDynamicsWorld.cpp | 196 -
.../Dynamics/btContinuousDynamicsWorld.h | 46 -
.../Dynamics/btDiscreteDynamicsWorld.cpp | 1161 -
.../Dynamics/btDiscreteDynamicsWorld.h | 198 -
.../BulletDynamics/Dynamics/btDynamicsWorld.h | 148 -
.../bullet/BulletDynamics/Dynamics/btRigidBody.cpp | 400 -
.../bullet/BulletDynamics/Dynamics/btRigidBody.h | 670 -
.../Dynamics/btSimpleDynamicsWorld.cpp | 253 -
.../Dynamics/btSimpleDynamicsWorld.h | 81 -
src/utils/bullet/BulletDynamics/Jamfile | 13 -
.../BulletDynamics/Vehicle/btRaycastVehicle.cpp | 758 -
.../BulletDynamics/Vehicle/btRaycastVehicle.h | 236 -
.../BulletDynamics/Vehicle/btVehicleRaycaster.h | 35 -
.../bullet/BulletDynamics/Vehicle/btWheelInfo.h | 119 -
src/utils/bullet/BulletDynamics/ibmsdk/Makefile | 53 -
.../bullet/BulletMultiThreaded/CMakeLists.txt | 71 -
src/utils/bullet/BulletMultiThreaded/Jamfile | 14 -
.../bullet/BulletMultiThreaded/Makefile.original | 187 -
.../BulletMultiThreaded/MiniCLTask/MiniCLTask.cpp | 116 -
.../BulletMultiThreaded/MiniCLTask/MiniCLTask.h | 81 -
.../BulletMultiThreaded/MiniCLTaskScheduler.cpp | 227 -
.../BulletMultiThreaded/MiniCLTaskScheduler.h | 181 -
.../BulletMultiThreaded/PlatformDefinitions.h | 82 -
.../BulletMultiThreaded/PosixThreadSupport.cpp | 249 -
.../BulletMultiThreaded/PosixThreadSupport.h | 124 -
.../bullet/BulletMultiThreaded/PpuAddressSpace.h | 18 -
.../SequentialThreadSupport.cpp | 93 -
.../BulletMultiThreaded/SequentialThreadSupport.h | 92 -
.../SpuCollisionObjectWrapper.h | 40 -
.../SpuCollisionTaskProcess.cpp | 318 -
.../BulletMultiThreaded/SpuCollisionTaskProcess.h | 163 -
.../SpuContactManifoldCollisionAlgorithm.cpp | 69 -
.../SpuContactManifoldCollisionAlgorithm.h | 120 -
.../bullet/BulletMultiThreaded/SpuDoubleBuffer.h | 110 -
.../bullet/BulletMultiThreaded/SpuFakeDma.cpp | 211 -
src/utils/bullet/BulletMultiThreaded/SpuFakeDma.h | 135 -
.../SpuGatheringCollisionDispatcher.cpp | 238 -
.../SpuGatheringCollisionDispatcher.h | 69 -
.../bullet/BulletMultiThreaded/SpuLibspe2Support.h | 180 -
.../SpuNarrowPhaseCollisionTask/Box.h | 167 -
.../SpuCollisionShapes.cpp | 295 -
.../SpuCollisionShapes.h | 125 -
.../SpuContactResult.cpp | 236 -
.../SpuNarrowPhaseCollisionTask/SpuContactResult.h | 106 -
.../SpuConvexPenetrationDepthSolver.h | 51 -
.../SpuGatheringCollisionTask.cpp | 1211 -
.../SpuGatheringCollisionTask.h | 140 -
.../SpuNarrowPhaseCollisionTask/boxBoxDistance.cpp | 1155 -
.../SpuNarrowPhaseCollisionTask/boxBoxDistance.h | 66 -
.../BulletMultiThreaded/SpuSampleTaskProcess.h | 153 -
src/utils/bullet/BulletMultiThreaded/SpuSync.h | 148 -
.../BulletMultiThreaded/Win32ThreadSupport.cpp | 262 -
.../BulletMultiThreaded/Win32ThreadSupport.h | 132 -
.../BulletMultiThreaded/btGpu3DGridBroadphase.cpp | 590 -
.../BulletMultiThreaded/btGpu3DGridBroadphase.h | 138 -
.../btGpu3DGridBroadphaseSharedCode.h | 430 -
.../btGpu3DGridBroadphaseSharedDefs.h | 60 -
.../btGpu3DGridBroadphaseSharedTypes.h | 66 -
.../bullet/BulletMultiThreaded/btGpuDefines.h | 211 -
.../BulletMultiThreaded/btGpuUtilsSharedCode.h | 54 -
.../BulletMultiThreaded/btGpuUtilsSharedDefs.h | 59 -
.../BulletMultiThreaded/btThreadSupportInterface.h | 50 -
.../vectormath/scalar/cpp/mat_aos.h | 1643 -
.../vectormath/scalar/cpp/quat_aos.h | 432 -
.../vectormath/scalar/cpp/vec_aos.h | 1173 -
.../vectormath/scalar/cpp/vectormath_aos.h | 1809 -
.../bullet/BulletMultiThreaded/vectormath2bullet.h | 75 -
src/utils/bullet/BulletSoftBody/CMakeLists.txt | 52 -
src/utils/bullet/BulletSoftBody/Jamfile | 9 -
src/utils/bullet/BulletSoftBody/btSoftBody.cpp | 2931 -
src/utils/bullet/BulletSoftBody/btSoftBody.h | 891 -
.../btSoftBodyConcaveCollisionAlgorithm.cpp | 368 -
.../btSoftBodyConcaveCollisionAlgorithm.h | 153 -
.../bullet/BulletSoftBody/btSoftBodyHelpers.cpp | 1019 -
.../bullet/BulletSoftBody/btSoftBodyHelpers.h | 143 -
.../bullet/BulletSoftBody/btSoftBodyInternals.h | 931 -
.../btSoftRigidCollisionAlgorithm.cpp | 82 -
.../BulletSoftBody/btSoftRigidCollisionAlgorithm.h | 75 -
.../BulletSoftBody/btSoftRigidDynamicsWorld.cpp | 292 -
.../BulletSoftBody/btSoftRigidDynamicsWorld.h | 97 -
.../btSoftSoftCollisionAlgorithm.cpp | 46 -
.../BulletSoftBody/btSoftSoftCollisionAlgorithm.h | 69 -
src/utils/bullet/BulletSoftBody/btSparseSDF.h | 306 -
src/utils/bullet/LICENSE | 19 -
src/utils/bullet/LinearMath/CMakeLists.txt | 61 -
src/utils/bullet/LinearMath/Jamfile | 10 -
src/utils/bullet/LinearMath/btAabbUtil2.h | 236 -
src/utils/bullet/LinearMath/btAlignedAllocator.cpp | 205 -
src/utils/bullet/LinearMath/btAlignedObjectArray.h | 464 -
src/utils/bullet/LinearMath/btConvexHull.cpp | 1174 -
src/utils/bullet/LinearMath/btConvexHull.h | 241 -
src/utils/bullet/LinearMath/btDefaultMotionState.h | 40 -
src/utils/bullet/LinearMath/btHashMap.h | 434 -
src/utils/bullet/LinearMath/btIDebugDraw.h | 316 -
src/utils/bullet/LinearMath/btList.h | 73 -
src/utils/bullet/LinearMath/btMatrix3x3.h | 688 -
src/utils/bullet/LinearMath/btMinMax.h | 69 -
src/utils/bullet/LinearMath/btPoolAllocator.h | 102 -
src/utils/bullet/LinearMath/btQuadWord.h | 180 -
src/utils/bullet/LinearMath/btQuaternion.h | 433 -
src/utils/bullet/LinearMath/btQuickprof.cpp | 346 -
src/utils/bullet/LinearMath/btQuickprof.h | 370 -
src/utils/bullet/LinearMath/btRandom.h | 42 -
src/utils/bullet/LinearMath/btScalar.h | 517 -
src/utils/bullet/LinearMath/btSerializer.cpp | 577 -
src/utils/bullet/LinearMath/btSerializer.h | 604 -
src/utils/bullet/LinearMath/btTransform.h | 307 -
src/utils/bullet/LinearMath/btTransformUtil.h | 228 -
src/utils/bullet/LinearMath/btVector3.h | 744 -
src/utils/bullet/LinearMath/ibmsdk/Makefile | 39 -
src/utils/bullet/Makefile.am | 480 -
src/utils/bullet/MiniCL/cl.h | 865 -
src/utils/bullet/MiniCL/cl_gl.h | 113 -
src/utils/bullet/MiniCL/cl_platform.h | 244 -
src/utils/bullet/btBulletCollisionCommon.h | 68 -
src/utils/bullet/btBulletDynamicsCommon.h | 49 -
src/utils/color.cpp | 86 -
src/utils/color.h | 27 -
src/utils/commands.cpp | 243 -
src/utils/commands.h | 75 -
src/utils/critterselection.cpp | 74 -
src/utils/critterselection.h | 40 -
src/utils/dir.cpp | 79 -
src/utils/dir.h | 32 -
src/utils/dirlayout.cpp | 47 -
src/utils/dirlayout.h | 30 -
src/utils/displaylists.cpp | 119 -
src/utils/displaylists.h | 30 -
src/utils/events.cpp | 201 -
src/utils/events.h | 72 -
src/utils/execcmd.cpp | 35 -
src/utils/execcmd.h | 44 -
src/utils/file.cpp | 90 -
src/utils/file.h | 33 -
src/utils/fps.cpp | 31 -
src/utils/fps.h | 27 -
src/utils/ftgl/CMakeLists.txt | 212 +
src/utils/ftgl/FTBuffer.cpp | 2 +-
src/utils/ftgl/FTCharmap.cpp | 2 +-
src/utils/ftgl/FTContour.cpp | 4 +-
src/utils/ftgl/FTFace.cpp | 2 +-
src/utils/ftgl/FTFont/FTBitmapFont.cpp | 2 +-
src/utils/ftgl/FTFont/FTBufferFont.cpp | 2 +-
src/utils/ftgl/FTFont/FTExtrudeFont.cpp | 2 +-
src/utils/ftgl/FTFont/FTFont.cpp | 14 +-
src/utils/ftgl/FTFont/FTFontGlue.cpp | 2 +-
src/utils/ftgl/FTFont/FTFontImpl.h | 4 +-
src/utils/ftgl/FTFont/FTOutlineFont.cpp | 2 +-
src/utils/ftgl/FTFont/FTPixmapFont.cpp | 2 +-
src/utils/ftgl/FTFont/FTPolygonFont.cpp | 2 +-
src/utils/ftgl/FTFont/FTTextureFont.cpp | 6 +-
src/utils/ftgl/FTGL/FTBBox.h | 2 +-
src/utils/ftgl/FTGlyph/FTBitmapGlyph.cpp | 2 +-
src/utils/ftgl/FTGlyph/FTBufferGlyph.cpp | 2 +-
src/utils/ftgl/FTGlyph/FTExtrudeGlyph.cpp | 24 +-
src/utils/ftgl/FTGlyph/FTGlyph.cpp | 2 +-
src/utils/ftgl/FTGlyph/FTGlyphGlue.cpp | 2 +-
src/utils/ftgl/FTGlyph/FTOutlineGlyph.cpp | 2 +-
src/utils/ftgl/FTGlyph/FTPixmapGlyph.cpp | 2 +-
src/utils/ftgl/FTGlyph/FTPolygonGlyph.cpp | 2 +-
src/utils/ftgl/FTGlyph/FTTextureGlyph.cpp | 19 +-
src/utils/ftgl/FTGlyphContainer.cpp | 14 +-
src/utils/ftgl/FTGlyphContainer.h | 4 +-
src/utils/ftgl/FTLayout/FTLayout.cpp | 2 +-
src/utils/ftgl/FTLayout/FTLayoutGlue.cpp | 2 +-
src/utils/ftgl/FTLayout/FTSimpleLayout.cpp | 2 +-
src/utils/ftgl/FTLibrary.cpp | 2 +-
src/utils/ftgl/FTPoint.cpp | 2 +-
src/utils/ftgl/FTSize.cpp | 2 +-
src/utils/ftgl/FTVectoriser.cpp | 2 +-
src/utils/ftgl/Makefile.am | 112 -
src/utils/headless.cpp | 30 -
src/utils/headless.h | 22 -
src/utils/logbuffer.cpp | 53 -
src/utils/logbuffer.h | 41 -
src/utils/mousepicker.cpp | 67 -
src/utils/mousepicker.h | 30 -
src/utils/parser.cpp | 67 -
src/utils/parser.h | 29 -
src/utils/randgen.cpp | 80 -
src/utils/randgen.h | 30 -
src/utils/raycast.cpp | 37 -
src/utils/raycast.h | 27 -
src/utils/settings.cpp | 613 +-
src/utils/settings.h | 163 +-
src/utils/sleeper.cpp | 61 -
src/utils/sleeper.h | 29 -
src/utils/statsbuffer.cpp | 55 -
src/utils/statsbuffer.h | 49 -
src/utils/texturestore.cpp | 18 +
src/utils/texturestore.h | 20 +
src/utils/timer.cpp | 48 -
src/utils/timer.h | 33 -
src/webcam/CMakeLists.txt | 10 +
src/webcam/hal/answers.cpp | 132 +
src/webcam/hal/answers.h | 57 +
src/webcam/hal/hbrain.cpp | 25 +
src/webcam/hal/hbrain.h | 30 +
src/webcam/hal/hgenotype.cpp | 56 +
src/webcam/hal/hgenotype.h | 35 +
src/webcam/hal/hgenotypes.cpp | 222 +
src/webcam/hal/hgenotypes.h | 33 +
src/webcam/hal/problem.cpp | 23 +
src/webcam/hal/problem.h | 33 +
src/webcam/hal/videograb.cpp | 280 +
src/webcam/img.cpp | 61 +
src/webcam/img.h | 28 +
src/webcam/libwebcam.a | Bin 0 -> 16098 bytes
src/webcam/videocap.cpp | 231 +
src/webcam/videocap.h | 111 +
1421 files changed, 427799 insertions(+), 101265 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