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
Age
Commit message (
Expand
)
Author
2022-01-24
Testbed: add a constructor that calls a custom closure with bevy’s App
testbed-init-app
Sébastien Crozet
2022-01-23
Merge pull request #274 from besok/master
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
Merge pull request #282 from dimforge/critical-damping
Sébastien Crozet
2022-01-23
Fix tests build
Sébastien Crozet
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-23
Add vscode project files
Sébastien Crozet
2022-01-23
Move convex decomposition example models to the assets folder.
Sébastien Crozet
2022-01-23
Add f64 testbed
Sébastien Crozet
2022-01-21
Bump testbed to version 0.12.0-alpha.1
Sébastien Crozet
2022-01-16
Fix publish script
Sébastien Crozet
2022-01-16
Release v0.12.0-alpha.1
v0.12.0-alpha.1
Sébastien Crozet
2022-01-16
Merge pull request #277 from dimforge/solver-fixes
Sébastien Crozet
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-16
Merge pull request #276 from dimforge/lock-translation-axis
Sébastien Crozet
2022-01-16
Fix parallel build.
Sébastien Crozet
2022-01-10
Merge pull request #270 from tjamaan/fix_RigidBodyVelocity_rotation_center
Sébastien Crozet
2022-01-09
Allow locking individual translational axes
Sébastien Crozet
2022-01-09
Merge pull request #273 from dimforge/testbed-bevy-0.6
Sébastien Crozet
2022-01-09
Update the testbed to use bevy 0.6
Sébastien Crozet
2022-01-09
Merge pull request #272 from dimforge/multibody-general-case
Sébastien Crozet
2022-01-08
Address issues with the genral-case for multibody joints
Sébastien Crozet
2022-01-08
remove unnecessary comment
Turki Jamaan
2022-01-08
fix the parameter used for local center of mass
Turki Jamaan
2022-01-02
Release v0.12.0-alpha.0
Sébastien Crozet
2022-01-02
Merge pull request #267 from dimforge/multibody
Sébastien Crozet
2022-01-02
Fix tests
Sébastien Crozet
2022-01-02
More warning fixes + temporarily disable -D warning in the CI
Sébastien Crozet
2022-01-02
Fix warnings
Sébastien Crozet
2022-01-02
Run cargo fmt
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-12-31
fixed restrict_rotations
Dmitry Stepanov
2021-12-31
Minor documentation fixes
Jakub Arnold
2021-11-05
Remove useless ref
Sébastien Crozet
2021-10-26
Track the change of effective dominance of a rigid-body.
Sébastien Crozet
2021-10-24
Remove duplicate test
Benjamin Saunders
2021-10-24
Note CCD interpenetration behavior
Benjamin Saunders
2021-10-20
Testbed: don’t panic when trying to render an unknown custom shape.
Sébastien Crozet
2021-10-14
Remove debug print
Sébastien Crozet
2021-10-14
Fix testbed rendering of colliders without parent
Sébastien Crozet
2021-09-25
Impl Default for a few structs
Jamen Marz
2021-09-12
Release v0.11.1
v0.11.1
Sébastien Crozet
2021-09-12
Use parry ^0.7.1
Sébastien Crozet
2021-09-12
Make the 2D add-remove demo more intereting.
Sébastien Crozet
2021-09-12
Fix broad-phase bug that could result in missed collision pairs when an objec...
Sébastien Crozet
2021-09-12
Fix velocity computation for position-based kinematic bodies
Sébastien Crozet
2021-08-30
Clarify coordinate space of TOI query results
Benjamin Saunders
[next]