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
/
geometry
Age
Commit message (
Expand
)
Author
2022-05-31
Start experimenting with collider/rigid-body disabling.
disabled-flag
Sébastien Crozet
2022-05-30
Rename STATIC -> FIXED in the ActiveCollisionTypes flags
Sébastien Crozet
2022-04-29
Fix bug where the narrow-phase would not recompute contacts after a collider ...
Sébastien Crozet
2022-04-28
Add comments for the debug-renderer
Sébastien Crozet
2022-04-28
Add collision event flags
Sébastien Crozet
2022-04-20
Remove the default-sets feature
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-04-20
Fix mass-properties update after collider change
Sébastien Crozet
2022-04-19
Include broken values in assertion failure message.
Nolan Darilek
2022-03-27
Fix broad-phase becomming potentially invalid after collision group change
Sébastien Crozet
2022-03-20
Update tests
Sébastien Crozet
2022-03-20
Emit collision stopped events after a collider is removed.
Sébastien Crozet
2022-03-20
Combine contact events and intersection events into a single event type and f...
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Rebase on master branch
Sébastien Crozet
2022-03-20
Complete the parallel solver fix
Sébastien Crozet
2022-03-20
Allow removing a rigid-body without auto-removing attached colliders
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-01-23
Run cargo fmt
Sébastien Crozet
2022-01-23
add defaults for the several structs
zhguchev
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
Run cargo fmt
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-12-31
Minor documentation fixes
Jakub Arnold
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-09-25
Impl Default for a few structs
Jamen Marz
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-08-26
Fix bug with colliders without rigid bodies
Kane Rogers
2021-07-30
Add missing comments.
Sébastien Crozet
2021-07-30
Make BroadPhasePairEvent and ColliderPair public.
Crozet Sébastien
2021-07-14
Update intersection graph regardless of active_events
Benjamin Saunders
2021-07-12
Add methods to set the translation or rotation wrt. a collider and its parent.
Crozet Sébastien
2021-07-11
impl more traits for components
Waridley
2021-06-09
Derive Clone for IslandManager
Waridley
2021-06-08
Fix collider removal from narrow-phase when the same collider is listed twice.
Crozet Sébastien
2021-06-02
Release v0.9.0
v0.9.0
Crozet Sébastien
2021-06-02
Merge pull request #173 from DasEtwas/must-use-pub
Sébastien Crozet
2021-06-02
Merge pull request #176 from sdfgeoff/add_collider_shared_shape_method
Sébastien Crozet
2021-06-02
Fix tests and wasm build.
Crozet Sébastien
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two non...
Crozet Sébastien
2021-06-01
CCD: take collision groups into account
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-05-25
Add prelude + use vectors for setting linvel/translation in builders
Crozet Sébastien
2021-05-06
Add #[must_use] to builders, expose more fields
DasEtwas
[next]