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
Age
Commit message (
Collapse
)
Author
2021-04-29
Restore the collision pipeline
Crozet Sébastien
2021-04-27
Fix regression in CCD resolution.
Crozet Sébastien
2021-04-27
Fix some warnings.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-18
Created a method to retrieve the SharedShape from a collider
Geoffrey Irons
In my case this is for creating a compound shape from a set of existing colliders
2021-04-13
Fix compilation in 2D.
Crozet Sébastien
2021-04-13
Fix torque generation for the prismatic joint motor
Crozet Sébastien
2021-04-12
Switch to nalgebra 0.26
Crozet Sébastien
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
Fix determinism problem in the broad-phase after snapshot restoration.
Crozet Sébastien
2021-04-02
Release v0.7.0
Crozet Sébastien
2021-04-01
Add getters indicating if the translation or rotation dofs of a rigid-body ↵
Crozet Sébastien
are locked.
2021-04-01
Add the ability to pass a custom filter to all the QueryPipeline queries.
Crozet Sébastien
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
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 ↵
Crozet Sébastien
thresholds.
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
CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting.
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
2021-03-13
Experiment with a smaller region power basis.
Crozet Sébastien
2021-03-13
Some tunning of the way layers are attributed to a collider.
Crozet Sébastien
2021-03-13
First complete implementation of the hierarchical SAP.
Crozet Sébastien
2021-03-08
Start implementing SAPLayer creation and insertion.
Crozet Sébastien
2021-03-08
Start introducing SAP layers.
Crozet Sébastien
2021-03-08
Split the broad-phase code into multiple files.
Crozet Sébastien
2021-03-08
Fix regression in the WASM version of the velocity solver.
Crozet Sébastien
2021-03-08
Merge pull request #141 from EmbarkStudios/per-collider-mass-props
Sébastien Crozet
Per collider mass props
2021-03-08
Store either density or mass properties but not both
Emil Ernerfeldt
2021-03-08
docstring/spelling
Emil Ernerfeldt
Co-authored-by: Sébastien Crozet <sebastien@crozet.re>
[prev]
[next]