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

perf: Improve narrowphase and realistic solver performance #3114

Merged
merged 29 commits into from
Jun 30, 2024

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    4883618 View commit details
    Browse the repository at this point in the history
  2. Add dest to vector rotation

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    1d75eab View commit details
    Browse the repository at this point in the history
  3. Add dest to vec

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    2a2773e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92d13d6 View commit details
    Browse the repository at this point in the history
  5. Optimize separating axis

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    f65c158 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fb7feb1 View commit details
    Browse the repository at this point in the history
  7. pascal case

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3efd132 View commit details
    Browse the repository at this point in the history
  8. update todo

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ffa8f5d View commit details
    Browse the repository at this point in the history
  9. c-style loop

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    ab5a94f View commit details
    Browse the repository at this point in the history
  10. fix config bug

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    7414a13 View commit details
    Browse the repository at this point in the history
  11. fix collision bug

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    518b23b View commit details
    Browse the repository at this point in the history
  12. update visual tests

    eonarheim committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    5c5ab10 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. switch to localspace

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5220cb1 View commit details
    Browse the repository at this point in the history
  2. cleanup

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3b119b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b886526 View commit details
    Browse the repository at this point in the history
  4. update visual tests

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    1a59e03 View commit details
    Browse the repository at this point in the history
  5. fix tests

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    0a3636d View commit details
    Browse the repository at this point in the history
  6. formating tweak

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5cfdf30 View commit details
    Browse the repository at this point in the history
  7. switch to c-style loops

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5e6f1b7 View commit details
    Browse the repository at this point in the history
  8. fix mirrored collisions

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4e21d26 View commit details
    Browse the repository at this point in the history
  9. fix tests

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    35094e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f671bc7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c261947 View commit details
    Browse the repository at this point in the history
  12. fix formatting

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    43e4215 View commit details
    Browse the repository at this point in the history
  13. attempt win fix

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    89fa17c View commit details
    Browse the repository at this point in the history
  14. attempt win fix

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    d3d423f View commit details
    Browse the repository at this point in the history
  15. one more win fix

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    9d0dbfe View commit details
    Browse the repository at this point in the history
  16. add changelog

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    5eeb563 View commit details
    Browse the repository at this point in the history
  17. maybe fix flakiness

    eonarheim committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    970aa48 View commit details
    Browse the repository at this point in the history