Xurkon
700445c248
fix(options): use {} not { ... } for tab tables
...
Five Options files seeded their tab tables with { ... } instead of {}.
At chunk scope WoW passes ... = (addonName, addonTable), so each table
got two stray junk entries instead of being empty; { ... } is also a
strict Lua 5.0 parse error. Fixed QuestieOptions.tabs and the Arrow,
General, Keybinds, and Tracker tab tables. Cherry-picked from
phase2-lua50-sweep (the only version-independent fix in that branch).
2026-06-08 16:24:46 -05:00
Xurkon
fe1f79cd2b
chore: release 1.6.3
2026-06-02 11:25:28 -05:00
Xurkon
97c8f60a28
QuestieOptionsArrow: guard LibSharedMedia HashTable call - LSM is OptionalDep, may not be present or have font type registered at load time
2026-04-24 03:59:33 -05:00
Xurkon
49ef9b6e55
fix: Use pairs() instead of ipairs() for hash table iteration
2026-04-02 20:51:08 -05:00
Xurkon
03a58e0c28
feat: Add expanded font list with common WoW fonts to Arrow and Tracker options
2026-04-02 20:43:17 -05:00
Xurkon
a9f4a97979
cleanup: Remove debug prints and duplicate spacer
2026-04-02 19:45:17 -05:00
Xurkon
2efbc0e799
fix: Use SharedMedia:Fetch to get actual font object
2026-04-02 19:42:15 -05:00
Xurkon
aa51ea8f2a
fix: Import SharedMedia in Arrow options
2026-04-02 19:34:24 -05:00
Xurkon
57f6cc4471
feat: Add arrow font settings; Add Apply to All font options to Tracker
2026-04-02 19:27:05 -05:00
Xurkon
cf462d9a9f
debug: Add print to scale set
2026-04-02 19:16:21 -05:00
Xurkon
1decb399b3
fix: Remove duplicate arrow_alpha and debug prints
2026-04-02 19:14:08 -05:00
Xurkon
fb8c4292c9
debug: Add prints to trace scale update
2026-04-02 19:06:56 -05:00
Xurkon
a1f273bba5
fix: Add UpdateSettings function to apply scale/alpha without touching visibility
2026-04-02 19:04:20 -05:00
Xurkon
ef61faa9f9
fix: Use method call syntax for ApplyScale
2026-04-02 18:58:27 -05:00
Xurkon
75d63da509
fix: Direct frame manipulation for real-time scale/alpha/position updates
2026-04-02 18:57:46 -05:00
Xurkon
4df787419a
fix: Apply scale and alpha immediately via dedicated functions
2026-04-02 18:53:55 -05:00
Xurkon
6a67189a4c
fix: Arrow scale and position reset not working
2026-04-02 18:25:44 -05:00
Xurkon
67255ca5fb
feat: Add Arrow options tab with scale, transparency, and debug settings; Fix zone filter bug that broke auto-tracking; Update .gitattributes and .gitignore to properly hide dev files from releases
2026-04-02 18:21:30 -05:00