r1419-alpha

Details

  • Filename
    Ace3-r1419-alpha.zip
  • Uploaded by
  • Uploaded
    Sep 25, 2026
  • Size
    163.73 KB
  • Downloads
    434
  • MD5
    67776ef683322c89a00d1fd8deeb47da

Supported WoW Retail Versions

  • 12.1.5
  • 12.1.0
  • 12.0.7

Supported WoW Forever Versions

  • 1.60.1

Supported WoW Mists of Pandaria Classic Versions

  • 5.5.4
  • 5.5.3

Supported WoW Cataclysm Classic Versions

  • 4.4.2

Supported WoW Wrath Titan Reforged Versions

  • 3.80.2

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.5

Supported WoW Classic Versions

  • 1.15.9
  • 1.15.8

Supported WoW Burning Crusade Classic Versions

  • 2.5.6
  • 2.5.5

Changelog

------------------------------------------------------------------------
r1419 | nevcairiel | 2026-09-25 11:47:59 +0000 (Fri, 25 Sep 2026) | 1 line
Changed paths:
   M /trunk
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Remove leftover build info
------------------------------------------------------------------------
r1418 | nevcairiel | 2026-09-25 11:46:16 +0000 (Fri, 25 Sep 2026) | 4 lines
Changed paths:
   M /trunk
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Have the name generation API more closely match Blizzards name generation

If no surname is available, don't try to append an empty one. Maybe
they'll make them optional for unique singular names at some point.
------------------------------------------------------------------------
r1417 | nevcairiel | 2026-09-25 11:46:09 +0000 (Fri, 25 Sep 2026) | 1 line
Changed paths:
   M /trunk
   M /trunk/.luacheckrc
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Check for region-wide names using the appropriate API
------------------------------------------------------------------------
r1416 | funkehdude | 2026-09-25 11:37:05 +0000 (Fri, 25 Sep 2026) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Remove `realmKey` from `charKey` in WoW Forever as names are unique across all rulesets (PvE/PvP/etc)
------------------------------------------------------------------------
r1415 | funkehdude | 2026-09-25 11:12:28 +0000 (Fri, 25 Sep 2026) | 1 line
Changed paths:
   M /trunk/.luacheckrc
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Swap UnitName for UnitNameUnmodified. Fix compatibility with WoW Forever's latest beta update (once again includes the surname in the profile).
------------------------------------------------------------------------
r1414 | funkehdude | 2026-09-18 01:23:16 +0000 (Fri, 18 Sep 2026) | 1 line
Changed paths:
   M /trunk/.luacheckrc
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Compatibility with WoW Forever
------------------------------------------------------------------------
r1413 | funkehdude | 2026-09-17 22:54:34 +0000 (Thu, 17 Sep 2026) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------
r1412 | funkehdude | 2026-09-08 01:02:22 +0000 (Tue, 08 Sep 2026) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Bump toc
------------------------------------------------------------------------
r1411 | funkehdude | 2026-09-06 22:47:39 +0000 (Sun, 06 Sep 2026) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

AceGUI-3.0: Forgot to bump versions.
------------------------------------------------------------------------
r1410 | funkehdude | 2026-09-06 22:45:42 +0000 (Sun, 06 Sep 2026) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Label.lua

AceGUI-3.0: Add `:SetImageByAtlas` API to the `AceGUIWidget-Icon` and `AceGUIWidget-Label` widgets.
------------------------------------------------------------------------
r1409 | funkehdude | 2026-09-03 22:41:24 +0000 (Thu, 03 Sep 2026) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfig-3.0/AceConfigDialog-3.0: Slightly bigger popup size.
------------------------------------------------------------------------
r1408 | funkehdude | 2026-09-03 15:37:56 +0000 (Thu, 03 Sep 2026) | 1 line
Changed paths:
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0: Increase the character limit to 50, increase the width of the dropdown so that a 50 character profile should always show.
------------------------------------------------------------------------
r1407 | funkehdude | 2026-09-03 15:26:34 +0000 (Thu, 03 Sep 2026) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Bump limit to 50 characters
------------------------------------------------------------------------
r1406 | funkehdude | 2026-09-03 04:12:17 +0000 (Thu, 03 Sep 2026) | 1 line
Changed paths:
   M /trunk/AceDB-3.0/AceDB-3.0.lua

AceDB-3.0: Restrict profile names to between 1 and 30 characters. Existing profiles remain and can be copied to a new name.
------------------------------------------------------------------------
r1405 | funkehdude | 2026-09-03 02:03:09 +0000 (Thu, 03 Sep 2026) | 1 line
Changed paths:
   M /trunk/.luacheckrc
   M /trunk/AceDBOptions-3.0/AceDBOptions-3.0.lua

AceDBOptions-3.0: Validate new profile names (Restrict to 30 characters, must contain some text)
------------------------------------------------------------------------
r1404 | funkehdude | 2026-08-26 22:31:26 +0000 (Wed, 26 Aug 2026) | 1 line
Changed paths:
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Heading.lua

AceGUI-3.0/widgets/AceGUIWidget-Heading: Support secret text
------------------------------------------------------------------------