veloren/voxygen
Marcel Märtens b443e4dd31 Add Quin support, as this is not yet very much tested it needs to be activated in the settings of SERVER and CLIENT.
Server:
 provide a certificate file and key file via the settings. When provided it will then listen on TCP and QUIC, if not provided it will be TCP only.
 The certificate must be known by the client, so you might get problems with self-signed certificates.
 ```ron
 quic_files: Some((
     cert: "/home/user/veloren_cert.pem",
     key: "/home/user/veloren_key.key",
 )),
 ```

Client:
 activate the voxygen settin `use_quic: true` to try to connect to the quic backend of a server.
2021-05-10 12:59:13 +02:00
..
anim Removed useless clippy allow, added todo. 2021-05-04 11:27:17 -04:00
benches rayon::join creates a global threadpool, which is only used in /world 2021-05-04 21:06:07 +02:00
examples (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
i18n remove ssh feature from git2 2021-05-10 00:49:45 +03:00
src Add Quin support, as this is not yet very much tested it needs to be activated in the settings of SERVER and CLIENT. 2021-05-10 12:59:13 +02:00
build.rs feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
Cargo.toml Added non-admin moderators and timed bans. 2021-05-09 21:19:16 -07:00
clippy.toml (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00