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
/
pipeline
Age
Commit message (
Expand
)
Author
2021-07-11
Release v0.10.0
v0.10.0
Crozet Sébastien
2021-06-08
Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds
Crozet Sébastien
2021-06-02
Fix tests and wasm build.
Crozet Sébastien
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two non...
Crozet Sébastien
2021-06-01
CCD: take collision groups into account
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-05-25
Add prelude + use vectors for setting linvel/translation in builders
Crozet Sébastien
2021-04-30
Add comments.
Crozet Sébastien
2021-04-29
Fix tests.
Crozet Sébastien
2021-04-29
Fix compilation of the parallel version
Crozet Sébastien
2021-04-29
Restore the collision pipeline
Crozet Sébastien
2021-04-27
Fix regression in CCD resolution.
Crozet Sébastien
2021-04-27
Fix some warnings.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-03
Remove useless comment.
Crozet Sébastien
2021-04-03
Fix crash caused by a collider being remove before the first timestep.
Crozet Sébastien
2021-04-02
Release v0.7.0
Crozet Sébastien
2021-04-01
Add the ability to pass a custom filter to all the QueryPipeline queries.
Crozet Sébastien
2021-03-31
Fix tests.
Crozet Sébastien
2021-03-31
Fix more warnings.
Crozet Sébastien
2021-03-31
Fix the parallel solver to work properly with CCD.
Crozet Sébastien
2021-03-30
Run the position solver after the CCD motion clamping.
Crozet Sébastien
2021-03-30
CCD: take angular motion and penetration depth into account in various thresh...
Crozet Sébastien
2021-03-29
Implement the ability to run multiple CCD substeps.
Crozet Sébastien
2021-03-29
Allow collider modification after its insersion to the ColliderSet.
Crozet Sébastien
2021-03-28
Small refactoring of the PhysicsPipeline.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-03-13
First complete implementation of the hierarchical SAP.
Crozet Sébastien
2021-03-07
Projection friction impulses on an implicit cone instead of a pyramidal appro...
Crozet Sébastien
2021-02-25
Contact modification: make the contact normal modifiable too.
Crozet Sébastien
2021-02-23
Fix the compilation of tests.
Crozet Sébastien
2021-02-23
Rename modify_contacts -> modify_solver_contacts.
Crozet Sébastien
2021-02-23
Update the testbed to use PhysicsHooks.
Crozet Sébastien
2021-02-23
Add a helper function for one-way platforms.
Crozet Sébastien
2021-02-23
Add one-way platform + conveyor belt demos.
Crozet Sébastien
2021-02-23
Introduce the PhysicsHook trait used for both contact filtering and contact m...
Crozet Sébastien
2021-02-08
Apply accelerations during velocity solver
Emil Ernerfeldt
2021-02-04
Make clippy a bit happier
Emil Ernerfeldt
2021-01-27
Add all the missing docs.
Crozet Sébastien
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2021-01-23
Fix warnings in tests and testbed.
Crozet Sébastien
2021-01-22
Merge branch 'master' into split_geom
Crozet Sébastien
2021-01-22
Merge pull request #88 from EmbarkStudios/refactor-params
Sébastien Crozet
2021-01-22
IntegrationParameters: deprectate dt() and inv_dt() methods
Emil Ernerfeldt
2021-01-21
fix cargo test -p rapier3d
Emil Ernerfeldt
2021-01-06
Fix 2D compilation.
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-12-31
Query pipeline: add methods to collect all intersections with a point or a sh...
Crozet Sébastien
2020-12-31
QueryPipeline: add shape casting, point projection, and intersection queries.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
[next]