12 Commits

Author SHA1 Message Date
maru
7dbcb18ebf
Use INSERT instead of REPLACE for savedata storage functions 2024-05-08 17:23:07 -04:00
maru
6cb179b553
Clean up savedata.go 2024-05-07 20:38:12 -04:00
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 20997e9cd8efc9e94522978e15dfc490e13aba8a.
2024-05-07 19:14:07 -04:00
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
2024-05-07 17:10:33 -04:00
maru
8481626193
Relicense under AGPL 2024-04-29 17:26:46 -04:00
maru
235fb9c91c
Add copyright notice to files 2024-04-29 15:32:58 -04:00
maru
768900d885
Change seedCompletions to dailyRunCompletions 2024-04-25 03:40:22 -04:00
maru
beb829d20f
Remove redundant padding insert in TryAddSeedCompletion 2024-04-18 02:36:14 -04:00
Flashfyre
2cb7be52eb Change daily seed generation and update schema for recording failed daily runs 2024-03-17 20:48:49 -04:00
Flashfyre
71889f7daa Add score to session save data 2024-03-17 11:34:11 -04:00
Flashfyre
5214c4aff4 Add mode to seed completion 2024-03-17 00:21:04 -04:00
Flashfyre
2e964b007d Add daily runs and seed completions 2024-03-16 21:51:13 -04:00