Welcome to The Bug Genie
Please fill in your username and password below, and press "Continue" to log in.If you have not already registered, please use the "Register new account" tab to do so.
![]() Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
This issue is blocking the next release
![]() Create a comment There are no comments
There is nothing attached to this issue
The following issues are duplicates of this issue:
1b6c090
Mar 11, 22:30 - Preceeded by e454b25ae7297747d14f9ba3f477c28161c582ae
Log entry
Inventory: Fix item stack size violation When dropping an item stack into the secondary inventory (inventory of a non-player entity) at a position we: 1. Try to merge it with the existing stack at the dropped position. 2. Insert it at the dropped position if the slot is empty 3. Merge it into any stack of the same item in the inventory 4. Insert it at the first empty slot Step 3 did prevent merging into full stacks but did not check that the combined size of the existing stack and the dropped stack does not exceed the stack limit. Now it does. Fixes: bug #1111 Changed files
Affected issues
1b6c090
Mar 11, 22:30 - Preceeded by e454b25ae7297747d14f9ba3f477c28161c582ae
Log entry
Inventory: Fix item stack size violation When dropping an item stack into the secondary inventory (inventory of a non-player entity) at a position we: 1. Try to merge it with the existing stack at the dropped position. 2. Insert it at the dropped position if the slot is empty 3. Merge it into any stack of the same item in the inventory 4. Insert it at the first empty slot Step 3 did prevent merging into full stacks but did not check that the combined size of the existing stack and the dropped stack does not exceed the stack limit. Now it does. Fixes: bug #1111 Changed files
Affected issues
|
|||||||||||||||||||||||||||||||||||||
Really delete this comment?
Really delete this comment?
Really delete this comment?
The issue was updated with the following change(s):
Really delete this comment?
Really delete this comment?
Really delete this comment?