Three features layered onto the Turtle WoW baseline:
- Account manager (AccountLogin.lua / .xml): saved-account list backed
by Windows Credential Manager via ClassicAPI. Pass-through to
LoginWithSavedAccount; per-account 'last used' timestamp; password
field hides itself when the typed name matches a saved entry and a
'Change password' button reveals it on demand.
- Character reordering (CharacterSelect.lua / .xml): drag-to-reorder
the character list, persisted via ClassicAPI's
GetSavedCharacterOrder / SetSavedCharacterOrder.
- Glue Lua console (GlueConsole.lua / .xml, new files): in-glue RunScript
console reachable from the title and char-select screens.
Currently no key opens the console — the backtick binding was removed
pending a ClassicAPI EditBox arrow/key script handler (see TODO.md section 96).