Imbris
|
fb2cf1a292
|
Fix clippy warnings
|
2020-10-10 02:10:32 -04:00 |
|
Imbris
|
7c14a3f4a4
|
New userdata folder that holds voxygen settings and logs and server saves and settings, split up server settings file into parts that are persisted back to their files and parts that are read-only, misc fixes
|
2020-10-10 02:10:32 -04:00 |
|
Imbris
|
873ea1ec46
|
Make basic server-cli mode default to not reading input and add interactive option
|
2020-10-10 02:10:31 -04:00 |
|
Ben Wallis
|
51459c0733
|
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 |
|
Ben Wallis
|
b3dd8e8a02
|
Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors
|
2020-09-27 17:25:33 +01:00 |
|
Marcel Märtens
|
a50757b88b
|
fix comment
|
2020-09-07 17:45:00 +02:00 |
|
Marcel Märtens
|
a0eebf15d0
|
fixed #757
|
2020-09-07 17:20:52 +02:00 |
|
Marcel Märtens
|
4cf86c725e
|
detect EOL on stdin and no longer try to read commands.
This can be locally tested with CTRL+D on basic mode.
RUST_LOG=trace might help
|
2020-09-07 16:28:13 +02:00 |
|
Marcel Märtens
|
5f15555fc5
|
decrease TUI to only draw 10 frames on idle.
add tracing when a cmd is entered
|
2020-09-07 14:32:46 +02:00 |
|
Capucho
|
5fd0e0a5b7
|
Added commands to basic mode
|
2020-09-03 09:05:15 +02:00 |
|
Capucho
|
6e24ff31ee
|
Fix all the problems with the tui
|
2020-09-03 09:04:42 +02:00 |
|
Marcel Märtens
|
36350a08b1
|
clean shutdown and do a full frame all 10 ticks. also increase polling time to 100ms and dont poll while drawing but afterwards
|
2020-09-01 23:03:50 +02:00 |
|
Marcel Märtens
|
f5c8f3fcf8
|
move tui in multiple files
|
2020-09-01 23:03:48 +02:00 |
|