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

Add an example demonstrating how to send and receive events in the same system #11574

Merged
merged 22 commits into from
Jan 29, 2024

Commits on Jan 28, 2024

  1. Add basic example

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    8f4589b View commit details
    Browse the repository at this point in the history
  2. Add more docs to ManualEventReader

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b723820 View commit details
    Browse the repository at this point in the history
  3. Better debug statements

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d21df14 View commit details
    Browse the repository at this point in the history
  4. Generate README again

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    81b379a View commit details
    Browse the repository at this point in the history
  5. Add clarifying simple case that works

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    0910d0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc753c3 View commit details
    Browse the repository at this point in the history
  7. Style

    Co-authored-by: Joona Aalto <jondolf.dev@gmail.com>
    alice-i-cecile and Jondolf authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    a7a8e2e View commit details
    Browse the repository at this point in the history
  8. Phrasing

    alice-i-cecile authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f893ebc View commit details
    Browse the repository at this point in the history
  9. Typo

    Co-authored-by: ickk <git@ickk.io>
    alice-i-cecile and ickk authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ba4e898 View commit details
    Browse the repository at this point in the history
  10. Typo

    Co-authored-by: Joona Aalto <jondolf.dev@gmail.com>
    alice-i-cecile and Jondolf authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    13fb9f4 View commit details
    Browse the repository at this point in the history
  11. local_event_reader -> manual_event_reader

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    7f69a98 View commit details
    Browse the repository at this point in the history
  12. Explain UB

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f032eb1 View commit details
    Browse the repository at this point in the history
  13. Remove note on SystemParam derive

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b1161ec View commit details
    Browse the repository at this point in the history
  14. re_emit -> resend

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3e8cec1 View commit details
    Browse the repository at this point in the history
  15. Tiny doc test rather than link

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    acc72fe View commit details
    Browse the repository at this point in the history
  16. Clearer system naming

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    943c3b2 View commit details
    Browse the repository at this point in the history
  17. Missed rename

    Co-authored-by: Joona Aalto <jondolf.dev@gmail.com>
    alice-i-cecile and Jondolf authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    dbb11be View commit details
    Browse the repository at this point in the history
  18. rust annotation not needed

    Co-authored-by: Joona Aalto <jondolf.dev@gmail.com>
    alice-i-cecile and Jondolf authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    87d6304 View commit details
    Browse the repository at this point in the history
  19. Simplify event resending (thanks icck)

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    4df1e20 View commit details
    Browse the repository at this point in the history
  20. Merge branch 'send-and-receive-events' of https://github.com/alice-i-…

    …cecile/bevy into send-and-receive-events
    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    1b10199 View commit details
    Browse the repository at this point in the history
  21. Missed emission

    Alice Cecile committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b3e9cca View commit details
    Browse the repository at this point in the history
  22. Stop emitting!

    Co-authored-by: Joona Aalto <jondolf.dev@gmail.com>
    alice-i-cecile and Jondolf authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    219d68c View commit details
    Browse the repository at this point in the history