veloren/voxygen/src/hud
Avi Weinstock c984035976 MR 1775 review fixes.
- Separate `invite` machinery from `group_manip` into it's own thing (includes renaming `group_invite` to `invite` where applicable).
- Move some invite/trade machinery to `ControlEvent`.
- Make `TradePhase` a proper enum instead of a bunch of bools.
- Make `TradeId` a proper newtype.
- Remove trades from `Trades` on accept (previously was only on decline).
- Typo fixes/misc cleanup.
- Add bullet point for trading to the changelog.
2021-02-14 11:13:56 -05:00
..
bag.rs Removed body from stats component as there is already a body component. 2021-01-22 16:50:22 -05:00
buffs.rs StaminaPlus buff, modifying stamina via buffs 2021-01-26 22:47:55 +00: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 Rebase !1447 Chat input color and icon reflect channel message is sent to. 2021-02-10 19:42:59 +00:00
crafting.rs Crafting UI: sort items lexicographically by craftability and then alphabetically. 2021-02-09 19:30:54 -05:00
diary.rs Sceptre nerfs. 2021-01-22 22:46:18 -05:00
esc_menu.rs Rename localization/font types (e.g. VoxygenLocalization -> Localization) 2020-11-11 03:02:21 -05:00
group.rs MR 1775 review fixes. 2021-02-14 11:13:56 -05:00
hotbar.rs Skills are now factored into combat rating. New formula for exp scaling per SP. 2021-01-19 08:08:26 -05:00
img_ids.rs StaminaPlus buff, modifying stamina via buffs 2021-01-26 22:47:55 +00:00
item_imgs.rs cargo fmt 2020-12-17 12:06:22 +01:00
map.rs cleanup, changelog, small bugfixes 2020-12-14 21:52:24 +01:00
minimap.rs cleanup, changelog, small bugfixes 2020-12-14 21:52:24 +01:00
mod.rs MR 1775 review fixes. 2021-02-14 11:13:56 -05:00
overhead.rs StaminaPlus buff, modifying stamina via buffs 2021-01-26 22:47:55 +00: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 Implemented #896 - Added option for Unlimited FPS 2021-01-23 08:34:38 +00:00
skillbar.rs StaminaPlus buff, modifying stamina via buffs 2021-01-26 22:47:55 +00:00
slots.rs Implement enough of a trade UI that dragging & dropping items into it round-trips between clients. 2021-02-12 18:43:09 -05:00
social.rs Revert "Added TR translations for deaths by debuffs." 2021-01-20 11:20:06 +00:00
trade.rs MR 1775 review fixes. 2021-02-14 11:13:56 -05:00
util.rs Address some comments 2021-01-28 17:31:05 -08:00