aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-05Make the WQuadtree serializable.Crozet Sébastien
2020-10-05Joint set iteration: also yield the joint handle.Crozet Sébastien
2020-10-05Add a simple publish-subscribe mechanism.Crozet Sébastien
2020-09-28Fix compilation when parallelism is not enabled.Crozet Sébastien
2020-09-28Query pipeline: aggressive workaround until we properly support collider addi...Crozet Sébastien
2020-09-28Fix crash of WQuadtree when the collider set contains holes.Crozet Sébastien
2020-09-28Fix compilation when SIMD is not enabled.Crozet Sébastien
2020-09-28Add non-topological WQuadtree update.Crozet Sébastien
2020-09-28Start adding incremental topology update for the WQuadtree.Crozet Sébastien
2020-09-28Complete the WQuadtree construction and ray-cast.Crozet Sébastien
2020-09-28Make kinematic bodies properly wake up dynamic bodies.Crozet Sébastien
2020-09-28Fix crash caused by the removal of a kinematic body.Crozet Sébastien
2020-09-28Disable physx query shapes for now.Crozet Sébastien
2020-09-28Start implementing ray-casting.Sébastien Crozet
2020-09-28Merge pull request #22 from dimforge/github-actionsSébastien Crozet
2020-09-28Add branch selector to the CI bench workflow.Crozet Sébastien
2020-09-28Attemt to fix benchmark workflow.Crozet Sébastien
2020-09-28Add a workflow for sending benchmark requests.Crozet Sébastien
2020-09-28Delete circleci config.Crozet Sébastien
2020-09-28Actions: add fmt checks and WASM build.Crozet Sébastien
2020-09-28Actions: fix spurious space.Crozet Sébastien
2020-09-28Actions: use sudo.Crozet Sébastien
2020-09-28Actions: use run instead of command.Crozet Sébastien
2020-09-28Actions: install dependencies.Crozet Sébastien
2020-09-28Start setting-up a github-action workflow.Sébastien Crozet
2020-09-28Merge pull request #18 from zalo/patch-1Sébastien Crozet
2020-09-28Release v0.1.5v0.1.5Crozet Sébastien
2020-09-28Merge pull request #21 from dimforge/trimesh_cd_bugSébastien Crozet
2020-09-28Add missing debug_trimesh3 example file.Crozet Sébastien
2020-09-28Fix trimesh/shape collision-detection when the trimesh was input as the secon...Crozet Sébastien
2020-09-28Fix NaN when computing contacts between a cuboid and a perfectly vertical tri...Crozet Sébastien
2020-09-28Merge pull request #20 from dimforge/benchbotSébastien Crozet
2020-09-28Move 2D benchmarks into their own directory/crate.Crozet Sébastien
2020-09-26Fix crates.io BadgesJohnathon Selstad
2020-09-13Testbed: don't open a window in benchmark mode.Sébastien Crozet
2020-09-06Disable debug symbols in release mode.Sébastien Crozet
2020-09-06Use camel-case for csv file name for benchmark output.Sébastien Crozet
2020-09-06Move benchmark demos into their own directory.Sébastien Crozet
2020-09-01Release v0.1.4v0.1.4Sébastien Crozet
2020-09-01Merge pull request #6 from dimforge/collider_removalSébastien Crozet
2020-09-01CI: remove use of the nonexistent "fluid" feature.collider_removalSébastien Crozet
2020-09-01CI: install XCB dependencies.Sébastien Crozet
2020-09-01CI: build for WASM with the wasm-bindgen feature enabled.Sébastien Crozet
2020-09-01CI: fix test execution.Sébastien Crozet
2020-09-01Run cargofmt + add rustfmt.tomlSébastien Crozet
2020-09-01Take local inertial frame into accound for abs comparison of MassProperties.Sébastien Crozet
2020-09-01Add CI.Sébastien Crozet
2020-09-01Mass properties: add a max number of iterations for the local-frame rotation ...Sébastien Crozet
2020-09-01Fix mass property update when adding a collider.Sébastien Crozet
2020-09-01Fix constraints resolution with non-identity relative collider position.Sébastien Crozet