Kelsidavis-WoWee/src/ui
kelsi davis ad62b8fce8 Upgrade to C++20 and fix all compilation warnings
- Upgrade from C++17 to C++20
- Remove unused helper functions (selectSpawnPreset, parseVec3Csv, parseYawPitchCsv)
- Mark unused parameters with [[maybe_unused]] attribute
- Remove unused variables (nameColor, currentRace, steppingUp, steppingDown, awayFromWallMotion)
- Fix all -Wunused-* warnings

Build now completes with zero warnings.
2026-02-07 11:43:37 -08:00
..
auth_screen.cpp Remove single-player mode to focus on multiplayer 2026-02-06 23:52:16 -08:00
character_create_screen.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
character_screen.cpp Remove single-player mode to focus on multiplayer 2026-02-06 23:52:16 -08:00
game_screen.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00
inventory_screen.cpp Fix compilation errors from single-player removal 2026-02-07 00:00:06 -08:00
quest_log_screen.cpp Restructure inventory UI, add vendor selling, camera intro on all spawns, and quest log 2026-02-06 13:47:03 -08:00
realm_screen.cpp Fix terrain streaming loop and auto-select single realm/character 2026-02-06 14:56:26 -08:00
spellbook_screen.cpp Simplify spellbook tabs to class specialties + General 2026-02-06 21:27:34 -08:00
talent_screen.cpp Fix hair/vendor/loot bugs, revamp spellbook with tabs and icons, clean up action bar, add talent placeholder 2026-02-06 16:04:25 -08:00
ui_manager.cpp Upgrade to C++20 and fix all compilation warnings 2026-02-07 11:43:37 -08:00