| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-31 | add harness_mut() to testbed | rezural | |
| 2020-12-31 | make examples compile, code that accessed window & graphics via the callback ↵ | rezural | |
| is currently disabled, until that is added back in | |||
| 2020-12-31 | remove unused use | rezural | |
| 2020-12-31 | leading _ for run_state to squash warning | rezural | |
| 2020-12-31 | remove plugin callback related code from testbed | rezural | |
| 2020-12-31 | Update src_testbed/testbed.rs | rezural | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2020-12-31 | remove comment | rezural | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2020-12-31 | TODO comment update | rezural | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2020-12-24 | cargo fmt | rezural | |
| 2020-12-24 | rework some threading code with the ui | rezural | |
| 2020-12-24 | remove thread code completely from testbed | rezural | |
| 2020-12-24 | add num_threads back in too | rezural | |
| 2020-12-24 | fix typo with creating threadpool in RunState | rezural | |
| 2020-12-24 | pass run_state instead of time to TestbedPlugin::run_callbacks | rezural | |
| 2020-12-24 | cargo fmt | rezural | |
| 2020-12-24 | reenable self.highlight_hovered_body | rezural | |
| 2020-12-24 | remove fixme comments | rezural | |
| 2020-12-24 | remove event code | rezural | |
| 2020-12-24 | change HarnessPlugin trait to add run_state to the step trait method | rezural | |
| 2020-12-24 | remove time & timestep_id from testbed side of things | rezural | |
| remove events code | |||
| 2020-12-24 | remove unused physics var | rezural | |
| 2020-12-24 | refactor testbed to use harness | rezural | |
| 2020-12-22 | Merge pull request #81 from rezural/harness | Sébastien Crozet | |
| Introduce a run harness, to make running salva with rapier easier with headless. | |||
| 2020-12-21 | remove some commented code | rezural | |
| 2020-12-21 | cargo fmt | rezural | |
| 2020-12-21 | add HarnessState to callbacks, move HarnessPlugin to src_testbed/harness/plugin | rezural | |
| 2020-12-21 | add plugins | rezural | |
| cargo fmt | |||
| 2020-12-21 | example benchmark | rezural | |
| 2020-12-21 | harness | rezural | |
| make harness a public mod, make harness.state public | |||
| 2020-12-20 | Merge pull request #80 from rezural/extract-physics-state | Sébastien Crozet | |
| Extract Physics into module, make new public | |||
| 2020-12-20 | cargo fmt | rezural | |
| 2020-12-20 | extract PhysicsState, PhysicsSnapshot & PhysicsEvents | rezural | |
| cargo fmt changes to make rapier compile | |||
| 2020-12-20 | make new public on PhysicsState | rezural | |
| 2020-12-02 | Release v0.4.2v0.4.2 | Crozet Sébastien | |
| 2020-12-02 | Merge pull request #73 from dimforge/mass_props_setter | Sébastien Crozet | |
| Add a RigidBody::set_mass_properties method. | |||
| 2020-12-02 | Merge pull request #72 from dimforge/parallel_axis_inertia_bug | Sébastien Crozet | |
| Fix a bug when applying the parallel axis theorem to the angular inertia matrix is incorrect if the mass is zero. | |||
| 2020-12-02 | Add a RigidBody::set_mass_properties method. | Crozet Sébastien | |
| 2020-12-02 | Fix a bug when applying the parallel axis theorem to the angular inertia ↵ | Crozet Sébastien | |
| matrix is incorrect if the mass is zero. | |||
| 2020-12-01 | Release v0.4.1v0.4.1 | Crozet Sébastien | |
| 2020-12-01 | Merge pull request #71 from dimforge/principal_inertia_rename | Sébastien Crozet | |
| Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for clarity. | |||
| 2020-12-01 | Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for ↵ | Crozet Sébastien | |
| clarity. | |||
| 2020-11-30 | Rename CHANHGELOG -> CHANGELOG.md | Crozet Sébastien | |
| 2020-11-30 | Release v0.4.0v0.4.0 | Crozet Sébastien | |
| 2020-11-30 | Add script to publish the testbed. | Crozet Sébastien | |
| 2020-11-30 | Merge pull request #70 from dimforge/lock_rotations | Sébastien Crozet | |
| Add a more convenient way of locking the rotations (or translations) of a rigid-body | |||
| 2020-11-30 | Add a 2D demo for locking rotation. | Crozet Sébastien | |
| 2020-11-30 | Update the changelog + make the boolean flags more intuitive. | Crozet Sébastien | |
| 2020-11-30 | Add a simpler to lock the rotation or translation of a dynamic rigid-body. | Crozet Sébastien | |
| 2020-11-26 | Add Embark Studio to the gold sponsors list. | Crozet Sébastien | |
| 2020-11-26 | Merge pull request #69 from dimforge/rigid_body_modifications | Sébastien Crozet | |
| Track some user-initiated rigid-body modifications | |||
