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

Merge dev #6

Merged
merged 52 commits into from
Aug 6, 2023
Merged

Merge dev #6

merged 52 commits into from
Aug 6, 2023

Commits on Jun 26, 2023

  1. wip: fetch transforms

    ten3roberts committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    20711bb View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    e5e9f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a66530 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e42b93 View commit details
    Browse the repository at this point in the history
  4. fix!: reduce And nesting in query filter parameter

    BREAKING:
    `Query<(Component<T>, Mutable<T>), And<All, With>>` will become
    `Query<(Component<T>, Mutable<T>), (All, With)>`
    
    This is mostly only relevant if you explicitly store queries, when using
    queries the `filter` parameter can be ignored with `_` and is generally
    preferred as it allows adding a filter without modifying the argument
    type as well.
    ten3roberts committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    03573b6 View commit details
    Browse the repository at this point in the history
  5. fix: typos in README.md

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

Commits on Jun 29, 2023

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

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    41a5347 View commit details
    Browse the repository at this point in the history
  2. fix: warnings

    ten3roberts committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a01b58e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82fd6a8 View commit details
    Browse the repository at this point in the history
  4. fix: warnings

    ten3roberts committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    1daf43d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    1ab5d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53ea861 View commit details
    Browse the repository at this point in the history
  3. Revert "chore: attempt to use GAT"

    This reverts commit 53ea861.
    ten3roberts committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    df198d2 View commit details
    Browse the repository at this point in the history
  4. feat: fetch map

    ten3roberts committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    582f9f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64f79ab View commit details
    Browse the repository at this point in the history
  6. fix: no std tests

    ten3roberts committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8e1031e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    6b549e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57b5912 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. wip: generalize set

    ten3roberts committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    71b06fe View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. chore: cleanup

    ten3roberts committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b4c3505 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c3507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc20d1e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 13, 2023

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

Commits on Jul 16, 2023

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

Commits on Jul 19, 2023

  1. wip: invalid archetype

    ten3roberts committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    df2eb2d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. fix: invalid archetype

    ten3roberts committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    8c4cf0e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

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

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    e4c93fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56d4efa View commit details
    Browse the repository at this point in the history
  3. feat: update_dedup

    ten3roberts committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d42bfc8 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup

    ten3roberts committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    084c818 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. feat: inserted transform

    ten3roberts committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b81cb96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73302d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d77418e View commit details
    Browse the repository at this point in the history
  4. chore: sync readme

    ten3roberts committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    251a28b View commit details
    Browse the repository at this point in the history
  5. chore: ComponentInfo => ComponentDesc

    When used as an argument, `info` gives the wrong semantic meaning.
    description makes it more clear what it *describes*
    ten3roberts committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    77c09e8 View commit details
    Browse the repository at this point in the history
  6. fix: use of std

    ten3roberts committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    677ffdc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. wip: fetch rework

    ten3roberts committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e032971 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. wip: batch fetching

    ten3roberts committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    2434b32 View commit details
    Browse the repository at this point in the history
  2. wip: batch fetching

    ten3roberts committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    07b7e9a View commit details
    Browse the repository at this point in the history
  3. wip: batch fetching

    ten3roberts committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    26862ab View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. chore: cleanup

    ten3roberts committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    8b7b5e6 View commit details
    Browse the repository at this point in the history
  2. fix: source

    ten3roberts committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    4521906 View commit details
    Browse the repository at this point in the history
  3. fix: remaining queries

    ten3roberts committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    411d3fd View commit details
    Browse the repository at this point in the history
  4. chore: batch => chunk

    ten3roberts committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    be90484 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    babbf8e View commit details
    Browse the repository at this point in the history
  6. fix: no-std

    ten3roberts committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    cced257 View commit details
    Browse the repository at this point in the history
  7. chore: use advancing ptr

    ten3roberts committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    2c9223e View commit details
    Browse the repository at this point in the history