r1387-alpha

Details

  • Filename
    Ace3-r1387-alpha.zip
  • Uploaded by
  • Uploaded
    Jan 13, 2026
  • Size
    162.60 KB
  • Downloads
    688
  • MD5
    6635d5d50268f0f7d92fe85b2ab01e29

Supported WoW Retail Versions

  • 12.0.1
  • 11.2.7
  • 12.0.0

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

------------------------------------------------------------------------
r1387 | funkehdude | 2026-01-13 16:57:21 +0000 (Tue, 13 Jan 2026) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------
r1386 | nevcairiel | 2025-12-11 18:25:02 +0000 (Thu, 11 Dec 2025) | 5 lines
Changed paths:
   M /trunk
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: Forward the "arg" option table member to widgets

Widgets will receive the data through the SetCustomData function, if
available, and can act on it as needed. This provides a clear lifecycle
function before layout where the data is being made available.
------------------------------------------------------------------------
r1385 | nevcairiel | 2025-12-06 11:26:20 +0000 (Sat, 06 Dec 2025) | 1 line
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: Bump library versions for relative width support
------------------------------------------------------------------------
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
------------------------------------------------------------------------