File Details
GCDcursorPlus-1.0.2
- R
- Mar 21, 2026
- 84.40 KB
- 199
- 12.0.5+3
- Retail
File Name
GCDcursorPlus-1.0.2.zip
Supported Versions
- 12.0.5
- 12.0.1
- 12.0.0
- 11.2.7
Version 1.0.2 (2026-03-21)
Added
- GCD Ring Fixed Position mode — the GCD ring can now be anchored to a fixed point on screen instead of following the cursor. Enable via GCD Ring → Fixed Position in settings.
- Fixed Position Size slider — independent size control for the GCD ring when in fixed position mode.
- Fixed Position X / Y sliders — pixel offset from screen center to precisely place the fixed GCD ring anywhere on screen.
Fixed
- Lua error on login:
attempt to index local 'c' (a nil value)— color table values (mouseRingColor,mouseRingGCDColor,mouseTrailColor, etc.) could be corrupted to nil in the saved DB. All color getters are now nil-safe andInitDBnow restores corrupted color entries on load. - Settings sliders (Ring Size, GCD Ring Size, etc.) were resetting to their minimum value (20) on each login due to the wrong default being passed to
Settings.RegisterAddOnSetting. Sliders now correctly read the existing saved value as their default. - Duplicate locale keys in
enUS.luacaused an AceLocale fatal error on load, which prevented the entire settings panel from initializing.

