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

Collider scale #189

Merged
merged 62 commits into from
Oct 21, 2023
Merged

Collider scale #189

merged 62 commits into from
Oct 21, 2023

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    32fd960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    703748d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    984b4b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f43c94a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0f4f6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cf7c51 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Fix subshape rotations

    Jondolf committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    5976ee6 View commit details
    Browse the repository at this point in the history
  2. Document ColliderParent

    Jondolf committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7d3d9b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a21db10 View commit details
    Browse the repository at this point in the history
  4. Fix lints

    Jondolf committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    7aafd37 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Fix lints

    Jondolf committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    d015e88 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    a69d0b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc762f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    2e0dab6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ebb48d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbd4618 View commit details
    Browse the repository at this point in the history
  4. Fix missing delimiter in docs

    Jondolf committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    28db07a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81bdf3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4332248 View commit details
    Browse the repository at this point in the history
  7. Improve ColliderParent docs

    Jondolf committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    85c66d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    3f586c0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Correctly handle removing colliders from rigid bodies

    It now wakes up bodies and subtracts from their mass properties.
    
    Since we can't access components of despawned entities, I added
    a `ColliderStorageMap` for now.
    
    It might not be optimal, but it can be improved later.
    Ideally we'd use hooks/callbacks once they're implemented in Bevy.
    Jondolf committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    362d0bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6af30ab View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    c57db60 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    0d6b948 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    8ed6dd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    a1783dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be762d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    890ac0b View commit details
    Browse the repository at this point in the history
  4. Update comments

    Jondolf committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3294886 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2ddfbf View commit details
    Browse the repository at this point in the history
  6. Rename system

    Jondolf committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ef203a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5df76bc View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    e4944ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f555d38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b857a31 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Fix scale_shape

    Jondolf committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    33c694c View commit details
    Browse the repository at this point in the history
  2. Fix collision issue

    Jondolf committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1812ac1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71fb1c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8266f62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdb929c View commit details
    Browse the repository at this point in the history
  6. Clarify comments

    Jondolf committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    ae70d7e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    a95052b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee5c7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee11ddd View commit details
    Browse the repository at this point in the history
  4. Fix collision states

    Jondolf committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    80dcdd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f47d8f View commit details
    Browse the repository at this point in the history
  6. Fix init_transforms

    Jondolf committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7633f64 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df94905 View commit details
    Browse the repository at this point in the history
  8. Remove unused variable

    Jondolf committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    69f6d22 View commit details
    Browse the repository at this point in the history
  9. Remove unused variable

    Jondolf committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    bcb2d70 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a33805 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    825a85b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e6b76ce View commit details
    Browse the repository at this point in the history
  13. Fix chain_2d example

    Jondolf committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    7f8c604 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    87bc9ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    20c6c5e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    13c033c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9b0a2f6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    793b57a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aeae8ae View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3d960ed View commit details
    Browse the repository at this point in the history