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
path:
root
/
src_testbed
Age
Commit message (
Expand
)
Author
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-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
harness
rezural
2020-12-20
cargo fmt
rezural
2020-12-20
extract PhysicsState, PhysicsSnapshot & PhysicsEvents
rezural
2020-12-20
make new public on PhysicsState
rezural
2020-11-30
Add a 2D demo for locking rotation.
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
Fix collider insertion/removal tracking.
Crozet Sébastien
2020-11-25
Properly track some user-initiatied rigid-body modifications.
Crozet Sébastien
2020-11-24
Fix the testbed.
Crozet Sébastien
2020-11-19
Add explicit wake_up parameter to method setting the position and velocity of...
Crozet Sébastien
2020-11-19
Add a parameter to indicate if collider removal should wake-up its parent.
Crozet Sébastien
2020-11-19
Fix compilation of the testbed when the parallel feature is enabled.
Crozet Sébastien
2020-11-19
Remove traces of the `fluids` feature.
Crozet Sébastien
2020-11-19
Fix rebase breakage.
Crozet Sébastien
2020-11-19
Remove the Salva integration code from rapier + add a plugin system to the te...
Crozet Sébastien
2020-11-03
Add damping support + demos.
Crozet Sébastien
2020-11-03
Add restitution.
Crozet Sébastien
2020-11-02
Implement joint removal.
Crozet Sébastien
2020-10-27
Added user-implementable traits for collision/proximity pair filtering.
Crozet Sébastien
2020-10-27
Take collision groups into account for ray-casting.
Crozet Sébastien
2020-10-27
Add collision groups demos.
Crozet Sébastien
2020-10-27
Replace the Rounded<S> type by a non-generic RoundCylinder type.
Crozet Sébastien
2020-10-26
Fix multiple warnings.
Crozet Sébastien
2020-10-26
Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pf...
Crozet Sébastien
2020-10-26
Fix testbed compilation with other backends.
Crozet Sébastien
2020-10-20
Fix many warnings.
Crozet Sébastien
2020-10-20
Add rounded cylinder.
Crozet Sébastien
2020-10-20
Add cone support.
Crozet Sébastien
2020-10-20
Collider shape: use a trait-object instead of an enum.
Crozet Sébastien
2020-10-12
Start adding cylinders.
Crozet Sébastien
2020-10-06
Fix compilation in 2D.
Crozet Sébastien
2020-10-06
Don't let the PubSub internal offsets overflow + fix some warnings.
Crozet Sébastien
2020-10-05
Testbed: fix snapshot restoration.
Crozet Sébastien
2020-10-05
Use the publish-subscribe mechanism to handle collider removals across pipeli...
Crozet Sébastien
2020-10-05
Make the query pipeline serializable.
Crozet Sébastien
2020-10-05
Joint set iteration: also yield the joint handle.
Crozet Sébastien
2020-09-28
Add non-topological WQuadtree update.
Crozet Sébastien
2020-09-28
Make kinematic bodies properly wake up dynamic bodies.
Crozet Sébastien
2020-09-28
Disable physx query shapes for now.
Crozet Sébastien
2020-09-28
Start implementing ray-casting.
Sébastien Crozet
[prev]
[next]