Kelsidavis-WoWee/src/ui
Kelsi 8229a963d1 feat: add player name tab-completion in chat input
When typing commands like /w, /whisper, /invite, /trade, /duel, /follow,
/inspect, etc., pressing Tab now cycles through matching player names.

Name sources (in priority order):
1. Last whisper sender (most likely target for /r follow-ups)
2. Party/raid members
3. Friends list
4. Nearby visible players

Tab cycles through all matches; single match auto-appends a space.
Complements the existing slash-command tab-completion.
2026-03-21 03:49:02 -07:00
..
auth_screen.cpp feat: enable login screen background music 2026-03-18 10:08:44 -07:00
character_create_screen.cpp Work on character rendering and frustrum culling etc 2026-02-22 05:58:45 -08:00
character_screen.cpp feat: color class names by WoW class color in character selection screen 2026-03-13 08:57:44 -07:00
game_screen.cpp feat: add player name tab-completion in chat input 2026-03-21 03:49:02 -07:00
inventory_screen.cpp fix: add proficiency warning to vendor/loot item tooltips 2026-03-20 06:07:38 -07:00
keybinding_manager.cpp fix: add missing TOGGLE_SKILLS to keybinding_manager (fixes CI build failure) 2026-03-17 21:08:02 -07:00
quest_log_screen.cpp fix: add $C (class) and $R (race) quest text placeholders 2026-03-18 06:49:37 -07:00
realm_screen.cpp Propagate realm-reported build to world handshake for vanilla compatibility 2026-02-27 05:05:44 -08:00
spellbook_screen.cpp feat: parse SMSG_SET_FLAT/PCT_SPELL_MODIFIER and apply talent modifiers to spell tooltips 2026-03-12 23:59:38 -07:00
talent_screen.cpp feat: add confirmation dialog before spending talent points 2026-03-18 11:23:35 -07:00
ui_manager.cpp Add configurable MSAA anti-aliasing, update auth screen and terrain shader 2026-02-22 02:59:24 -08:00