veloren/voxygen/src
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
..
audio Lightning strikes are less audible; cave music restored; fixed audio permanently stopping on logout 2022-07-21 08:27:35 +00:00
ecs Improving meshing performance. 2022-08-13 23:48:50 -07:00
hud Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
menu Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
mesh Preliminary adding back support for sunlight. 2022-09-01 07:50:47 -07:00
render WIP changes 2022-09-14 01:00:01 -07:00
scene Significantly optimizing terrain::Sys::run. 2022-09-11 10:16:31 -07:00
session Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
settings Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
ui Threads pinned to cores, initial groundwork for async slowjobs. 2022-08-24 21:43:14 -07:00
cmd.rs fix 2022-06-18 15:25:55 +02:00
controller.rs change gamepad mapping 2021-09-30 18:48:42 +00:00
credits.rs Fix typos 2022-07-15 18:59:37 +02:00
error.rs get rid of insecure dependency completly 2020-12-11 16:13:57 +01:00
game_input.rs Add waypoint binding customization code 2022-01-21 18:05:41 +00:00
key_state.rs Primary input now activated from control actions. 2021-03-14 17:26:51 -04:00
lib.rs Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
main.rs Remove persistence loading error from SkillSet. 2022-09-16 01:20:35 -07:00
profile.rs Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
run.rs WIP changes 2022-09-14 01:00:01 -07:00
singleplayer.rs WIP changes 2022-09-14 01:00:01 -07:00
window.rs WIP changes 2022-09-14 01:00:01 -07:00