Kelsidavis-WoWee/src/ui
Kelsi 5f613855e8 Fix bag bar drag/drop with container bags
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.
2026-02-20 17:41:19 -08:00
..
auth_screen.cpp Add original music to login rotation and zone playlists 2026-02-15 05:53:27 -08:00
character_create_screen.cpp Fix character creation for expansion-filtered servers (Turtle WoW) 2026-02-14 00:57:33 -08:00
character_screen.cpp Handle SMSG_CHARACTER_LOGIN_FAILED (0x041) for AzerothCore/Playerbot compatibility 2026-02-17 13:59:29 -08:00
game_screen.cpp Fix bag bar drag/drop with container bags 2026-02-20 17:41:19 -08:00
inventory_screen.cpp Fix bag bar drag/drop with container bags 2026-02-20 17:41:19 -08:00
quest_log_screen.cpp Fix quest turn-in flow and WoW quest text placeholders 2026-02-19 01:12:14 -08:00
realm_screen.cpp Fix Turtle WoW compatibility: NPC spawning, quests, spells, realm display, and music 2026-02-17 05:27:03 -08:00
spellbook_screen.cpp Fix action bar and buff bar spell tooltips showing 'Spell #xxx' 2026-02-17 15:41:55 -08:00
talent_screen.cpp Fix UI window hotkey toggles and silent mount sound fallback 2026-02-14 21:56:38 -08:00
ui_manager.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00