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

Pause/resume PlayerClock #704

Merged
merged 5 commits into from
Apr 12, 2021
Merged

Commits on Apr 9, 2021

  1. Add pause/resume to PlayerClock

    Expose it on Player class as well
    
    Signed-off-by: Emerson Knapp <eknapp@amazon.com>
    Emerson Knapp committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    cdcd9a3 View commit details
    Browse the repository at this point in the history
  2. Add tests, fix functionality problems revealed in test

    Signed-off-by: Emerson Knapp <eknapp@amazon.com>
    Emerson Knapp committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    98079dc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Add new snapshot signature

    Signed-off-by: Emerson Knapp <eknapp@amazon.com>
    Emerson Knapp committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    71d5d68 View commit details
    Browse the repository at this point in the history
  2. Add docstring for sleep_time_while_paused param

    Signed-off-by: Emerson Knapp <eknapp@amazon.com>
    Emerson Knapp committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    ce77997 View commit details
    Browse the repository at this point in the history
  3. Separate pause tests into smaller individual tests

    Signed-off-by: Emerson Knapp <eknapp@amazon.com>
    Emerson Knapp committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    943a070 View commit details
    Browse the repository at this point in the history