10 Commits (3ed5f41d58840f8d6eafcf171eecc4e3dc087da4)

Author SHA1 Message Date
Up 3ed5f41d58
make server automatically create DB schema if not exists (#5)
* add default values for CLI args

* add development docker compose file

* prevent crash if userdata dir does not exist

* accounts, acccountStats

* account stats and create db indices

* compensations and daily runs

* ensure uniqueness of daily seed

* start on port 8001 by default for client parity

* make generated schema match production

* sort imports
6 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
6 months ago
maru e8240c9c38
Rename to rogueserver 6 months ago
maru 0fec7cb4c3
Revert "Serve game content and API"
This reverts commit 6bd7deb3de.
7 months ago
maru 6bd7deb3de
Serve game content and API 7 months ago
Matthew Olker 6a0a130b1d Nil check battle and classic session count 7 months ago
Flashfyre be04408336 Update random daily seed logic 8 months ago
Flashfyre 2e964b007d Add daily runs and seed completions 8 months ago
Flashfyre b64007a5f2 Fix minor issues with session data handling 10 months ago
Flashfyre e05f6f752b Add last logged in date to accounts table 10 months ago