veloren/server/src
2020-10-10 02:10:32 -04:00
..
events make clippy happy 2020-10-07 02:23:20 +00:00
migrations Add migration 2020-09-29 19:48:15 -05:00
persistence 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
settings 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
sys Fix clippy warnings 2020-10-10 02:10:32 -04:00
alias_validator.rs Created banned words file 2020-07-16 14:05:35 +00:00
character_creator.rs * Moved migrations to beginning of server initialisation 2020-09-17 23:02:14 +00:00
chunk_generator.rs Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors 2020-09-27 17:25:33 +01:00
client.rs fix clippy warnings in new version 2020-08-17 11:10:18 +02:00
cmd.rs 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
data_dir.rs Fix clippy warnings 2020-10-10 02:10:32 -04:00
error.rs * Moved migrations to beginning of server initialisation 2020-09-17 23:02:14 +00:00
input.rs apply new rustfmt - touching alot of files 2020-02-01 21:39:39 +01:00
lib.rs Fix clippy warnings 2020-10-10 02:10:32 -04:00
login_provider.rs Prevent client from ignoring Kicked event 2020-09-14 07:54:05 +02:00
metrics.rs Merge branch 'xvar/add-clone-on-ref-ptr-clippy-lint' into 'master' 2020-09-28 19:32:03 +00:00
settings.rs Fix clippy warnings 2020-10-10 02:10:32 -04:00
state_ext.rs Beam tick rate now more responsive when aiming. 2020-09-29 19:48:14 -05:00
test_world.rs Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00