aboutsummaryrefslogtreecommitdiff
path: root/src_testbed
AgeCommit message (Expand)Author
2020-12-24reenable self.highlight_hovered_bodyrezural
2020-12-24remove fixme commentsrezural
2020-12-24remove event coderezural
2020-12-24change HarnessPlugin trait to add run_state to the step trait methodrezural
2020-12-24remove time & timestep_id from testbed side of thingsrezural
2020-12-24remove unused physics varrezural
2020-12-24refactor testbed to use harnessrezural
2020-12-21remove some commented coderezural
2020-12-21cargo fmtrezural
2020-12-21add HarnessState to callbacks, move HarnessPlugin to src_testbed/harness/pluginrezural
2020-12-21add pluginsrezural
2020-12-21harnessrezural
2020-12-20cargo fmtrezural
2020-12-20extract PhysicsState, PhysicsSnapshot & PhysicsEventsrezural
2020-12-20make new public on PhysicsStaterezural
2020-11-30Add a 2D demo for locking rotation.Crozet Sébastien
2020-11-30Add a simpler to lock the rotation or translation of a dynamic rigid-body.Crozet Sébastien
2020-11-26Fix collider insertion/removal tracking.Crozet Sébastien
2020-11-25Properly track some user-initiatied rigid-body modifications.Crozet Sébastien
2020-11-24Fix the testbed.Crozet Sébastien
2020-11-19Add explicit wake_up parameter to method setting the position and velocity of...Crozet Sébastien
2020-11-19Add a parameter to indicate if collider removal should wake-up its parent.Crozet Sébastien
2020-11-19Fix compilation of the testbed when the parallel feature is enabled.Crozet Sébastien
2020-11-19Remove traces of the `fluids` feature.Crozet Sébastien
2020-11-19Fix rebase breakage.Crozet Sébastien
2020-11-19Remove the Salva integration code from rapier + add a plugin system to the te...Crozet Sébastien
2020-11-03Add damping support + demos.Crozet Sébastien
2020-11-03Add restitution.Crozet Sébastien
2020-11-02Implement joint removal.Crozet Sébastien
2020-10-27Added user-implementable traits for collision/proximity pair filtering.Crozet Sébastien
2020-10-27Take collision groups into account for ray-casting.Crozet Sébastien
2020-10-27Add collision groups demos.Crozet Sébastien
2020-10-27Replace the Rounded<S> type by a non-generic RoundCylinder type.Crozet Sébastien
2020-10-26Fix multiple warnings.Crozet Sébastien
2020-10-26Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pf...Crozet Sébastien
2020-10-26Fix testbed compilation with other backends.Crozet Sébastien
2020-10-20Fix many warnings.Crozet Sébastien
2020-10-20Add rounded cylinder.Crozet Sébastien
2020-10-20Add cone support.Crozet Sébastien
2020-10-20Collider shape: use a trait-object instead of an enum.Crozet Sébastien
2020-10-12Start adding cylinders.Crozet Sébastien
2020-10-06Fix compilation in 2D.Crozet Sébastien
2020-10-06Don't let the PubSub internal offsets overflow + fix some warnings.Crozet Sébastien
2020-10-05Testbed: fix snapshot restoration.Crozet Sébastien
2020-10-05Use the publish-subscribe mechanism to handle collider removals across pipeli...Crozet Sébastien
2020-10-05Make the query pipeline serializable.Crozet Sébastien
2020-10-05Joint set iteration: also yield the joint handle.Crozet Sébastien
2020-09-28Add non-topological WQuadtree update.Crozet Sébastien
2020-09-28Make kinematic bodies properly wake up dynamic bodies.Crozet Sébastien
2020-09-28Disable physx query shapes for now.Crozet Sébastien