veloren/server/src/events
2021-02-08 13:55:50 -05:00
..
entity_creation.rs Addressed comments. 2021-02-02 16:08:09 -05:00
entity_manipulation.rs Fixed bombs panicing the server. 2021-02-03 00:41:19 -05:00
group_manip.rs Updated changelog, fmt and clippy fixes 2020-12-13 17:40:15 +00:00
interaction.rs Add basic NPC interaction and fix NPC chat spamming 2021-01-31 20:29:50 +00:00
inventory_manip.rs Inventory manipulations are now only for input from the client, and are no longer directly sent as a server event. Slot manipulations do that instead. 2021-02-08 13:55:50 -05:00
mod.rs Add basic NPC interaction and fix NPC chat spamming 2021-01-31 20:29:50 +00:00
player.rs Refactored loadout to have public functions for each slot instead of requiring callers to use the _INDEX consts 2021-01-08 19:12:09 +00:00