veloren/common
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
..
assets Revert "Merge branch 'xMAC94x/update-deps' into 'master'" 2022-09-15 18:51:48 +00:00
base Update tracy 2022-05-26 00:04:03 -04:00
benches use criterion groups and fix tracing to much on wgpu 2021-06-03 22:37:17 +02:00
ecs Update Rust toolchain. 2022-09-08 15:43:53 -07:00
frontend Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
net Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
src Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
state Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
systems Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
build.rs Update Rust toolchain. 2022-09-08 15:43:53 -07:00
Cargo.toml Revert "Merge branch 'xMAC94x/update-deps' into 'master'" 2022-09-15 18:51:48 +00:00