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

Rework animation to be done in two phases. #11707

Merged
merged 35 commits into from
Feb 19, 2024

Commits on Feb 5, 2024

  1. Rework animation to be done in two phases.

    This eliminates all the unsafe code, increases parallelism, and reduces
    the number of queries to just two.
    pcwalton committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a17b396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fc17b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2548b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56bed0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af2e114 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    39aff53 View commit details
    Browse the repository at this point in the history
  2. No bevy_internal usage

    pcwalton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4392fa7 View commit details
    Browse the repository at this point in the history
  3. Address review comment

    pcwalton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    65c3f2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d28e75 View commit details
    Browse the repository at this point in the history
  5. Address review comments

    pcwalton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ee92b8f View commit details
    Browse the repository at this point in the history
  6. Address review comment

    pcwalton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    b08435c View commit details
    Browse the repository at this point in the history
  7. Address review comment

    pcwalton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    30ccfac View commit details
    Browse the repository at this point in the history
  8. Address review comment

    pcwalton committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    59d25a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25e83b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    6ff6071 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    pcwalton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    38c0fa7 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    pcwalton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    dfe424b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d6e461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c88d315 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b93b267 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5068a7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4653810 View commit details
    Browse the repository at this point in the history
  9. Address review comments

    pcwalton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    f16b72b View commit details
    Browse the repository at this point in the history
  10. Address review comment

    pcwalton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c64e6f7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae2ec7f View commit details
    Browse the repository at this point in the history
  12. Clippy police

    pcwalton committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e2f6770 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9092e54 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Warning police

    pcwalton committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    13e46d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

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

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    8958770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3928dcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26f1fb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a9ee8e View commit details
    Browse the repository at this point in the history
  5. Clippy police

    pcwalton committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7fc0421 View commit details
    Browse the repository at this point in the history