veloren/voxygen/src
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
..
audio Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
ecs 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
hud Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
menu fix a unrelated clippy issue that came up suddenly 2022-05-23 09:20:54 +02:00
mesh Decrease too-many-arguments-threshold and type-complexity-threshold. 2022-01-30 20:16:21 +01:00
render Merge branch 'imbris/update-tracy' into 'master' 2022-05-27 02:50:24 +00:00
scene Skiing and ice skating 2022-05-27 17:19:52 +00:00
session Introduced loot ownership rules to combat loot stealing by players 2022-05-28 12:06:49 +00:00
settings Add a setting to toggle zooming in when charging bow 2022-05-23 23:09:47 +00:00
ui Simplified item key (no assets) 2022-05-18 16:28:06 -04:00
controller.rs change gamepad mapping 2021-09-30 18:48:42 +00:00
credits.rs Add documentation to credits.ron and fill in fonts entries with actual data, add additional entries to Art credits for documenting information relevant to satifying attribution requirements for some licenses, add/rename license files for fonts, center credits text on the credits screen, added asset_path field to associate art credits with the actual asset files and wrote a unit test to ensure that these paths are valid. 2021-09-30 02:35:59 -04:00
error.rs get rid of insecure dependency completly 2020-12-11 16:13:57 +01:00
game_input.rs Add waypoint binding customization code 2022-01-21 18:05:41 +00:00
key_state.rs Primary input now activated from control actions. 2021-03-14 17:26:51 -04:00
lib.rs Trails are now hackily created. 2022-03-03 01:10:51 -05:00
main.rs Update tracy 2022-05-26 00:04:03 -04:00
profile.rs Changes based on review. Fix tests. 2022-02-27 14:43:08 -05:00
run.rs Update tracy 2022-05-26 00:04:03 -04:00
singleplayer.rs code cleanup 2021-08-11 09:42:29 +02:00
window.rs Support multiple texture formats for screenshots 2022-01-25 00:36:08 -05:00