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

Demoded controls #6

Merged
merged 21 commits into from
Oct 30, 2023
Merged

Demoded controls #6

merged 21 commits into from
Oct 30, 2023

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    4ecfe83 View commit details
    Browse the repository at this point in the history
  2. chore: clippy fix

    actioninja committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    d5ed663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83fdd23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f6639b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edf7785 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97f24e4 View commit details
    Browse the repository at this point in the history
  7. fix: update benches

    actioninja committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a28587d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    48169c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. docs: changelog

    actioninja committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    8225381 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    d3c1e1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70202fa View commit details
    Browse the repository at this point in the history
  3. fix: Increase the offset for shorts and mediums by 1

    I believe both shorts and mediums can encode a one more offset byte.
    
    0b1111_1111 + 1 = 1024
    0b11_1111_1111_1111 + 1 = 16384
    lingeringwillx authored and actioninja committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    40fac4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3d2537 View commit details
    Browse the repository at this point in the history
  5. fix: shut up clippy

    actioninja committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c4b30f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Configuration menu
    Copy the full SHA
    1410222 View commit details
    Browse the repository at this point in the history
  2. refactor: struct > enum

    actioninja committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    92295b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    4d921bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de17abf View commit details
    Browse the repository at this point in the history
  3. docs: final changelog

    actioninja committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    2d3d54d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94c1012 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f3e6b8 View commit details
    Browse the repository at this point in the history