You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* squashed and signed commits
- Prevent Gwen's default drop handler from reparenting the dragged icon into the hovered control, which could place the icon into the wrong slot/container Draggable now forwards DragAndDrop_HandleDrop to its SlotItem parent, and the drag package stores the source SlotItem in Package.UserData to make slot handlers deterministic.
- updates and code cleanup: DragAndDrop_HandleDrop overrides
- hotkeys and bags handling for DragAndDrop_HandleDrop
- (bags seriously need a big refactor): replaced direct packet store (buggy) and slider (never been coded properly) for at least, a simple and functional YesNo Prompt that stores whole item stacks from inventory.
- HotbarItem case returns false (required so items don't go invisible when placing them to hotbars).
- SpellItem to Hotbar case returns false (required so spells don't go invisible when placing them to hotbars).
- fixes quantityLabels logic
- visually functional bags and bank items when moving them around
- Ensures all item drops go through TryDropItem, restoring the safety prompt that asks which item and how many to drop.
- restores proper prompt for item drag-and-drop
- fixes a 1-frame flash where the source slot icon briefly reappears before disappearing again.
* Weylon's Review
* chore: spell items
0 commit comments