veloren/server/src/events
Marcel Märtens 3d9c3e481e Undo one Componenet per Stream and instead use Client.
In order to keep the performance we made it Internal Mutability and use a `Mutex` per Stream, till `Stream.send` is no longer `&mut self`.
The old solution didn't rely on this, but needed multiple Components instead which zest didn't liked
2020-11-03 08:56:08 +01:00
..
entity_creation.rs Fixed what broke after rebasing. 2020-09-29 19:48:13 -05:00
entity_manipulation.rs Undo one Componenet per Stream and instead use Client. 2020-11-03 08:56:08 +01:00
group_manip.rs Undo one Componenet per Stream and instead use Client. 2020-11-03 08:56:08 +01:00
interaction.rs Undo one Componenet per Stream and instead use Client. 2020-11-03 08:56:08 +01:00
inventory_manip.rs Undo one Componenet per Stream and instead use Client. 2020-11-03 08:56:08 +01:00
mod.rs Addressed more comments. Changed how buffs were sorted so that duration was also taken into account. 2020-10-26 19:30:18 -05:00
player.rs Undo one Componenet per Stream and instead use Client. 2020-11-03 08:56:08 +01:00