Emil Ernerfeldt
|
85bc81d4fc
|
Make clippy a bit happier
|
2021-02-04 13:11:04 +01:00 |
|
Crozet Sébastien
|
8f7220f03d
|
Rename cdl to parry.
|
2021-01-24 11:13:44 +01:00 |
|
Crozet Sébastien
|
90db26eb50
|
Fix warnings in tests and testbed.
|
2021-01-23 13:34:03 +01:00 |
|
Crozet Sébastien
|
cf52e01308
|
Merge branch 'master' into split_geom
# Conflicts:
# examples2d/sensor2.rs
# examples3d/sensor3.rs
# src/dynamics/integration_parameters.rs
# src/dynamics/solver/parallel_island_solver.rs
# src/dynamics/solver/velocity_constraint.rs
# src/dynamics/solver/velocity_ground_constraint.rs
# src_testbed/nphysics_backend.rs
# src_testbed/physx_backend.rs
# src_testbed/testbed.rs
|
2021-01-22 16:10:24 +01:00 |
|
Sébastien Crozet
|
e6fc8f67fa
|
Merge pull request #88 from EmbarkStudios/refactor-params
Small refactor of IntegrationParameters
|
2021-01-22 15:53:08 +01:00 |
|
Emil Ernerfeldt
|
315493ebfb
|
IntegrationParameters: deprectate dt() and inv_dt() methods
|
2021-01-22 13:38:59 +01:00 |
|
Emil Ernerfeldt
|
f9fe6f2e8d
|
fix cargo test -p rapier3d
|
2021-01-21 21:31:09 +01:00 |
|
Crozet Sébastien
|
aa61fe65e3
|
Add support of 64-bits reals.
|
2021-01-04 15:14:25 +01:00 |
|
Crozet Sébastien
|
967145a949
|
Perform contact sorting in the narrow-phase directly.
|
2020-12-31 11:16:03 +01:00 |
|
Crozet Sébastien
|
29717c2887
|
Externalize the proximity code (renamed intersection).
|
2020-12-29 11:31:59 +01:00 |
|
Crozet Sébastien
|
2d4e14b869
|
Properly track some user-initiatied rigid-body modifications.
|
2020-11-25 16:28:49 +01:00 |
|
Crozet Sébastien
|
af39ec54d3
|
Remove the narrow-phase graph indices from the collider.
They are on the narrow-phase now.
|
2020-11-23 15:56:53 +01:00 |
|
Crozet Sébastien
|
3bfa407999
|
ContactPairFilter: don't overwrite the effect of the solver groups.
This is more consistent with the fact that the effect of collision groups is not overwritten either.
|
2020-10-27 16:49:24 +01:00 |
|
Crozet Sébastien
|
cc44b65094
|
Added user-implementable traits for collision/proximity pair filtering.
|
2020-10-27 16:12:40 +01:00 |
|
Crozet Sébastien
|
fc72aa6845
|
Fix examples.
|
2020-10-06 16:38:34 +02:00 |
|
Crozet Sébastien
|
e87b73a2a2
|
Fix compilation in 2D.
|
2020-10-06 15:49:22 +02:00 |
|
Crozet Sébastien
|
682ff61f94
|
Don't let the PubSub internal offsets overflow + fix some warnings.
|
2020-10-06 15:23:48 +02:00 |
|
Crozet Sébastien
|
721db2d49e
|
Fix crash when deleting a collider.
|
2020-10-06 10:02:21 +02:00 |
|
Crozet Sébastien
|
93aa7b6e1e
|
Use the publish-subscribe mechanism to handle collider removals across pipelines.
|
2020-10-05 19:04:18 +02:00 |
|
Crozet Sébastien
|
7b8e322446
|
Make kinematic bodies properly wake up dynamic bodies.
|
2020-09-28 15:27:25 +02:00 |
|
Crozet Sébastien
|
e16b7722be
|
Fix crash caused by the removal of a kinematic body.
|
2020-09-28 15:27:25 +02:00 |
|
Sébastien Crozet
|
df2156ffd0
|
Allow the removal of a collider.
|
2020-08-31 19:05:14 +02:00 |
|
Sébastien Crozet
|
754a48b7ff
|
First public release of Rapier.
|
2020-08-25 22:10:25 +02:00 |
|