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

Interaction component refactor #7257

Closed
wants to merge 62 commits into from

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    71056a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d607e6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83f2417 View commit details
    Browse the repository at this point in the history
  4. formatting

    Pietrek14 committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    6da0e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. simplified panic in a non-send resource scope test

    Co-authored-by: Mike <mike.hsu@gmail.com>
    Pietrek14 and hymm authored Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3500039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d823b1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f68eb33 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Jan 7, 2023

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

Commits on Jan 14, 2023

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

Commits on Jan 15, 2023

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

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    e2d0104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    736177e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b41e200 View commit details
    Browse the repository at this point in the history
  4. added interaction policy

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6b176d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd4695a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b06d6b7 View commit details
    Browse the repository at this point in the history
  7. formatting

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    9ed9aa1 View commit details
    Browse the repository at this point in the history
  8. example pages

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    b80c598 View commit details
    Browse the repository at this point in the history
  9. added the backticks

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    2ff084c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8604044 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c2db4f4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0dd29bd View commit details
    Browse the repository at this point in the history
  13. formatting

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    6c34abf View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d96afc8 View commit details
    Browse the repository at this point in the history
  15. formatting

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    fbd41c7 View commit details
    Browse the repository at this point in the history
  16. simplified some code

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    c8d546c View commit details
    Browse the repository at this point in the history
  17. example pages

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    48bf944 View commit details
    Browse the repository at this point in the history
  18. formatting

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    0f09586 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    53def6c View commit details
    Browse the repository at this point in the history
  20. text fix

    Pietrek14 committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    60cd02d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. doc comment for InteractionPolicy

    Co-authored-by: Andreas Weibye <13300393+Weibye@users.noreply.github.com>
    Pietrek14 and Weibye authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    b3d2544 View commit details
    Browse the repository at this point in the history
  2. grammar fix

    Co-authored-by: Andreas Weibye <13300393+Weibye@users.noreply.github.com>
    Pietrek14 and Weibye authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    1637f9a View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

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

Commits on Mar 31, 2023

  1. Configuration menu
    Copy the full SHA
    a22810a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'interaction-policy' of https://github.com/Pietrek14/bevy

    …into interaction-policy
    Pietrek14 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a106115 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    608da59 View commit details
    Browse the repository at this point in the history
  4. collapsed an if statement

    Pietrek14 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    d288b69 View commit details
    Browse the repository at this point in the history
  5. example pages

    Pietrek14 committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    60d191d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. added some doc-comments

    Pietrek14 committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    9e4a8b7 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    84bf151 View commit details
    Browse the repository at this point in the history
  2. fix

    Pietrek14 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    3ded408 View commit details
    Browse the repository at this point in the history
  3. formatting

    Pietrek14 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    57365c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebdb17a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

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

Commits on May 18, 2023

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

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    42eedb0 View commit details
    Browse the repository at this point in the history
  2. example pages

    Pietrek14 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    68aa676 View commit details
    Browse the repository at this point in the history
  3. fixed the example

    Pietrek14 committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    44f80d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    062ed69 View commit details
    Browse the repository at this point in the history
  2. formatting

    Pietrek14 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    221ce33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd97783 View commit details
    Browse the repository at this point in the history
  4. formatting again

    Pietrek14 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d6f5f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fixed a doc example

    Pietrek14 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0936e36 View commit details
    Browse the repository at this point in the history
  2. fixed the example again

    Pietrek14 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fa95eea View commit details
    Browse the repository at this point in the history
  3. updated pressed docs

    Pietrek14 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8c4007c View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 1, 2023

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

Commits on Jul 6, 2023

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    90560a7 View commit details
    Browse the repository at this point in the history
  2. formatting

    Pietrek14 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c500a71 View commit details
    Browse the repository at this point in the history
  3. don't import bevy_internal

    Pietrek14 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0771c31 View commit details
    Browse the repository at this point in the history