- Intro said 'supports three World of Warcraft expansions' but the
'Supported Expansions' bullet list immediately below has four
entries (Vanilla, TBC, WotLK, Turtle), and Data/expansions/ has
four subdirectories matching them. Updated count.
- Turtle WoW 1.17 → 1.18 — the rest of the doc set was synced in
dd552fa3 but this one line was missed. Data/expansions/turtle/
expansion.json declares major=1 minor=18.
- GETTING_STARTED.md / EXPANSION_GUIDE.md: WOWEE_EXPANSION is not read
anywhere in src/. Expansion is selected via the auth screen, which
calls ExpansionRegistry::setActive() (src/ui/auth_screen.cpp:104).
- README.md install snippets: trailing '# comment' on backslash-
continued lines silently breaks the apt/dnf/pacman command. Moved
comments above each block.
- README.md Arch snippet: replace vulkan-devel (not a real Arch
package, per BUILD_INSTRUCTIONS.md:36-38) with vulkan-headers +
vulkan-icd-loader.
GETTING_STARTED.md:
- Fix keybinding table: T→N for talents, Q→L for quest log, W→M for
world map, add missing keys (C, I, O, J, Y, K), remove nonexistent
minimap toggle
- Fix extract_assets.ps1 example param (-WowDirectory → positional)
- Fix Data/ directory tree to match actual manifest layout
- Fix log path: ~/.wowee/logs/ → logs/wowee.log (local directory)
EXPANSION_GUIDE.md:
- Add Turtle WoW 1.17 to supported expansions
- Update code examples to use game_utils.hpp helpers
(isActiveExpansion/isClassicLikeExpansion/isPreWotlk) instead of
removed ExpansionProfile::getActive() and GameHandler::getInstance()
- Update packet parser references (WotLK is default in domain handlers,
not a separate packet_parsers_wotlk.cpp file)
- Update references section with game_utils.hpp