r1384-alpha

Details

  • Filename
    Ace3-r1384-alpha.zip
  • Uploaded by
  • Uploaded
    Dec 6, 2025
  • Size
    162.33 KB
  • Downloads
    49
  • MD5
    f46e7f60b9e5c06e02bd7b2befd5f5c7

Supported WoW Retail Versions

  • 11.2.7
  • 12.0.0
  • 11.2.5

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.3
  • 5.5.2

Supported WoW Cataclysm Classic Versions

  • 4.4.2

Supported WoW Wrath Titan Reforged Versions

  • 3.80.0

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.5

Supported WoW Classic Versions

  • 1.15.8
  • 1.15.7

Supported WoW Burning Crusade Classic Versions

  • 2.5.5

Changelog

------------------------------------------------------------------------
r1384 | nevcairiel | 2025-12-06 10:23:20 +0000 (Sat, 06 Dec 2025) | 3 lines
Changed paths:
   M /trunk
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua

AceGUI-3.0: Keybinding: Add gamepad support

Gamepad bindings are completely in line with the rest of the keybinding system in WoW, so all that's really necessary to make them work in AceGUI is to add a handler to catch bindings.
------------------------------------------------------------------------
r1383 | nevcairiel | 2025-12-06 10:19:35 +0000 (Sat, 06 Dec 2025) | 8 lines
Changed paths:
   M /trunk
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua

AceConfig-3.0: Widget width can be defined to be relative to the container

Syntax in the config table:
width = "relative"
relWidth = "0.25"

This will result in a widget that takes up a quarter of the container's
width.
------------------------------------------------------------------------
r1382 | nevcairiel | 2025-12-05 08:44:39 +0000 (Fri, 05 Dec 2025) | 11 lines
Changed paths:
   M /trunk
   M /trunk/.luacheckrc
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Preserve the original ID for BlizzOptions categories

In Midnight, the ID must be numeric, so we can no longer use the name,
and this may prevent taint spread by the ID field, since the
automatically generated value is assigned securely.

To open the settings panel through Settings.OpenToCategory, the ID needs
to be passed, which is returned as the second value from :AddToBlizzOptions

This change becomes effective when the new C_SettingsUtil API is added
to the various clients, currently in 12.0
------------------------------------------------------------------------
r1381 | nevcairiel | 2025-12-05 08:43:15 +0000 (Fri, 05 Dec 2025) | 4 lines
Changed paths:
   M /trunk
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Remove InterfaceOptions_AddCategory support

All supported WoW versions have moved on to the new Settings interface,
so this was unused.
------------------------------------------------------------------------
r1380 | funkehdude | 2025-12-03 00:09:20 +0000 (Wed, 03 Dec 2025) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------
r1379 | nevcairiel | 2025-11-27 18:58:03 +0000 (Thu, 27 Nov 2025) | 3 lines
Changed paths:
   M /trunk
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua

AceGUI-3.0: TreeGroup: Pass an explicit alpha value to SetText

Fixes CF-#685
------------------------------------------------------------------------
r1378 | funkehdude | 2025-11-19 19:46:34 +0000 (Wed, 19 Nov 2025) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------