aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-08Merge pull request #83 from rezural/harness-testbed-integrationSébastien Crozet
2021-01-07Testbed: don't rely on github versions for ncollide, nphysics, kiss3d.Crozet Sébastien
2021-01-06Add gravity scaling to rigid-bodies.Crozet Sébastien
2021-01-06Add 2D trimesh example.Crozet Sébastien
2021-01-06Fix 2D compilation.Crozet Sébastien
2021-01-06Tesbted physx backend: add heightfield, trimesh, and convex mesh support.Crozet Sébastien
2021-01-05Testbed physx backend: re-add joints.Crozet Sébastien
2021-01-05Add compound shapes to the heightfield and trimesh demos.Crozet Sébastien
2021-01-05Add compound shape support.Crozet Sébastien
2021-01-05patch.crates-io: point towards the repositories of cdl, ncollide, nphysics, k...Crozet Sébastien
2021-01-04Refactor the parallel solver code the same way we did with the non-parallel s...Crozet Sébastien
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2021-01-03enable graphics and windows related code in examplesrezural
2021-01-02unify callbacks with & without graphics & windowrezural
2020-12-31Query pipeline: add methods to collect all intersections with a point or a sh...Crozet Sébastien
2020-12-31QueryPipeline: add shape casting, point projection, and intersection queries.Crozet Sébastien
2020-12-31Restore contact events.Crozet Sébastien
2020-12-31Perform contact sorting in the narrow-phase directly.Crozet Sébastien
2020-12-31Refactor the constraints solver code.Crozet Sébastien
2020-12-31Remove code related to point-point kinematics.Crozet Sébastien
2020-12-31remove some unused importsrezural
2020-12-31remove time from plugin.run_callbacksrezural
2020-12-31remove time field from HarnessPlugin traitrezural
2020-12-31cargo fmtrezural
2020-12-31remove redundant time :f32 from harness callbacks. it can be access via run_s...rezural
2020-12-31Revert "leading _ for run_state to squash warning"rezural
2020-12-31cargo fmtrezural
2020-12-31add harness_mut() to testbedrezural
2020-12-31make examples compile, code that accessed window & graphics via the callback ...rezural
2020-12-31remove unused userezural
2020-12-31leading _ for run_state to squash warningrezural
2020-12-31remove plugin callback related code from testbedrezural
2020-12-31Update src_testbed/testbed.rsrezural
2020-12-31remove commentrezural
2020-12-31TODO comment updaterezural
2020-12-30Fix broken position constraint.Crozet Sébastien
2020-12-30Define the MAX_MANIFOLD_POINTS in this crate.Crozet Sébastien
2020-12-30Try using solver contacts again, but in a more cache-coherent way.Crozet Sébastien
2020-12-30Attempt to combine the position constraints initialization with the velocity ...Crozet Sébastien
2020-12-30Remove the useless manifold.data.pair field.Crozet Sébastien
2020-12-29Move the harness example to the examples folder.Crozet Sébastien
2020-12-29Support compound shapes.Crozet Sébastien
2020-12-29Add convex polygons support.Crozet Sébastien
2020-12-29Start upgrading to physx 0.10.Crozet Sébastien
2020-12-29Add example for 3D convex polyhedron.Crozet Sébastien
2020-12-29Use Isometry::inv_mul.Crozet Sébastien
2020-12-29Remove unused constrants.Crozet Sébastien
2020-12-29Remove some commented code.Crozet Sébastien
2020-12-29Fix compilation when serde is enabled.Crozet Sébastien
2020-12-29Fix trimesh benchmark name for backward compatibility of bench results.Crozet Sébastien