veloren/server/src/events
Marcel Märtens 514d5db038 Update Network Protocol
- now last digit version is compatible 0.6.0 will connect to 0.6.1
 - the TCP DATA Frames no longer contain START field, as it's not needed
 - the TCP OPENSTREAM Frames will now contain the BANDWIDTH field
 - MID is not Protocol internal

Update network
 - update API with Bandwidth

Update veloren
 - introduce better runtime and `async` things that are IO bound.
 - Remove `uvth` and instead use `tokio::runtime::Runtime::spawn_blocking`
 - remove futures_execute from client and server use tokio::runtime::Runtime instead
 - give threads a Name
2021-02-22 17:34:55 +01:00
..
entity_creation.rs Addressed comments. 2021-02-02 16:08:09 -05:00
entity_manipulation.rs Allows some species to be immune to specific buffs 2021-02-20 14:03:15 +00:00
group_manip.rs MR 1775 review fixes. 2021-02-14 11:13:56 -05:00
interaction.rs Factored out duplicate code into closures, consolidated ability handling logic to a single function. 2021-02-19 18:45:48 -05:00
inventory_manip.rs Merge branch 'lboklin/quat-ori' into 'master' 2021-02-16 22:39:11 +00:00
invite.rs MR 1775 review fixes. 2021-02-14 11:13:56 -05:00
mod.rs MR 1775 review fixes. 2021-02-14 11:13:56 -05:00
player.rs Update Network Protocol 2021-02-22 17:34:55 +01:00
trade.rs MR 1775 review fixes. 2021-02-14 11:13:56 -05:00