veloren/voxygen/src/hud
2021-03-07 14:25:01 +00:00
..
bag.rs Merge branch 'sam/invulnerability-buff' into 'master' 2021-03-01 05:46:46 +00:00
buffs.rs Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
buttons.rs Skills are now factored into combat rating. New formula for exp scaling per SP. 2021-01-19 08:08:26 -05:00
chat.rs COMPLETE REDESIGN of network crate 2021-02-17 12:39:47 +01:00
crafting.rs Finish plumbing MaterialStatsManifest. Fix issue with speed clamping when recursing through components. Improve statblocks in item tooltips. 2021-02-25 15:26:49 -05:00
diary.rs implement the new skilltree icons 2021-03-04 18:37:32 +00:00
esc_menu.rs Rename localization/font types (e.g. VoxygenLocalization -> Localization) 2020-11-11 03:02:21 -05:00
group.rs Factored formatting of buff text out to a single function. 2021-02-28 16:04:33 -05:00
hotbar.rs Factored out duplicate code into closures, consolidated ability handling logic to a single function. 2021-02-19 18:45:48 -05:00
img_ids.rs PoI icon 2021-03-07 14:25:01 +00:00
item_imgs.rs Implement modular weapons. 2021-02-20 14:30:39 -05:00
map.rs PoI icon 2021-03-07 14:25:01 +00:00
minimap.rs PoI icon 2021-03-07 14:25:01 +00:00
mod.rs Allow using stack splitting into or out of a trade. 2021-03-03 18:19:10 -05:00
overhead.rs Added invulnerability debuff. Currently tied to campfire spawned with '/campfire' command. 2021-02-28 15:02:03 -05:00
overitem.rs Various tiny fixes: 2020-11-26 21:46:41 +00:00
popup.rs Moved common networking code to common/net, clippy fixes 2020-12-13 17:23:45 +00:00
prompt_dialog.rs Refactored loadout to have public functions for each slot instead of requiring callers to use the _INDEX consts 2021-01-08 19:12:09 +00:00
settings_window.rs #966 - Add setting to invert controller camera Y axis 2021-02-24 10:39:44 -06:00
skillbar.rs Finish plumbing MaterialStatsManifest. Fix issue with speed clamping when recursing through components. Improve statblocks in item tooltips. 2021-02-25 15:26:49 -05:00
slots.rs During a trade, allow requesting items from the counterparty's inventory (prequisite for NPC trading). 2021-02-28 10:13:49 -05:00
social.rs Revert "Added TR translations for deaths by debuffs." 2021-01-20 11:20:06 +00:00
trade.rs During a trade, allow requesting items from the counterparty's inventory (prequisite for NPC trading). 2021-02-28 10:13:49 -05:00
util.rs Make the BuffKind match expression exhaustive 2021-03-03 21:10:41 +00:00