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

Fix/roll #21

Merged
merged 6 commits into from
Oct 31, 2021
Merged

Fix/roll #21

merged 6 commits into from
Oct 31, 2021

Commits on Oct 31, 2021

  1. fix: reset timers

    reset timers as needed with roll mode
    cpvalente committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    5a68d29 View commit details
    Browse the repository at this point in the history
  2. refract: broadcast state

    - ability to broadcast state without recalculating timer
    cpvalente committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    0bb728d View commit details
    Browse the repository at this point in the history
  3. fix: recalculate timers

    - recalculate timers in same update call if necessary
    - use new variable to keep track of upcoming rolling events without recalculating titles
    cpvalente committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    4d2769d View commit details
    Browse the repository at this point in the history
  4. style: button disable

    disable playback buttons while rolling (interface only)
    cpvalente committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    03ef3e5 View commit details
    Browse the repository at this point in the history
  5. fix: roll state

    fix issue when the call of roll() was resetting the state after trying to load titles
    cpvalente committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    9358055 View commit details
    Browse the repository at this point in the history
  6. fix: handle midnight

    fixed issue where roll mode wouldnt recognise a end time lower than start time (go through midnight)
    cpvalente committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    9bc2923 View commit details
    Browse the repository at this point in the history