veloren/voxygen/src/hud
2020-11-03 08:56:02 +01:00
..
bag.rs make clippy happy 2020-10-07 02:23:20 +00:00
buffs.rs 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
buttons.rs make clippy happy 2020-10-07 02:23:20 +00:00
chat.rs Server event used to deal damage/heal with buffs. Buff kills now award xp. 2020-10-26 19:28:20 -05:00
crafting.rs Reviewer's suggested edit 2020-10-15 14:36:59 +02:00
esc_menu.rs Suppressed all existing clippy warnings in preparation for fixes as part of #587 2020-06-10 22:01:42 +01:00
group.rs 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
hotbar.rs Added keyframes to all states that were lacking them. 2020-10-28 18:15:23 -05:00
img_ids.rs Initial implementation of buffs UI 2020-10-26 19:28:24 -05:00
item_imgs.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
map.rs (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
minimap.rs Initial implementation of buffs UI 2020-10-26 19:28:24 -05:00
mod.rs extract a Presence Component, which is server only and has state of Player and Client. Presence is only valid for Clients that are in game 2020-11-03 08:56:02 +01:00
overhead.rs 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
overitem.rs 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
popup.rs Rework chat processing 2020-06-27 16:29:03 -04:00
settings_window.rs Cleaned up UI code. Removed stuff added for testing. Added 10% for melee attacks to inflict a bleeding debuff. Renamed BuffId to BuffKind. Fixed memory leak. Set event emission to false when timer is decremented. 2020-10-26 19:30:10 -05:00
skillbar.rs Added keyframes to all states that were lacking them. 2020-10-28 18:15:23 -05:00
slots.rs Added keyframes to all states that were lacking them. 2020-10-28 18:15:23 -05:00
social.rs make clippy happy 2020-10-07 02:23:20 +00:00
spell.rs added option for borderless fullscreen in setting -> graphics menu 2020-09-07 05:12:15 +00:00
util.rs make clippy happy 2020-10-07 02:23:20 +00:00