Kelsidavis-WoWee/include/ui
Kelsi 669d89c108 Store password hash instead of plaintext for login persistence
Save SHA1(UPPER(user):UPPER(pass)) hash to login.cfg instead of the
plaintext password. On subsequent logins, use the stored hash directly
with a new authenticateWithHash() method that bypasses password hashing.
The password field shows a placeholder when using a stored hash.
2026-02-05 15:09:16 -08:00
..
auth_screen.hpp Store password hash instead of plaintext for login persistence 2026-02-05 15:09:16 -08:00
character_create_screen.hpp Add 3D character model preview to character creation screen 2026-02-05 14:58:45 -08:00
character_screen.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00
game_screen.hpp Fix single-player spawn coords and show action bar spell names 2026-02-05 15:07:13 -08:00
inventory_screen.hpp Add sqlite single-player persistence with autosave 2026-02-05 14:55:42 -08:00
realm_screen.hpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
spellbook_screen.hpp Add spellbook, fix WMO floor clipping, and polish UI/visuals 2026-02-04 11:31:08 -08:00
ui_manager.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00