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

Indicate absolute time using '/*' and improve clock sorting #2557

Merged
merged 2 commits into from
Feb 5, 2024

Commits on Feb 4, 2024

  1. Indicate absolute time using '/*'

    Borrow from the syntax for Canadian time to call out absolute time.
    
    - Canadian time says "3 Days/10" when there are 10 moves to make in 3 days.
    - With this, absoluate time says "3 Days/*".
    dexonsmith committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    3e30803 View commit details
    Browse the repository at this point in the history
  2. Add urgency for live games, absolute, and canadian time

    In game list sorting:
    
    - Always put non-correspondence games first
    - Divide Canadian block time by the number of remaining moves
    - Divide absolute time remaining by a guess of the remaining moves
    dexonsmith committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    4111cbd View commit details
    Browse the repository at this point in the history