mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
Allow equipped bags to be moved through the shared inventory pickup/drop flow, including dragging from bag contents to bag bar and back from bag bar into bag/backpack slots. Changes: - Add InventoryScreen APIs to begin pickup from an equipment slot and drop held item into a target equipment slot. - Treat inventory type 18 (bags) as valid drops on BAG1-BAG4 during slot validation. - Route equipment placement in online mode through swapContainerItems with explicit src/dst addressing for deterministic bag slot moves. - Update bag bar hover-drop path to use InventoryScreen drop API instead of direct local slot mutation. - On bag bar drag start, hand off to inventory held-item drag when inventory/character UI is open so drops into bag/backpack slots work. |
||
|---|---|---|
| .. | ||
| auth_screen.hpp | ||
| character_create_screen.hpp | ||
| character_screen.hpp | ||
| game_screen.hpp | ||
| inventory_screen.hpp | ||
| quest_log_screen.hpp | ||
| realm_screen.hpp | ||
| spellbook_screen.hpp | ||
| talent_screen.hpp | ||
| ui_manager.hpp | ||