Files
WoWee/include/core
Kelsi efe56faf55 feat(core): add portable config mode with one-time migration
Route the four config call sites (login.cfg, settings.cfg, last_character.cfg,
characters/) through a shared core::getConfigRoot(). A portable.txt marker or an
existing config/ folder next to the executable redirects config to <exe_dir>/config;
otherwise the per-user location (%APPDATA%\wowee or ~/.wowee) is used as before.

On first portable launch, migratePortableConfigIfNeeded() seeds the portable
folder from the existing per-user config so saved server profiles, settings, and
characters carry over.
2026-07-17 11:37:31 -07:00
..
2026-02-21 22:04:17 -08:00