r60
Details
-
FilenameBreakables-r60.zip
-
Uploaded by
-
UploadedJan 2, 2011
-
Size150.39 KB
-
Downloads166
-
MD5844a74560540117c9f86a45af3066693
Supported WoW Retail Versions
- 4.0.3a
Changelog
------------------------------------------------------------------------
r60 | parnic | 2011-01-02 07:07:52 +0000 (Sun, 02 Jan 2011) | 3 lines
Changed paths:
M /trunk/Breakables.lua
- added tracking for rogue junkboxes (obtained via 'pick pocket'). clicking the junkbox will automatically unlock it
- shortened the delay for processing items after a BAG_UPDATE to 1 second (from 1.5)
- fixed herbs, ore, and disenchanting to update breakable item counts immediately upon the next BAG_UPDATE instead of throttling
------------------------------------------------------------------------
r58 | parnic | 2010-12-15 04:19:56 +0000 (Wed, 15 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- properly parented the Breakables frame to UIParent so that it will go away when the user presses alt-z (thanks slayman). note that this change makes the Breakables frame use the UI Scale specified in video settings so it may initially not be in the same location you last set it to and could be a different size.
------------------------------------------------------------------------
r56 | parnic | 2010-12-14 06:22:16 +0000 (Tue, 14 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- fixed a bug where the tooltip could be completely wrong or empty sometimes
------------------------------------------------------------------------
r54 | parnic | 2010-12-12 06:39:17 +0000 (Sun, 12 Dec 2010) | 1 line
Changed paths:
M /trunk/embeds.xml
- fixed ace library load order such that acegui loads before aceconfig (since ACD requires acegui)
------------------------------------------------------------------------
r53 | parnic | 2010-12-12 06:31:06 +0000 (Sun, 12 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
M /trunk/loc/enUS.lua
- added extra info to the button tooltips to explain general usage
------------------------------------------------------------------------
r52 | parnic | 2010-12-12 06:22:04 +0000 (Sun, 12 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- minor garbage/performance fixes
------------------------------------------------------------------------
r51 | parnic | 2010-12-12 06:14:37 +0000 (Sun, 12 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- added spell tooltip to profession button
------------------------------------------------------------------------
r50 | parnic | 2010-12-12 05:54:41 +0000 (Sun, 12 Dec 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/Breakables.lua
M /trunk/Breakables.toc
M /trunk/embeds.xml
- added ButtonFacade support (ticket #7)
------------------------------------------------------------------------
r49 | parnic | 2010-12-12 01:23:02 +0000 (Sun, 12 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- added option to specify which direction the buttons grow toward by Slayman's request
------------------------------------------------------------------------
r48 | parnic | 2010-12-09 07:31:40 +0000 (Thu, 09 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- enabled new target-item/spell attributes for secure buttons as they're The Right Solution™ instead of hacking together a macro
------------------------------------------------------------------------
r47 | parnic | 2010-12-08 21:39:07 +0000 (Wed, 08 Dec 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- drycoded a more foolproof method of breaking items by setting the target-item attribute and using type "spell" instead of "macro". commented for now as i haven't been able to test it. just wanted to get the changes submitted to look at later
------------------------------------------------------------------------
r46 | parnic | 2010-11-05 00:25:48 +0000 (Fri, 05 Nov 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- don't show heirloom items as disenchantable
------------------------------------------------------------------------