Kelsidavis-WoWee/include/ui
Kelsi 9a0415ad6b 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.hpp Add CI security suite and scrub hardcoded local host/path defaults 2026-02-19 06:46:11 -08:00
character_create_screen.hpp Fix character creation for expansion-filtered servers (Turtle WoW) 2026-02-14 00:57:33 -08:00
character_screen.hpp Handle SMSG_CHARACTER_LOGIN_FAILED (0x041) for AzerothCore/Playerbot compatibility 2026-02-17 13:59:29 -08:00
game_screen.hpp Fix NPC movement animation sync and minimap marker behavior 2026-02-20 16:40:22 -08:00
inventory_screen.hpp Fix bag bar drag/drop with container bags 2026-02-20 17:41:19 -08:00
quest_log_screen.hpp Stabilize quest log details loading and turn-in item sync 2026-02-19 00:56:24 -08:00
realm_screen.hpp Improve UI layout, spell casting, and realm selection screen 2026-02-17 03:50:36 -08:00
spellbook_screen.hpp Fix action bar and buff bar spell tooltips showing 'Spell #xxx' 2026-02-17 15:41:55 -08:00
talent_screen.hpp Implement complete talent system with dual spec support 2026-02-10 02:00:13 -08:00
ui_manager.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00