Release-r1166

Details

  • Filename
    Ace3-Release-r1166.zip
  • Uploaded by
  • Uploaded
    Aug 29, 2017
  • Size
    157.50 KB
  • Downloads
    221,259
  • MD5
    c1cedb825b72c7ae2faa02cb11cdfdd1

Supported WoW Retail Versions

  • 7.3.0

Changelog

------------------------------------------------------------------------
r1165 | nevcairiel | 2017-08-29 02:16:45 -0500 (Tue, 29 Aug 2017) | 1 line
Changed paths:
   M /trunk/changelog.txt

Update changelog
------------------------------------------------------------------------
r1164 | nevcairiel | 2017-08-29 02:13:47 -0500 (Tue, 29 Aug 2017) | 1 line
Changed paths:
   M /trunk/Ace3.toc

Update TOC for 7.3
------------------------------------------------------------------------
r1163 | nevcairiel | 2017-08-14 09:04:39 -0500 (Mon, 14 Aug 2017) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: implement fallback validation feedback in a StaticPopup (Ticket #2)
------------------------------------------------------------------------
r1162 | nevcairiel | 2017-08-14 08:49:36 -0500 (Mon, 14 Aug 2017) | 4 lines
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

AceConfigDialog-3.0: refactor validation handling

This simplifies the code so validation is only shown in one place.
Based on a patch by rainraider, part of Ticket #2
------------------------------------------------------------------------
r1161 | funkydude | 2017-08-12 09:30:16 -0500 (Sat, 12 Aug 2017) | 1 line
Changed paths:
   M /trunk/AceComm-3.0/AceComm-3.0.lua
   M /trunk/AceConfig-3.0/AceConfig-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
   M /trunk/AceEvent-3.0/AceEvent-3.0.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-Window.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua

Bump minor versions where required (As affected by PlaySound changes, or by loading order problem)
------------------------------------------------------------------------
r1160 | funkydude | 2017-08-12 00:21:06 -0500 (Sat, 12 Aug 2017) | 1 line
Changed paths:
   M /trunk/AceComm-3.0/AceComm-3.0.lua
   M /trunk/AceConfig-3.0/AceConfig-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigCmd-3.0/AceConfigCmd-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/AceConfig-3.0/AceConfigRegistry-3.0/AceConfigRegistry-3.0.lua
   M /trunk/AceEvent-3.0/AceEvent-3.0.lua

If we are loading a library that depends on a separate library, we need to verify that separate library exists prior to telling LibStub to create our library. This resolves addons with broken library setups affecting addons with working library setups.
------------------------------------------------------------------------
r1159 | funkydude | 2017-06-28 21:45:04 -0500 (Wed, 28 Jun 2017) | 1 line
Changed paths:
   M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-Frame.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TabGroup.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIContainer-Window.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown-Items.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-EditBox.lua
   M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Slider.lua

Update PlaySound usage to work with patch 7.3 PTR, sounds were all audibly verified to be matching.
------------------------------------------------------------------------