veloren/voxygen
Imbris 6b8e22d6cc Improvements and fixes for interacting/collecting
* Inert entities like arrows no longer block interactions like picking
  up items! Logic looking for the closest entity will skip them.
* When pickaxe is not equipped and wielded we now show "Needs Pickaxe"
  as the hint text for mineable blocks.
* Mineable blocks that aren't pointed at now show the mining text hint
  instead of the text hint used for regular collectible blocks.
* Fixed recent bug where all interactables were showing the open text hint.
* Split `BlockInteraction` out of the `Interaction` enum in voxygen
  since we were using this enum for two different things.
2023-03-11 21:17:27 -05:00
..
anim spawn and loot tweaks, tursus and werewolf anims 2023-02-22 01:32:05 +00:00
benches Reduce overhead of messaging systems. 2022-09-14 21:04:53 -07:00
egui Removed redundant package parameter from init function of hot reloading 2022-09-17 00:55:28 -04:00
examples (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
i18n-helpers fmt 2023-01-28 03:10:43 +01:00
src Improvements and fixes for interacting/collecting 2023-03-11 21:17:27 -05:00
build.rs feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
Cargo.toml move client commands to voxygen + add Admin to be shared with client for permissions + unit test for alphabetical server command 2023-01-27 20:31:56 -05:00