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

Exclude speed ranges (beta release) #4381

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

Commits on Jul 12, 2024

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

Commits on Jul 13, 2024

  1. POC#2: Exclude a single range, set by the user

    By default, the speed is modified to the low end of the excluded range.
    TheSlashEffect committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    a8fd3c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

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

Commits on Jul 15, 2024

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

Commits on Jul 16, 2024

  1. Allow for multiple forbidden speed ranges.

    Multiple ranges are allowed, with no overlaps between them.
    TheSlashEffect committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7663bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d2b05 View commit details
    Browse the repository at this point in the history
  3. Remove printout

    TheSlashEffect committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d846cd8 View commit details
    Browse the repository at this point in the history
  4. Remove dev printouts

    TheSlashEffect committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6d1386c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0a4d71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    858c8ed View commit details
    Browse the repository at this point in the history
  7. Add exception handling to exclude print speed range feature

    - Throw exception if input is invalid
    - Show exception to user on GUI
    TheSlashEffect committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    9cb8c42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    952e0ea View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    aa4ea57 View commit details
    Browse the repository at this point in the history
  2. Update gui message

    TheSlashEffect committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a58ed74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27ff6c5 View commit details
    Browse the repository at this point in the history
  4. Update user message

    TheSlashEffect committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    82a5395 View commit details
    Browse the repository at this point in the history
  5. Add newline

    TheSlashEffect committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c2d6f23 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b851ae5 View commit details
    Browse the repository at this point in the history