index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-22
Deprectate IntegrationParameters::new
Emil Ernerfeldt
2021-01-22
Remove IntegrationParameters::inv_dt and make dt pub
Emil Ernerfeldt
2021-01-21
Reorder default() constructor order to match that of the struct
Emil Ernerfeldt
2021-01-21
Fix incorrect default value for allowed_linear_error in docstring
Emil Ernerfeldt
2021-01-21
Replace call to IntegrationParameters::new with explicit construction
Emil Ernerfeldt
2021-01-08
Merge pull request #83 from rezural/harness-testbed-integration
Sébastien Crozet
2021-01-03
enable graphics and windows related code in examples
rezural
2021-01-02
unify callbacks with & without graphics & window
rezural
2020-12-31
remove some unused imports
rezural
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 run_s...
rezural
2020-12-31
Revert "leading _ for run_state to squash warning"
rezural
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
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
2020-12-31
remove comment
rezural
2020-12-31
TODO comment update
rezural
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
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
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
2020-12-21
example benchmark
rezural
2020-12-21
harness
rezural
2020-12-20
Merge pull request #80 from rezural/extract-physics-state
Sébastien Crozet
2020-12-20
cargo fmt
rezural
2020-12-20
extract PhysicsState, PhysicsSnapshot & PhysicsEvents
rezural
2020-12-20
make new public on PhysicsState
rezural
2020-12-02
Release v0.4.2
v0.4.2
Crozet Sébastien
2020-12-02
Merge pull request #73 from dimforge/mass_props_setter
Sébastien Crozet
[next]