r1174-alpha
Details
-
FilenameAce3-r1174-alpha.zip
-
Uploaded by
-
UploadedMay 14, 2018
-
Size157.75 KB
-
Downloads486
-
MD584ea4b4a488d8073ef7d97efcbd80e0d
Supported WoW Retail Versions
- 7.3.5
Changelog
------------------------------------------------------------------------
r1174 | [email protected] | 2018-05-14 17:29:49 +0000 (Mon, 14 May 2018) | 1 line
Changed paths:
M /trunk/AceComm-3.0/AceComm-3.0.lua
AceComm-3.0: Support numeric targets for custom channels (Ticket #419)
------------------------------------------------------------------------
r1173 | nevcairiel | 2018-04-20 21:27:55 +0000 (Fri, 20 Apr 2018) | 4 lines
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIContainer-TreeGroup.lua
AceGUI-3.0: TreeGroup: Work around a lag issue related to TreeGroups in WoW 8.0
Basically, TreeGroups cause a hefty lag spike in RefreshTree if they are a child of UIParent (ie. not in a layout yet), and are not anchored to anything.
To avoid this spike, skip a refresh in this situation and schedule a new one on the next frame.
------------------------------------------------------------------------
r1172 | nevcairiel | 2018-04-20 10:57:25 +0000 (Fri, 20 Apr 2018) | 1 line
Changed paths:
M /trunk/AceComm-3.0/ChatThrottleLib.lua
Missed one spot in ChatThrottleLib
------------------------------------------------------------------------
r1171 | nevcairiel | 2018-04-20 07:33:22 +0000 (Fri, 20 Apr 2018) | 1 line
Changed paths:
M /trunk/AceComm-3.0/AceComm-3.0.lua
M /trunk/AceComm-3.0/ChatThrottleLib.lua
Update AceComm and CTL for WoW 8.0
------------------------------------------------------------------------
r1170 | funkydude | 2018-03-29 17:38:58 +0000 (Thu, 29 Mar 2018) | 1 line
Changed paths:
M /trunk/AceTimer-3.0/AceTimer-3.0.lua
AceTimer: Initialize the timer table with the majority of values already set, replace some pairs calls with next calls.
------------------------------------------------------------------------
r1169 | nevcairiel | 2018-02-27 16:18:28 +0000 (Tue, 27 Feb 2018) | 6 lines
Changed paths:
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: Allow number values for the "width" parameter, which acts as a multiplier of the default width
A multiplier is used instead of a fixed width in pixels to allow more flexible handling in various AceConfig containers, where default widget width may vary.
In this design, a numeric value of 0.5 would equal "half", and 2.0 would equal "double", but allowing finer granularity in between as well.
Patch provided by Infus.
------------------------------------------------------------------------
r1168 | nevcairiel | 2017-10-01 08:05:04 +0000 (Sun, 01 Oct 2017) | 1 line
Changed paths:
M /trunk/AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua
AceConfigDialog-3.0: Enable iconCoords for the main level of a tree group (Ticket #417)
------------------------------------------------------------------------
r1167 | funkydude | 2017-08-29 22:08:48 +0000 (Tue, 29 Aug 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
Remove PlaySound compat code.
------------------------------------------------------------------------