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 support for seeking to arbitrary ticks #49

Merged
merged 21 commits into from
Feb 29, 2024
Merged

Add support for seeking to arbitrary ticks #49

merged 21 commits into from
Feb 29, 2024

Commits on Dec 24, 2023

  1. Added ability to read tick-by-tick with `DemoParser.StartReadingAsync…

    …` and `DemoParser.MoveNextAsync`
    saul committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    067dabb View commit details
    Browse the repository at this point in the history
  2. Remove NativeAot

    saul committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    a79802c View commit details
    Browse the repository at this point in the history
  3. Add DemoFile.Example.TickByTick

    saul committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    a044f35 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    cdcd120 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    saul committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    70b4fb3 View commit details
    Browse the repository at this point in the history
  3. Fix benchmark

    saul committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    04f920d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    467a63c View commit details
    Browse the repository at this point in the history
  5. Undo project file changes

    saul committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    2402ee3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. WIP seeking

    saul committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    3cb3805 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    bc1c8c3 View commit details
    Browse the repository at this point in the history
  2. More seeking work

    saul committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7101a87 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Working

    saul committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8d95cd1 View commit details
    Browse the repository at this point in the history
  2. Remove debug logic

    saul committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    909c58a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Rent byte arrays

    saul committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    4494e34 View commit details
    Browse the repository at this point in the history
  2. 0.12.1

    saul committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    8aebc87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c91c83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38fcfb3 View commit details
    Browse the repository at this point in the history
  5. Replace if with assertion

    saul committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    ef61726 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Add tests

    saul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f6c069a View commit details
    Browse the repository at this point in the history
  2. Update readme and release notes

    saul committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2c809c1 View commit details
    Browse the repository at this point in the history