2 Commits

Author SHA1 Message Date
Kelsi
e08b64c88e feat: bank window sort, contiguous view, and bag-slot prices
Add a Sort button that orders the main bank and bank bags by quality/itemID/
stack (mirroring the backpack sort, one CMSG_SWAP_ITEM per frame), a
"Combine bags" toggle that renders every bank slot as one continuous grid,
and per-slot purchase prices from BankBagSlotPrices.dbc on the bank-bag row
(only the next slot in sequence is buyable; later ones are locked).
2026-07-23 17:53:10 -07:00
Kelsi
9e3d13c9dd fix(ui): add Sort Bags to combined window and mark special container slots
Share the backpack footer (Sort Bags + money) with the All Bags window, flag
quivers/ammo pouches/profession bags via Inventory::isBagSpecial so sorting
skips them, and tint/label their slots so restricted space isn't mistaken for
general-purpose slots. Also name container/quiver subclasses in tooltips.
2026-07-13 17:08:47 -07:00