14 Commits (50d93a737f3600ac2a5b29cac5b7784b0500909f)

Author SHA1 Message Date
Frederico Santos 87e8f00cd6
Refactor saving session and system data to prevent saving older saves on previous waves (#26)
* chore: Refactor saving session data to prevent saving older sessions

* chore: Refactor saving system data to prevent saving older sessions

* Refactor saving session and system data to prevent saving older versions
4 months ago
Flashfyre 2704e64e38 Add newclear endpoint 4 months ago
maru 7dbcb18ebf
Use INSERT instead of REPLACE for savedata storage functions 4 months ago
maru 6cb179b553
Clean up savedata.go 5 months ago
Up 0d6539a87b
continue on existing save (#3)
* long blob

* fix continue

* one slot only?

* fallback if there is no slot data yet

* Revert "one slot only?"

This reverts commit 20997e9cd8.
5 months ago
Up 1f95f7c042
hotfix: move save data to DB (#2)
* start reading save data from DB

* finish migration code

* remove leftover dir creation

* fix import cycle

* remove more dir creation

* update gitignore

* fix pk

* better table creation

* use REPLACE INTO

* fix typo
5 months ago
maru 8481626193
Relicense under AGPL 5 months ago
maru 235fb9c91c
Add copyright notice to files 5 months ago
maru 768900d885
Change seedCompletions to dailyRunCompletions 5 months ago
maru beb829d20f
Remove redundant padding insert in TryAddSeedCompletion 5 months ago
Flashfyre 2cb7be52eb Change daily seed generation and update schema for recording failed daily runs 6 months ago
Flashfyre 71889f7daa Add score to session save data 6 months ago
Flashfyre 5214c4aff4 Add mode to seed completion 6 months ago
Flashfyre 2e964b007d Add daily runs and seed completions 6 months ago