veloren/voxygen/src
Kevin Glasson 19c2bf1181 Add hotbar state persistence.
Persist the hotbar state to disk by writing it out to a `profile.ron`
situated next to the existing `settings.ron`. There are individual
profiles for every character on every server. On creation of a new
character the default hotbar state will be `[None; 10]` i.e. the hotbar
will be empty.

Resolves: https://gitlab.com/veloren/veloren/-/issues/577
2020-06-19 08:00:21 +08:00
..
anim Wield glider instead of weapon when attempting glide wield, change behavior when running into walls to not drop out of gliding 2020-06-16 21:32:39 +00:00
audio Fixed suppressed clippy warnings for #587 - clone_on_copy 2020-06-18 22:25:48 +01:00
ecs Globally suppressed clippy lint option_map_unit_fn for #587 2020-06-14 16:48:07 +00:00
hud Add hotbar state persistence. 2020-06-19 08:00:21 +08:00
menu Fixed suppressed clippy warnings for #587 - clone_on_copy 2020-06-18 22:25:48 +01:00
mesh Merge branch 'xvar/clippy-fixes-redundant_closure_found' into 'master' 2020-06-14 16:33:04 +00:00
render Merge branch 'xvar/clippy-fixes-redundant_closure_found' into 'master' 2020-06-14 16:33:04 +00:00
scene Wield glider instead of weapon when attempting glide wield, change behavior when running into walls to not drop out of gliding 2020-06-16 21:32:39 +00:00
ui Fixed suppressed clippy warnings for #587 - clone_on_copy 2020-06-18 22:25:48 +01:00
controller.rs Equipped lanterns now provide an illumination effect. 2020-05-04 15:15:31 +00:00
error.rs Suppressed all existing clippy warnings in preparation for fixes as part of #587 2020-06-10 22:01:42 +01:00
i18n.rs Suppressed all existing clippy warnings in preparation for fixes as part of #587 2020-06-10 22:01:42 +01:00
key_state.rs Wield glider instead of weapon when attempting glide wield, change behavior when running into walls to not drop out of gliding 2020-06-16 21:32:39 +00:00
lib.rs Add hotbar state persistence. 2020-06-19 08:00:21 +08:00
logging.rs Suppressed all existing clippy warnings in preparation for fixes as part of #587 2020-06-10 22:01:42 +01:00
main.rs Add hotbar state persistence. 2020-06-19 08:00:21 +08:00
meta.rs Shoulder offsets, meta.ron versioning 2020-05-01 21:27:12 +00:00
profile.rs Add hotbar state persistence. 2020-06-19 08:00:21 +08:00
session.rs Add hotbar state persistence. 2020-06-19 08:00:21 +08:00
settings.rs Fixed suppressed clippy warnings for #587 - redundant_closure 2020-06-12 20:47:22 +01:00
singleplayer.rs Make singleplayer use voxygen's config path for persistence path. 2020-05-15 01:54:13 +02:00
window.rs Voxygen: Fixed weird window movement caused by moving the window with the cursor grabbed (#588) 2020-06-17 12:40:11 +01:00