veloren/server/src/persistence
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
..
character Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
character_loader.rs Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
character_updater.rs Update Rust toolchain. 2022-09-08 15:43:53 -07:00
character.rs Remove persistence loading error from SkillSet. 2022-09-21 09:29:25 -07:00
diesel_to_rusqlite.rs * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
error.rs * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
json_models.rs put Organ under Toolkind Instrument 2022-08-30 16:55:02 +00:00
mod.rs Update Rust toolchain. 2022-09-08 15:43:53 -07:00
models.rs Persistence of auxiliary abilities. 2022-01-15 21:42:34 -05:00