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
Age
Commit message (
Expand
)
Author
2024-06-09
chore: add more comments
Sébastien Crozet
2024-05-25
feat: rename cfm_factor, damping_ratio to contact_cfm_factor and contact_da...
Sébastien Crozet
2024-05-25
feat: remove the "fast constraint" special case
Sébastien Crozet
2024-05-25
feat: make the constraints regularization coefficients configurable with angu...
Sébastien Crozet
2024-05-25
feat: add simple inverse-kinematics solver for multibodies (#632)
Sébastien Crozet
2024-05-05
Fix joint limits not being flipped in one body constrains. (#549)
Fun Maker
2024-05-05
Fix some typos. (#620)
Bruce Mitchener
2024-04-30
chore: clippy fixes
Sébastien Crozet
2024-04-30
feat: add IntegrationParameters::length_unit to adjust internal threshold b...
Sébastien Crozet
2024-04-30
feat: add warmstarting to contact constraints resolution
Sébastien Crozet
2024-04-30
feat: add variable constraints stabilization iteration number
Sébastien Crozet
2024-04-30
feat: add exact mlcp solver for pais of 2 constraints
Sébastien Crozet
2024-04-30
feat: add some additional perf counters
Sébastien Crozet
2024-03-23
Fix reported contact impulse in the contact force event
Sébastien Crozet
2024-03-23
fix: implement linear-coupled-motor constraint between two dynamic bodies
Sébastien Crozet
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-24
feat: rework solver parameters to make it easy to recover the old behaviors
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
2023-12-10
fix: also apply joint limits in case of equality
Sébastien Crozet
2023-12-10
fix more 2D angular motor/limits jacobians
Sébastien Crozet
2023-12-10
fix: avoid perpetual movement when the target ang motor position is overshot
Sébastien Crozet
2023-12-10
Fixed formatting of modified files.
pellico
2023-12-10
Fix #378 Added one example join_motor_position
pellico
2023-12-01
Fix check for motor constraints on angular DoF
Dzmitry Malyshau
2023-01-15
Update dependencies
Sébastien Crozet
2022-12-11
Fix wasm build
Sébastien Crozet
2022-05-30
Fix parallel build
Sébastien Crozet
2022-05-30
Fix wasm build
Sébastien Crozet
2022-05-30
Move the cfm factor to the velocity constraints instead of the elements.
Sébastien Crozet
2022-05-30
CCD 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
Cargo fmt
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
Add 2-axes coupling for angular joint limits
Sébastien Crozet
2022-03-20
Add a max penetration correction integration parameter
Sébastien Crozet
2022-03-20
Rebase on master branch
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-03-20
Start fixing the parallel version.
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-03-20
Minor island solver simplification
Sébastien Crozet
2022-02-21
Use WReal instead of SimdRealField everywhere
Sébastien Crozet
2022-01-28
Fix the application of damping to bodies part of an active island
Sébastien Crozet
2022-01-23
Run cargo fmt
Sébastien Crozet
2022-01-23
add defaults for the several structs
zhguchev
[next]