Kelsidavis-WoWee/include/ui
Kelsi c18720f0f0 feat: server-synced bag sort, fix world map continent bounds, update docs
Inventory sort: clicking "Sort Bags" now generates CMSG_SWAP_ITEM packets
to move items server-side (one swap per frame to avoid race conditions).
Client-side sort runs immediately for visual preview; server swaps follow.
New Inventory::computeSortSwaps() computes minimal swap sequence using
selection-sort permutation on quality→itemId→stackCount comparator.

World map: fix continent bounds derivation that used intersection (max/min)
instead of union (min/max) of child zone bounds, causing continent views
to display zoomed-in/clipped.

Update README.md and docs/status.md with current features, release info,
and known gaps (v1.8.2-preview, 664 opcode handlers, NPC voices, bag
independence, CharSections auto-detect, quest GO server limitation).
2026-03-24 09:24:09 -07:00
..
auth_screen.hpp Optimize login music scanning and warden debug formatting 2026-02-25 09:50:33 -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 feat: add player name tab-completion in chat input 2026-03-21 03:49:02 -07:00
inventory_screen.hpp feat: server-synced bag sort, fix world map continent bounds, update docs 2026-03-24 09:24:09 -07:00
keybinding_manager.hpp fix: add missing TOGGLE_SKILLS to keybinding_manager (fixes CI build failure) 2026-03-17 21:08:02 -07:00
quest_log_screen.hpp Add search bar and Active/Ready filter to quest log 2026-03-11 23:17:38 -07:00
realm_screen.hpp Improve UI layout, spell casting, and realm selection screen 2026-02-17 03:50:36 -08:00
spellbook_screen.hpp feat: add insufficient-power tint to action bar spell slots 2026-03-12 06:01:42 -07:00
talent_screen.hpp feat: add confirmation dialog before spending talent points 2026-03-18 11:23:35 -07:00
ui_manager.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00