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
Age
Commit message (
Collapse
)
Author
2021-05-06
Remove Copy from RigidBodyBuilder
DasEtwas
2021-05-06
Added documentation to newly public fields derived from setters
DasEtwas
2021-05-06
Add #[must_use] to builders, expose more fields
DasEtwas
2021-04-30
Add comments.
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-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-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
Make the CCDSolver clonable and serializable.
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
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
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
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
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
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien
2021-03-08
Fix regression in the WASM version of the velocity solver.
Crozet Sébastien
2021-03-07
Fix regression causing invalid contacts to be solved.
Crozet Sébastien
2021-03-07
Reduce code duplication between the SIMD and non-SIMD contact solve and ↵
Crozet Sébastien
warmstart.
2021-03-07
Fix warning when targetting wasm.
Crozet Sébastien
2021-03-07
Projection friction impulses on an implicit cone instead of a pyramidal ↵
Crozet Sébastien
approximation.
2021-03-04
Derive Clone for JointSet
Waridley
2021-03-04
Call update_world_mass_properties from RigidBody::set_mass_properties
Emil Ernerfeldt
2021-03-03
Fix missing sqrt when setting the angular inertia of a rigid-body.
Crozet Sébastien
2021-02-26
fix the body-body revolute angle velocity erp
Emil Ernerfeldt
2021-02-26
Final cleanup
Emil Ernerfeldt
2021-02-26
simplify prismatic limits
Emil Ernerfeldt
2021-02-26
Fix primatic wide
Emil Ernerfeldt
2021-02-26
fix the revolute wide
Emil Ernerfeldt
2021-02-26
fix narrow revolute velocity
Emil Ernerfeldt
2021-02-26
Fix the narrow pismatic velocity constraint
Emil Ernerfeldt
2021-02-26
fix
Emil Ernerfeldt
2021-02-26
Implement ground wide
Emil Ernerfeldt
[prev]
[next]