aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-22Merge pull request #88 from EmbarkStudios/refactor-paramsSébastien Crozet
Small refactor of IntegrationParameters
2021-01-22Merge pull request #93 from sebcrozet/ci-fix-pull-request-targetSébastien Crozet
Fix CI bench message emission for fork PRs.
2021-01-22Fix CI bench message emission for fork PRs.Crozet Sébastien
2021-01-22IntegrationParameters: deprectate dt() and inv_dt() methodsEmil Ernerfeldt
2021-01-22Deprectate IntegrationParameters::newEmil Ernerfeldt
2021-01-22Remove IntegrationParameters::inv_dt and make dt pubEmil Ernerfeldt
2021-01-22Merge pull request #90 from sebcrozet/fix_bench_ci_from_forksSébastien Crozet
CI: use trigger the bench message workfrow on a pull_request_target instead of pull_request
2021-01-22CI: use trigger the bench message workfrow on a pull_request_target instead ↵Crozet Sébastien
of pull_request.
2021-01-22Merge pull request #89 from EmbarkStudios/fix-testsSébastien Crozet
fix cargo test -p rapier3d
2021-01-21fix cargo test -p rapier3dEmil Ernerfeldt
2021-01-21Reorder default() constructor order to match that of the structEmil Ernerfeldt
Makes it easier to verify the default values mentioned in the docstrings.
2021-01-21Fix incorrect default value for allowed_linear_error in docstringEmil Ernerfeldt
2021-01-21Replace call to IntegrationParameters::new with explicit constructionEmil Ernerfeldt
This help readability a lot
2021-01-08Merge pull request #83 from rezural/harness-testbed-integrationSébastien Crozet
Harness testbed integration
2021-01-03enable graphics and windows related code in examplesrezural
2021-01-02unify callbacks with & without graphics & windowrezural
2020-12-31remove some unused importsrezural
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 ↵rezural
run_state.time
2020-12-31Revert "leading _ for run_state to squash warning"rezural
This reverts commit aaf2872e5c8cd444d34b3503dd3380b1dcd074f2.
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
is currently disabled, until that is added back in
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
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
2020-12-31remove commentrezural
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
2020-12-31TODO comment updaterezural
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
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
remove events code
2020-12-24remove unused physics varrezural
2020-12-24refactor testbed to use harnessrezural
2020-12-22Merge pull request #81 from rezural/harnessSébastien Crozet
Introduce a run harness, to make running salva with rapier easier with headless.
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
cargo fmt