Kelsidavis-WoWee/src
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
..
audio Fix combat vocalizations with correct MPQ paths, add combat idle stance 2026-02-19 21:50:32 -08:00
auth Fix movement/warden packet noise and party kill opcode mapping 2026-02-20 02:19:17 -08:00
core Hide post-login world hitch behind loading screen 2026-02-20 17:29:09 -08:00
game Harden quest accept state and resync quest log on login 2026-02-20 17:14:13 -08:00
network Hide post-login world hitch behind loading screen 2026-02-20 17:29:09 -08:00
pipeline Remove hardcoded WotLK defaults, use JSON as single source of truth for opcodes/fields/DBC layouts 2026-02-20 00:39:20 -08:00
rendering Adjust selection ring layering: visible through terrain, behind M2s 2026-02-20 16:07:54 -08:00
ui Fix bag bar drag/drop with container bags 2026-02-20 17:41:19 -08:00
main.cpp Add Windows build support via MSYS2 and fix platform-specific code 2026-02-18 17:38:08 -08:00