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
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
2022-01-23
Fix compilation of parallel version
Sébastien Crozet
2022-01-23
Run cargo fmt
Sébastien Crozet
2022-01-23
Improve cfm configuration using the critical damping factor
Sébastien Crozet
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-16
Fix parallel build.
Sébastien Crozet
2022-01-09
Allow locking individual translational axes
Sébastien Crozet
2022-01-08
Address issues with the genral-case for multibody joints
Sébastien Crozet
2022-01-02
Fix warnings
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-09-25
Impl Default for a few structs
Jamen Marz
2021-08-08
Update to nalgebra 0.29
Sébastien Crozet
2021-08-08
Fix warnings.
Sébastien Crozet
2021-08-08
Run cargo fmt
Sébastien Crozet
2021-08-08
Fix 2D ball joint limits.
Sébastien Crozet
2021-08-08
Implement limits for ball joints.
Sébastien Crozet
2021-08-08
Implement limits for revolute joints.
Sébastien Crozet
2021-07-30
Fix emscripten build + add emscripten build to the CI
Sébastien Crozet
2021-06-02
Merge pull request #195 from tpdickso/ungenerate-nans
Sébastien Crozet
2021-06-01
wip
Terence
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-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-04-13
Fix compilation in 2D.
Crozet Sébastien
[next]