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

Persistent savefile #17

Closed
Noah2610 opened this issue Oct 28, 2019 · 4 comments
Closed

Persistent savefile #17

Noah2610 opened this issue Oct 28, 2019 · 4 comments
Assignees

Comments

@Noah2610
Copy link
Owner

Should save the current checkpoint data.

@Noah2610 Noah2610 changed the title Permanent savefile Persistent savefile Oct 28, 2019
@Noah2610
Copy link
Owner Author

Working: Save and load CheckpointData to savefile.
Todo: Save music queue and applied checkpoints too.

@Noah2610 Noah2610 self-assigned this Oct 29, 2019
@Noah2610
Copy link
Owner Author

Almost working: Save music queue and last_played to savefile (queue isn't properly used after loading, and last_played is set to last in queue (queue index 0)).
Todo: Save applied checkpoints and don't re-apply checkpoints after loading savefile.

@Noah2610
Copy link
Owner Author

Noah2610 commented Nov 2, 2019

Working: Previous checkpoints aren't re-applied. Save applied checkpoint IDs (checkpoint indexes, order in which they were loaded) to savefile.

@Noah2610
Copy link
Owner Author

Noah2610 commented Nov 2, 2019

Working: Music queue is properly loaded from savefile, and works as expected.

@Noah2610 Noah2610 closed this as completed Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant