veloren/server/src/events
2020-11-03 08:56:02 +01:00
..
entity_creation.rs Fixed what broke after rebasing. 2020-09-29 19:48:13 -05:00
entity_manipulation.rs extract a Presence Component, which is server only and has state of Player and Client. Presence is only valid for Clients that are in game 2020-11-03 08:56:02 +01:00
group_manip.rs review: 2020-11-03 08:55:51 +01:00
interaction.rs extract a Presence Component, which is server only and has state of Player and Client. Presence is only valid for Clients that are in game 2020-11-03 08:56:02 +01:00
inventory_manip.rs replace the single message system with 5 message systems. one per stream to handle less ECS systems PER msg system. 2020-11-03 08:55:42 +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 extract a Presence Component, which is server only and has state of Player and Client. Presence is only valid for Clients that are in game 2020-11-03 08:56:02 +01:00