mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-23 15:50:20 +00:00
- Macro text is now escaped (\\n, \\\\) on save and unescaped on load, fixing multiline macros silently truncating after the first line in the character config file. - executeMacroText() runs every non-comment line of a macro body in sequence (WoW behaviour), replacing the firstMacroCommand() approach that only fired the first actionable line. The server still enforces one spell-cast per click; non-cast commands (target, equip, pet, etc.) now all execute correctly in the same macro activation. |
||
|---|---|---|
| .. | ||
| auth_screen.hpp | ||
| character_create_screen.hpp | ||
| character_screen.hpp | ||
| game_screen.hpp | ||
| inventory_screen.hpp | ||
| keybinding_manager.hpp | ||
| quest_log_screen.hpp | ||
| realm_screen.hpp | ||
| spellbook_screen.hpp | ||
| talent_screen.hpp | ||
| ui_manager.hpp | ||