veloren/common
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
..
assets Upped default LoD distance 2022-05-10 17:12:12 +01:00
base Update tracy 2022-05-26 00:04:03 -04:00
benches use criterion groups and fix tracing to much on wgpu 2021-06-03 22:37:17 +02:00
ecs Move Veloren to 2021 edition 2022-01-26 16:46:40 +02:00
frontend Update tracy 2022-05-26 00:04:03 -04:00
net Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
src Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
state Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
systems Skiing and ice skating 2022-05-27 17:19:52 +00:00
build.rs use bg_main.jpg instead of bg_main.png 2021-06-18 20:41:18 +03:00
Cargo.toml switch to upstream vek again 2022-04-28 09:10:55 +02:00