veloren/server-cli
2020-10-10 02:10:32 -04:00
..
src Group editable server settings into one struct that is stored in the ecs, don't expose DataDir, use Uuid in the whitelist instead of usernames, replace Banlist record tuple with new type with named fields, remove commented code 2020-10-10 02:10:32 -04:00
.gitignore Added forts to towns, began better economy sim 2020-08-12 21:15:52 +01:00
Cargo.toml Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
docker-compose.yml Update CI and docker files to work with changes to data folder structure 2020-10-10 02:10:32 -04:00
Dockerfile Implemented graceful shutdown on SIGUSR1 signal. Added shutdown <seconds> TUI command. Added abortshutdown TUI command. Fixed a bug in TUI that caused a panic on quit in basic mode on windows. 2020-10-04 21:24:45 +01:00