veloren/voxygen/src
2020-11-03 04:09:38 +00:00
..
anim Transitioned buff storage from a vec to a hashmap. Addressed other comments. Only continuous buff effects are handled right now. 2020-10-26 19:30:17 -05:00
audio Fixed sneak toggle, sneaking no longer has sound, rolling can return to sneaking state, sneaking reduces aggro distance 2020-11-03 04:09:38 +00:00
ecs Handled health change over time buff effect better. 2020-10-26 19:28:27 -05:00
hud Allow interacting with nearby blocks without pointing at them, unify selection of block/entity interactors so that only one is select at once, rearrange pickup and mount range consts 2020-10-29 18:40:11 -04:00
menu Merge branch 'bbenton91/fix-password-length' into 'master' 2020-10-30 02:37:54 +00:00
mesh Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
render Clouds 2020-10-21 21:05:25 +00:00
scene Allow interacting with nearby blocks without pointing at them, unify selection of block/entity interactors so that only one is select at once, rearrange pickup and mount range consts 2020-10-29 18:40:11 -04:00
ui Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
controller.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04: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 Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
key_state.rs make clippy happy 2020-10-07 02:23:20 +00:00
lib.rs Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors 2020-09-27 17:25:33 +01:00
logging.rs rename a file, fix error msg, dont spam persistence by default 2020-10-13 00:06:24 +02:00
main.rs Log where the userdata folder is in binary crates, fix bug where the old 2020-10-29 18:30:49 -04:00
meta.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
profile.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
run.rs Use less verbose span names when the tracy feature is off 2020-09-07 00:59:16 -04:00
session.rs Update changelog, address comments, fmt 2020-10-29 19:12:54 -04:00
settings.rs player buffs at minimap visuals 2020-10-26 19:28:25 -05:00
singleplayer.rs Only try to connect to the singleplayer server after it has been initialized 2020-10-29 18:30:49 -04:00
window.rs fix clippy after toolchain update 2020-10-26 22:30:51 +01:00