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

Make #[system_param(ignore)] and #[world_query(ignore)] unnecessary #8030

Merged
merged 42 commits into from
Mar 30, 2023

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    c766e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8994d13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92d7921 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c6d01f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a25fb60 View commit details
    Browse the repository at this point in the history
  6. remove #system_param(ignore)

    JoJoJet committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    65f332e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43507a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6df2d0a View commit details
    Browse the repository at this point in the history
  9. remove unused attributes

    JoJoJet committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4e5797c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6eac07a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    653fc46 View commit details
    Browse the repository at this point in the history
  12. add a compile test

    JoJoJet committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e18e7af View commit details
    Browse the repository at this point in the history
  13. remove #[world_query(ignore)]

    JoJoJet committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    715f8ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f60909b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ee9978 View commit details
    Browse the repository at this point in the history
  16. update a comment

    JoJoJet committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3a55ca1 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    c4005ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136033c View commit details
    Browse the repository at this point in the history
  3. remove an unused const

    JoJoJet committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    eaddf9a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. undo an overlapping change

    JoJoJet committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    b2f4309 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    0ab464c View commit details
    Browse the repository at this point in the history
  2. import worldquery

    JoJoJet committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    978437a View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. remove collision code

    JoJoJet committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    08d6b60 View commit details
    Browse the repository at this point in the history
  2. remove needless whitespace

    JoJoJet committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    244a589 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f5d446 View commit details
    Browse the repository at this point in the history
  4. remove an unused import

    JoJoJet committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    3f0bd19 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    47040f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    988ec67 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Configuration menu
    Copy the full SHA
    986f10c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aebb03d View commit details
    Browse the repository at this point in the history
  3. remove a space

    JoJoJet committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    589361e View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on Mar 24, 2023

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

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    eb3e17d View commit details
    Browse the repository at this point in the history
  2. re-add #[world_query(ignore)]

    JoJoJet committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f3572b1 View commit details
    Browse the repository at this point in the history
  3. restore some docs

    JoJoJet committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bcfee71 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    JoJoJet committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    10edef0 View commit details
    Browse the repository at this point in the history
  5. re-order an example

    JoJoJet committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f8469c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2579709 View commit details
    Browse the repository at this point in the history
  7. reduce churn

    JoJoJet committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6a3cfce View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    8ff0178 View commit details
    Browse the repository at this point in the history
  2. deduplicate regression tests

    JoJoJet committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    464e095 View commit details
    Browse the repository at this point in the history