veloren/common
termac f05c120fab Fix bug collecting items into full inventory
When the inventory is full and a player tries to reclaim an item from a
block, collecting always failed. If the item is stackable and already
present inside the inventory it should be collected though.
The collect case now behaves more like the pickup case, using
inventory's 'push' method to add the item and implicitly check for
available space.
2020-09-02 12:47:56 +02:00
..
benches apply new rustfmt - touching alot of files 2020-02-01 21:39:39 +01:00
src Fix bug collecting items into full inventory 2020-09-02 12:47:56 +02:00
build.rs nix: Switch to crate2nix, and niv for dependency management 2020-06-23 20:51:32 +03:00
Cargo.toml change(common): remove find_folder 2020-08-31 16:43:16 +02:00