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-02-04
Rename island_set2 -> island_set
perf_experiments
Crozet Sébastien
2021-02-04
Experiment with incremental island having only one awake island.
Crozet Sébastien
2021-02-03
Minor cleanup.
Crozet Sébastien
2021-02-03
Experiment with incremental island computation.
Crozet Sébastien
2021-02-01
More experiments with velocity-based error correction.
Crozet Sébastien
2021-02-01
Add a twist friction model and velocity-based error correction.
Crozet Sébastien
2021-01-29
Add other missing entries to the CHANGELOG.
Crozet Sébastien
2021-01-29
Add a missing entry to the CHANGELOG.
Crozet Sébastien
2021-01-29
Release v0.5.0
v0.5.0
Crozet Sébastien
2021-01-29
Merge pull request #79 from dimforge/split_geom
Sébastien Crozet
2021-01-29
Update the CHANGELOG.
Crozet Sébastien
2021-01-29
Remove cargo patches.
Crozet Sébastien
2021-01-29
Update Cargo badges and categories.
Crozet Sébastien
2021-01-27
Add all the missing docs.
Crozet Sébastien
2021-01-26
Fix compilation of the 3D testbed.
Crozet Sébastien
2021-01-26
Allow using polylines as a collider shape.
Crozet Sébastien
2021-01-25
Fix compilation with f64.
Crozet Sébastien
2021-01-25
Add missing constructor for a round-triangle collider.
Crozet Sébastien
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2021-01-23
Fix warnings in tests and testbed.
Crozet Sébastien
2021-01-23
CI: deny warnings.
Crozet Sébastien
2021-01-23
Fix WASM build.
Crozet Sébastien
2021-01-23
Fix warnings and 2D compilation when parallelism is ON but SIMD is OFF.
Crozet Sébastien
2021-01-22
Move ColliderShape out of Rapier.
Crozet Sébastien
2021-01-22
Fix compilation in 2D.
Crozet Sébastien
2021-01-22
Fix regressions introduced by the merge with master.
Crozet Sébastien
2021-01-22
Minor code simplification for the 3D heightfield example.
Crozet Sébastien
2021-01-22
Add a VERSION constant containing the package version.
Crozet Sébastien
2021-01-22
Merge branch 'master' into split_geom
Crozet Sébastien
2021-01-22
Merge pull request #88 from EmbarkStudios/refactor-params
Sébastien Crozet
2021-01-22
Merge pull request #93 from sebcrozet/ci-fix-pull-request-target
Sébastien Crozet
2021-01-22
Fix CI bench message emission for fork PRs.
Crozet Sébastien
2021-01-22
IntegrationParameters: deprectate dt() and inv_dt() methods
Emil Ernerfeldt
2021-01-22
Deprectate IntegrationParameters::new
Emil Ernerfeldt
2021-01-22
Remove IntegrationParameters::inv_dt and make dt pub
Emil Ernerfeldt
2021-01-22
Merge pull request #90 from sebcrozet/fix_bench_ci_from_forks
Sébastien Crozet
2021-01-22
CI: use trigger the bench message workfrow on a pull_request_target instead o...
Crozet Sébastien
2021-01-22
Merge pull request #89 from EmbarkStudios/fix-tests
Sébastien Crozet
2021-01-21
fix cargo test -p rapier3d
Emil Ernerfeldt
2021-01-21
Reorder default() constructor order to match that of the struct
Emil Ernerfeldt
2021-01-21
Fix incorrect default value for allowed_linear_error in docstring
Emil Ernerfeldt
2021-01-21
Replace call to IntegrationParameters::new with explicit construction
Emil Ernerfeldt
2021-01-21
Add collider constructors for shapes obtained from convex decomposition.
Crozet Sébastien
2021-01-21
Allow several rules for combining friction/restitution coefficients.
Crozet Sébastien
2021-01-21
Rotation locking: apply filter only to the world inertia properties to fix th...
Crozet Sébastien
2021-01-20
Fix velocity constraints for ball joints involving bodies with non-uniform an...
Crozet Sébastien
2021-01-20
Use newtypes for collider, rigid-body and joint handles.
Crozet Sébastien
2021-01-20
Switch to [u32; DIM] instead of Point<u32> for element indices.
Crozet Sébastien
2021-01-20
Add 3D convex decomposition example.
Crozet Sébastien
2021-01-12
Properly reset the BodySet::modified_all_bodies flag.
Crozet Sébastien
[next]