Kelsidavis-WoWee/include/ui
kelsi davis 99d5f9a33a Remove single-player mode to focus on multiplayer
Removed all single-player/offline mode functionality:
- Removed ~2,200 lines of SQLite database code
- Removed 11 public SP methods from GameHandler
- Removed SP member variables and state flags
- Removed SP UI elements (auth screen button, game settings)
- Removed SQLite3 build dependency
- Deleted docs/single-player.md
- Updated documentation (README, FEATURES, CHANGELOG)

Files modified:
- src/game/game_handler.cpp: 2,852 lines (down from 4,921)
- include/game/game_handler.hpp: Removed SP API
- src/core/application.cpp/hpp: Removed startSinglePlayer()
- src/ui/*: Removed SP UI logic
- CMakeLists.txt: Removed SQLite3

All online multiplayer features preserved and tested.
2026-02-06 23:52:16 -08:00
..
auth_screen.hpp Remove single-player mode to focus on multiplayer 2026-02-06 23:52:16 -08:00
character_create_screen.hpp Clamp character appearance using DBC ranges 2026-02-05 18:22:11 -08:00
character_screen.hpp Add movement packed GUID, inventory money display, and character screen buttons 2026-02-06 03:24:46 -08:00
game_screen.hpp Fix vendor buying and add quest turn-in flow 2026-02-06 21:50:15 -08:00
inventory_screen.hpp Add item support for action bar with drag-from-inventory and key/click use 2026-02-06 19:17:35 -08:00
quest_log_screen.hpp Restructure inventory UI, add vendor selling, camera intro on all spawns, and quest log 2026-02-06 13:47:03 -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 Simplify spellbook tabs to class specialties + General 2026-02-06 21:27:34 -08:00
talent_screen.hpp 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.hpp Add character creation screen with race/class/appearance customization 2026-02-05 14:13:48 -08:00