r820
Details
-
FilenameAce3-r820.zip
-
Uploaded by
-
UploadedAug 7, 2009
-
Size193.86 KB
-
Downloads246
-
MD5193a05072b3940ad58e8b9cc6551e234
Supported WoW Retail Versions
- 3.2.0
Changelog
------------------------------------------------------------------------
r820 | mikk | 2009-08-07 18:29:18 +0000 (Fri, 07 Aug 2009) | 2 lines
Changed paths:
M /trunk/Ace3.toc
M /trunk/AceComm-3.0/ChatThrottleLib.lua
- Update ChatThrottleLib to v21
- TOC 30200
------------------------------------------------------------------------
r819 | mikk | 2009-08-07 16:51:35 +0000 (Fri, 07 Aug 2009) | 2 lines
Changed paths:
A /trunk/tests/ChatThrottleLib-callbackerrors.lua
A /trunk/tests/ChatThrottleLib-upgrade-14-20-current.lua
A /trunk/tests/ChatThrottleLib-upgrade-20-current.lua
A /trunk/tests/ChatThrottleLibs
A /trunk/tests/ChatThrottleLibs/ChatThrottleLib-v14.lua
A /trunk/tests/ChatThrottleLibs/ChatThrottleLib-v20.lua
M /trunk/tests/runall.sh
M /trunk/tests/wow_api.lua
Add loads of test cases (including upgrade paths) for ChatThrottleLib.
Yeah, this probably should have been a separate "tests/" framework folder under ChatThrottleLib, but unfortunately it's not structured so that it can be excluded nicely. I let it live here instead. Shoot me.
------------------------------------------------------------------------
r818 | mikk | 2009-08-06 13:42:18 +0000 (Thu, 06 Aug 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Button.lua
Ticket 58: Apply Shadowed's fix for slight button graphics glitch.
------------------------------------------------------------------------
r817 | nevcairiel | 2009-08-02 08:16:09 +0000 (Sun, 02 Aug 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Frame.lua
AceGUI: Localize the "Close" text on the close button
------------------------------------------------------------------------
r816 | nevcairiel | 2009-07-08 21:06:30 +0000 (Wed, 08 Jul 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
AceGUI-3.0: Fix disabling the interactive label
------------------------------------------------------------------------
r815 | nevcairiel | 2009-07-08 20:58:17 +0000 (Wed, 08 Jul 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
AceGUI-3.0: Re-parent released widgets to UIParent instead of nil to hopefully fix a crash bug. (Ticket #49)
------------------------------------------------------------------------
r814 | nevcairiel | 2009-07-08 20:01:34 +0000 (Wed, 08 Jul 2009) | 1 line
Changed paths:
M /trunk/AceGUI-3.0/AceGUI-3.0.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-CheckBox.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-ColorPicker.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-DropDown.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Icon.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-InteractiveLabel.lua
M /trunk/AceGUI-3.0/widgets/AceGUIWidget-Keybinding.lua
AceGUI-3.0: Consistent display of disabled widgets (Ticket #47)
------------------------------------------------------------------------
r813 | kaelten | 2009-07-06 21:36:37 +0000 (Mon, 06 Jul 2009) | 2 lines
Changed paths:
M /trunk/AceDB-3.0/AceDB-3.0.lua
added local _G = getfenv(0) to prevent possible breakage
------------------------------------------------------------------------