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
2021-04-12
Release v0.8.0
v0.8.0
Crozet Sébastien
2021-04-12
Merge pull request #171 from dimforge/nalgebra-up
Sébastien Crozet
2021-04-12
Switch to nalgebra 0.26
Crozet Sébastien
2021-04-04
Add some missing entries to the 0.7.0 CHANGELOG.
Crozet Sébastien
2021-04-03
Update the CHANGELOG for 0.7.2.
Crozet Sébastien
2021-04-03
Release v0.7.2
v0.7.2
Crozet Sébastien
2021-04-03
Merge pull request #164 from dimforge/collider_removal_fix
Sébastien Crozet
2021-04-03
Remove useless comment.
Crozet Sébastien
2021-04-03
Add comment regarding the fix.
Crozet Sébastien
2021-04-03
Make the CCDSolver clonable and serializable.
Crozet Sébastien
2021-04-03
Fix crash caused by a collider being remove before the first timestep.
Crozet Sébastien
2021-04-02
Release v0.7.1
v0.7.1
Crozet Sébastien
2021-04-02
Merge pull request #162 from dimforge/determinism_after_snapshot
Sébastien Crozet
2021-04-02
Fix determinism problem in the broad-phase after snapshot restoration.
Crozet Sébastien
2021-04-02
Merge pull request #161 from dimforge/release_v0.7.0
v0.7.0
Sébastien Crozet
2021-04-02
Release v0.7.0
Crozet Sébastien
2021-04-01
Merge pull request #160 from dimforge/rb_flags_getters
Sébastien Crozet
2021-04-01
Add getters indicating if the translation or rotation dofs of a rigid-body ar...
Crozet Sébastien
2021-04-01
Merge pull request #159 from dimforge/guides
Sébastien Crozet
2021-04-01
Fix some typos and links.
Crozet Sébastien
2021-04-01
README: fix missing html tag.
Crozet Sébastien
2021-04-01
Add ARCHITECTURE, CODE_OF_CONDUCT, CONTRIBUTING files + flesh out the README.
Crozet Sébastien
2021-04-01
Merge pull request #158 from dimforge/query_pipeline_filter
Sébastien Crozet
2021-04-01
Add the ability to pass a custom filter to all the QueryPipeline queries.
Crozet Sébastien
2021-04-01
Merge pull request #157 from dimforge/ccd
Sébastien Crozet
2021-04-01
Fix parallel build.
Crozet Sébastien
2021-04-01
Some small performance improvements.
Crozet Sébastien
2021-04-01
Remove useless rigid-body fields.
Crozet Sébastien
2021-03-31
Remove the IntegrationParameters field we don't use.
Crozet Sébastien
2021-03-31
ColliderSet::handle_user_changes - don't drain the set of modified colliders.
Crozet Sébastien
2021-03-31
Fix tests.
Crozet Sébastien
2021-03-31
Revert the warmstart_correction_slope to its previous value.
Crozet Sébastien
2021-03-31
Fix more warnings.
Crozet Sébastien
2021-03-31
Test to see how the warmstart correction affect the benchmarks.
Crozet Sébastien
2021-03-31
Make the collider shape mutable.
Crozet Sébastien
2021-03-31
Fix some warnings.
Crozet Sébastien
2021-03-31
Add missing example file.
Crozet Sébastien
2021-03-31
Fix body status modification.
Crozet Sébastien
2021-03-31
Rename some RigidBodyBuilder mass-related setters to include "additional".
Crozet Sébastien
2021-03-31
Fix the parallel solver to work properly with CCD.
Crozet Sébastien
2021-03-30
Run the position solver after the CCD motion clamping.
Crozet Sébastien
2021-03-30
CCD: take angular motion and penetration depth into account in various thresh...
Crozet Sébastien
2021-03-29
Add missing files.
Crozet Sébastien
2021-03-29
Implement the ability to run multiple CCD substeps.
Crozet Sébastien
2021-03-29
Allow collider modification after its insersion to the ColliderSet.
Crozet Sébastien
2021-03-28
Small refactoring of the PhysicsPipeline.
Crozet Sébastien
2021-03-28
Attenuate the warmstart impulse for CCD contacts.
Crozet Sébastien
2021-03-26
Fix bug wher ethe broad-phase could miss some contacts pairs.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-03-17
Fix the last few bugs and unbounded memory usage.
Crozet Sébastien
[next]