veloren/voxygen/src/hud
Ben Wallis 34f580dfaa Introduced loot ownership rules to combat loot stealing by players
* Added `LootOwner` component used to indicate that an `ItemDrop` entity is owned by another entity
* A loot winner is now calculated after EXP allocation using the EXP per entity for weighted chance distribution
* Used existing Inventory Full overitem text to show "Owned by {player} for {seconds}secs" when a pickup fails due to a loot ownership check
* Updated agent code to take into account loot ownership when searching for `ItemDrop` targets to pick up
* Added `loot` ECS system to clear expired loot ownerships
2022-05-28 12:06:49 +00:00
..
settings_window Add a setting to toggle zooming in when charging bow 2022-05-23 23:09:47 +00:00
animation.rs Create 'animation' file 2021-08-02 13:27:33 +02:00
bag.rs Initial crafting UI for modular weapons. 2022-05-16 15:11:17 -04:00
buffs.rs Remove unused clippy suppressions 2021-12-05 17:59:02 +00:00
buttons.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
chat.rs fix wrong spelling 2022-05-16 00:06:57 +02:00
crafting.rs Simplified item key (no assets) 2022-05-18 16:28:06 -04:00
diary.rs Simplified item key (no assets) 2022-05-18 16:28:06 -04:00
esc_menu.rs remove some reexports 2021-07-29 22:18:34 +02:00
group.rs Globally allow the clippy lints {new_without_default, many_single_char_names, identity_op, type_complexity, too_many_arguments}. 2022-01-30 20:16:20 +01:00
hotbar.rs update toolchain to nightly-2022-04-25 2022-05-03 15:22:28 +02:00
img_ids.rs Address feedback (no assets) 2022-05-16 15:11:43 -04:00
item_imgs.rs Render item drops instead of placeholder textures 2022-02-14 02:09:45 +00:00
loot_scroller.rs Addressed second round of balance feedback (no assets). 2022-05-16 15:11:40 -04:00
map.rs Map marker fixes 2022-03-07 12:16:04 +00:00
minimap.rs Map marker fixes 2022-03-07 12:16:04 +00:00
mod.rs Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
overhead.rs Fixed review comments 2022-01-16 21:13:13 +00:00
overitem.rs Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
popup.rs in terrain.mod.rs, return name as Option in fn name 2022-01-18 19:53:20 +01:00
prompt_dialog.rs Tweaks to prompt dialog. 2022-01-03 19:55:06 -05:00
skillbar.rs Fixed broken stuff during rebase. 2022-05-16 15:11:16 -04:00
slots.rs Addressed review comments 2022-05-16 15:11:42 -04:00
social.rs Remove unused clippy suppressions 2021-12-05 17:59:02 +00:00
trade.rs Modular weapons now have programmatically generated names. 2022-05-16 15:10:53 -04:00
util.rs Simplified item key (no assets) 2022-05-18 16:28:06 -04:00