veloren/assets/voxygen
Ben Wallis a9d3f984f0 Implemented loot pickup chat messages and the option for playing different sounds for picked up items
* Added chat message when an item is picked up
* Changed InventoryUpdateEvent::Collected to InventoryUpdateEvent::Collected(Item) to facilitate the client being aware of what was picked up
* Added SfxInventoryEvent enum to allow different sounds to be used based on the item type. The RON mapping/de-serialization doesn't support matching on structs so we have to give it fixed enum values which are determined in TryFrom<&InventoryUpdateEvent> for SfxEvent
* Refactored InventoryManip::Pickup arm of match in inventory_manip::handle_inventory for clarity/better warning messages
* Fixed a bug that prevented the CollectFailed event from being raised when a player's inventory is full
* Added a panic for the situation where an item is pushed into the players inventory and then the deletion of the entity fails as this would indicate an item dupe bug - this could potentially be reworked to pull the item back from the player's inventory but this seems like there's be a more correct transactional way to do this.
* Added two temporary sounds to prove the per-item sound functionality (pickup sounds for Swords and Staffs)
2020-06-28 13:05:28 +01:00
..
audio Implemented loot pickup chat messages and the option for playing different sounds for picked up items 2020-06-28 13:05:28 +01:00
background optimization and tails 2020-06-01 00:33:24 +00:00
element asset 2020-06-14 09:22:21 +00:00
font German Translation 2020-04-04 14:39:54 +00:00
i18n Added text when NPCs attacked 2020-06-25 22:45:27 +02:00
shaders Innumerable camera improvements 2020-05-18 23:40:28 +01:00
texture Added clouds 2019-11-19 19:09:22 +00:00
voxel Welsh pixie/armour 2020-06-26 16:26:00 +00:00
item_image_manifest.ron Welsh pixie/armour 2020-06-26 16:26:00 +00:00
logo.ico feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
net.veloren.veloren.desktop Update AppData manifest to conform guidelines 2020-04-16 05:25:04 +00:00
net.veloren.veloren.metainfo.xml Update AppData manifest to conform guidelines 2020-04-16 05:25:04 +00:00
net.veloren.veloren.png Add desktop file and AppData manifest 2020-02-27 16:25:07 -05:00