aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24cargo fmtrezural
2020-12-24rework some threading code with the uirezural
2020-12-24remove thread code completely from testbedrezural
2020-12-24add num_threads back in toorezural
2020-12-24fix typo with creating threadpool in RunStaterezural
2020-12-24pass run_state instead of time to TestbedPlugin::run_callbacksrezural
2020-12-24cargo fmtrezural
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-22Merge pull request #81 from rezural/harnessSébastien Crozet
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-21example benchmarkrezural
2020-12-21harnessrezural
2020-12-20Merge pull request #80 from rezural/extract-physics-stateSébastien Crozet
2020-12-20cargo fmtrezural
2020-12-20extract PhysicsState, PhysicsSnapshot & PhysicsEventsrezural
2020-12-20make new public on PhysicsStaterezural
2020-12-02Release v0.4.2v0.4.2Crozet Sébastien
2020-12-02Merge pull request #73 from dimforge/mass_props_setterSébastien Crozet
2020-12-02Merge pull request #72 from dimforge/parallel_axis_inertia_bugSébastien Crozet
2020-12-02Add a RigidBody::set_mass_properties method.Crozet Sébastien
2020-12-02Fix a bug when applying the parallel axis theorem to the angular inertia matr...Crozet Sébastien
2020-12-01Release v0.4.1v0.4.1Crozet Sébastien
2020-12-01Merge pull request #71 from dimforge/principal_inertia_renameSébastien Crozet
2020-12-01Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...Crozet Sébastien
2020-11-30Rename CHANHGELOG -> CHANGELOG.mdCrozet Sébastien
2020-11-30Release v0.4.0v0.4.0Crozet Sébastien
2020-11-30Add script to publish the testbed.Crozet Sébastien