| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-31 | remove time from plugin.run_callbacks | rezural | |
| 2020-12-31 | remove time field from HarnessPlugin trait | rezural | |
| 2020-12-31 | cargo fmt | rezural | |
| 2020-12-31 | remove redundant time :f32 from harness callbacks. it can be access via ↵ | rezural | |
| run_state.time | |||
| 2020-12-31 | Revert "leading _ for run_state to squash warning" | rezural | |
| This reverts commit aaf2872e5c8cd444d34b3503dd3380b1dcd074f2. | |||
| 2020-12-31 | cargo fmt | rezural | |
| 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 | |
