veloren/server/src/events
Joshua Yanovski 67231aff90 Remove persistence loading error from SkillSet.
This is needed (for now) in order to parallelize ingame_chat, because
one of the handled messages updates this value on the server.  It turns
out that the value is not actually used on the server, only the client,
so this was mostly a matter of threading this back to the correct place.
Additionally, we took the opportunity to modify the UI to not log you
into the game until your character was confirmed to be loaded, which
was a todo item that lets us simplify some error handling logic and
remove stuff from global state.
2022-09-21 09:29:25 -07:00
..
entity_creation.rs Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
entity_manipulation.rs Update Rust toolchain. 2022-09-08 15:43:53 -07:00
group_manip.rs Fix typos 2022-07-15 18:59:37 +02:00
information.rs add the missing files outside of world from shredded_economy4 2022-06-07 18:30:05 +02:00
interaction.rs Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
inventory_manip.rs Craft all 2022-08-12 00:47:48 +00:00
invite.rs Fix typos 2022-07-15 18:59:37 +02:00
mod.rs Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
player.rs Update changelog, cargo fmt 2022-08-21 12:10:20 -04:00
trade.rs Ensure that the client clears pending trades on its side when exiting to 2022-08-20 18:47:09 -04:00