veloren/voxygen/src/session
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
..
interactable.rs Don't allow interaction with mounted entity 2022-01-20 11:25:53 +00:00
mod.rs Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
settings_change.rs Add a setting to toggle zooming in when charging bow 2022-05-23 23:09:47 +00:00
target.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