veloren/common
Joshua Yanovski 4b5a9fe0f4 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-16 01:20:35 -07:00
..
assets Merge remote-tracking branch 'origin/master' into sharp/zoomy-worldgen 2022-07-27 15:30:37 -07:00
base Tracy thread names. 2022-09-13 15:02:35 -07:00
benches use criterion groups and fix tracing to much on wgpu 2021-06-03 22:37:17 +02:00
ecs update hashbrown, specs, and tracy 2022-07-06 15:41:59 +02:00
frontend Merge remote-tracking branch 'origin/master' into sharp/zoomy-worldgen 2022-07-27 15:30:37 -07:00
net Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
src Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
state Tracy thread names. 2022-09-13 15:02:35 -07:00
systems Significantly optimizing terrain::Sys::run. 2022-09-11 10:16:31 -07:00
build.rs Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
Cargo.toml WIP changes 2022-09-14 01:00:01 -07:00