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

Burstify queries #1143

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Burstify queries #1143

wants to merge 8 commits into from

Commits on May 19, 2024

  1. Burstify queries and calculating velocities

    Takes work from #1059 and retargets it to master branch.
    
    Changes made from that PR:
    - Add scripting symbol to opt-in to Burst queries
    - Keep current API as default to avoid breaking change
    - Formatting
    - Excluded some superfluous changes
    
    Co-authored-by: Dale Eidd <dale@eidd.name>
    ecuzzillo and daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9da75dd View commit details
    Browse the repository at this point in the history
  2. Simplify null providers

    daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    868ecb2 View commit details
    Browse the repository at this point in the history
  3. Normalize burstified API

    Also add helpers to pass the equivalent of null for non-burst API.
    daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    9bbd715 View commit details
    Browse the repository at this point in the history
  4. Fix leaks

    daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    22c1a48 View commit details
    Browse the repository at this point in the history
  5. Silence build warnings

    daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    8cdd43d View commit details
    Browse the repository at this point in the history
  6. Add CREST_BURST_QUERY

    daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    3849773 View commit details
    Browse the repository at this point in the history
  7. Fix exceptions

    daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    6df9793 View commit details
    Browse the repository at this point in the history
  8. Add demo scene

    daleeidd committed May 19, 2024
    Configuration menu
    Copy the full SHA
    b41ed59 View commit details
    Browse the repository at this point in the history