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
/
dynamics
/
solver
/
interaction_groups.rs
Age
Commit message (
Expand
)
Author
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-22
chore: CI fixes
Sébastien Crozet
2024-01-21
feat: implement new "small-steps" solver + joint improvements
Sébastien Crozet
2022-04-20
Warning fix.
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-04-20
Fix mass-properties update after collider change
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Complete the parallel solver fix
Sébastien Crozet
2022-03-20
Second round to fix the parallel solver.
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-04-29
Fix compilation of the parallel version
Crozet Sébastien
2021-04-29
Fix some warnings
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
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
CCD: take angular motion and penetration depth into account in various thresh...
Crozet Sébastien
2021-02-19
Make revolute joint actuation work properly even when SIMD is enabled.
Crozet Sébastien
2021-01-06
Fix 2D compilation.
Crozet Sébastien
2021-01-04
Refactor the parallel solver code the same way we did with the non-parallel s...
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
2020-12-29
Outsource the contact manifold, SAT, and some shapes.
Crozet Sébastien
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet