Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.22.0 #695

Merged
merged 2 commits into from
Jul 20, 2024
Merged

Release v0.22.0 #695

merged 2 commits into from
Jul 20, 2024

Conversation

sebcrozet
Copy link
Member

v0.22.0 (20 July 2024)

Fix

  • Fix crash when removing a multibody joint, or a rigid-body with a multipody-joint attached to it.
  • Fix crash when inserting multibody joints in an arbitrary order (instead of incrementally from root to leaf).
  • Fix BroadphaseMultiSap not being able to serialize correctly with serde_json.

Added

  • Implement rotation gizmo for Ball 2D shape (as radius line) in Debug renderer if DebugRenderMode::COLLIDER_SHAPES
    enabled
  • Implement Debug for ColliderSet, InteractionGraph,
    MultibodyLink, MultibodyJointSet, Multibody, ImpulseJointSet

Modified

  • Update parry to v0.17. Refer to its changelog for
    further details.
  • Divided by two the value of each QueryFilterFlags variant so that
    the smallest one is 1 instead of 2 (fixes a bug in rapier.js).
  • BroadphaseMultiSap now serializes its colliders_proxy_ids as Vec[(ColliderHandle, BroadPhaseProxyIndex)].

@sebcrozet sebcrozet merged commit cf74150 into master Jul 20, 2024
6 checks passed
@sebcrozet sebcrozet deleted the release-v0.22.0 branch July 20, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant