veloren/voxygen
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
..
anim Attempt to avoid calling the driver's allocator within critical sections 2022-08-28 17:34:02 -07:00
benches Significantly optimizing terrain::Sys::run. 2022-09-11 10:16:31 -07:00
dynlib Move Veloren to 2021 edition 2022-01-26 16:46:40 +02:00
egui Merge remote-tracking branch 'origin/master' into sharp/zoomy-worldgen 2022-07-27 15:30:37 -07:00
examples (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
i18n fix for #1604 : use correct values in calculation 2022-07-21 18:34:06 +01:00
src Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
build.rs feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
Cargo.toml Preliminary adding back support for sunlight. 2022-09-01 07:50:47 -07:00