Kelsidavis-WoWee/include/ui
Kelsi f9947300da feat: show zone entry text on every zone crossing via SMSG_INIT_WORLD_STATES
Previously the "Entering: [Zone]" overlay only triggered when the terrain
renderer loaded a new map. Now it also fires whenever worldStateZoneId_
changes (sent by the server via SMSG_INIT_WORLD_STATES on each zone
crossing), giving correct "Entering: Ironforge", "Entering: Wailing
Caverns" etc. display for sub-zones and dungeon entries without requiring
a full map reload.

- Added lastKnownWorldStateZoneId_ to track server-reported zone changes
- renderZoneText() now takes GameHandler& to access getWorldStateZoneId()
  and getWhoAreaName() for name lookup via WorldMapArea.dbc cache
- Renderer zone name still checked as a fallback for map-level transitions
- Both sources de-duplicate to avoid triggering the same text twice
2026-03-17 19:14:17 -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: show zone entry text on every zone crossing via SMSG_INIT_WORLD_STATES 2026-03-17 19:14:17 -07:00
inventory_screen.hpp fix: correct minimap orientation and arrow direction, compact key ring UI 2026-03-17 08:18:46 -07:00
keybinding_manager.hpp fix(input): release mouse on stalls and clean quest keybind duplication 2026-03-14 07:29:39 -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: implement WotLK glyph display in talent screen 2026-03-12 17:39:35 -07:00
ui_manager.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00