veloren/server/src/sys/msg
2021-04-15 08:26:15 -04:00
..
character_screen.rs Character deletes are now processed by CharacterUpdater and clear any pending logout updates for the deleted character 2021-04-14 22:30:53 +01:00
general.rs Remove panics and unwraps, part 1. 2021-04-10 10:03:21 +02:00
in_game.rs Minimal implementation of server-authoritative physics. 2021-04-15 08:26:15 -04:00
mod.rs lock on streams to allow parallel send 2021-03-12 09:25:12 +01:00
ping.rs Move Specs code to own common_ecs create, put tracy and macros into common_base 2021-03-09 00:54:01 +01:00
register.rs cleanup login provider 2021-03-27 13:29:17 +01:00
terrain.rs make msg::terrain parallel via rayon, we parallelize over the number of clients, so this is a change servers with more than 1 player profit from. 2021-03-28 21:08:40 +02:00