r42
Details
-
FilenameBreakables-r42.zip
-
Uploaded by
-
UploadedOct 20, 2010
-
Size140.20 KB
-
Downloads215
-
MD50f1585b576914408093e996c09a619ef
Supported WoW Retail Versions
- 4.0.1
Changelog
------------------------------------------------------------------------
r42 | parnic | 2010-10-20 18:04:12 +0000 (Wed, 20 Oct 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
M /trunk/embeds.xml
- trying to figure out why settings aren't saving/loading for some users but work for me
------------------------------------------------------------------------
r40 | parnic | 2010-10-12 12:45:33 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- fix for reported error popping up
------------------------------------------------------------------------
r38 | parnic | 2010-10-12 04:11:42 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
M /trunk/Breakables.toc
- removed x-compat
------------------------------------------------------------------------
r37 | parnic | 2010-10-12 02:49:09 +0000 (Tue, 12 Oct 2010) | 1 line
Changed paths:
M /trunk/Breakables.toc
- toc bump to 4.0
------------------------------------------------------------------------
r36 | parnic | 2010-10-07 01:04:43 +0000 (Thu, 07 Oct 2010) | 2 lines
Changed paths:
M /trunk/Breakables.lua
- fixed version of earlier commit that allows multiple breakable bars if the player has more than one of the supported professions.
- also added code to properly save the location of each bar independently
------------------------------------------------------------------------
r35 | parnic | 2010-10-06 21:24:19 +0000 (Wed, 06 Oct 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- drycode attempt at creating one bar per profession for the case where someone has some combination of inscription, enchanting, and jewelcrafting. not tested in game at all
------------------------------------------------------------------------
r34 | parnic | 2010-09-27 02:51:50 +0000 (Mon, 27 Sep 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- set bar to update immediately after clicking an item to break it instead of waiting the 1.5 seconds. it was making life harder for mass breaking
------------------------------------------------------------------------
r33 | parnic | 2010-09-27 01:45:50 +0000 (Mon, 27 Sep 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- added button scale and font size options
------------------------------------------------------------------------
r32 | parnic | 2010-09-27 01:20:54 +0000 (Mon, 27 Sep 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/Breakables.lua
M /trunk/Breakables.toc
M /trunk/embeds.xml
M /trunk/libs
A /trunk/loc
A /trunk/loc/deDE.lua
A /trunk/loc/enUS.lua
A /trunk/loc/esES.lua
A /trunk/loc/esMX.lua
A /trunk/loc/frFR.lua
A /trunk/loc/koKR.lua
A /trunk/loc/loc.xml
A /trunk/loc/ruRU.lua
A /trunk/loc/zhCN.lua
A /trunk/loc/zhTW.lua
- added localization support
------------------------------------------------------------------------
r31 | parnic | 2010-09-27 00:56:06 +0000 (Mon, 27 Sep 2010) | 2 lines
Changed paths:
M /trunk/Breakables.lua
- optimized a little bit of the code that finds breakables in your bags by delaying checks on BAG_UPDATE until 1.5 seconds after the last update request has come in
- set the button font for item counts to use NumberFont_Outline_Med so that any font overrides (like tekticles) work automagically
------------------------------------------------------------------------
r30 | parnic | 2010-09-21 03:49:35 +0000 (Tue, 21 Sep 2010) | 1 line
Changed paths:
M /trunk/Breakables.lua
- added a tooltip to the LDB launcher
------------------------------------------------------------------------
r29 | parnic | 2010-09-12 20:25:17 +0000 (Sun, 12 Sep 2010) | 4 lines
Changed paths:
M /trunk/Breakables.lua
M /trunk/Breakables.toc
A /trunk/LibDataBroker-1.1.lua
- added LibDataBroker support
- added option to hide the bar entirely (ticket 5) and option to hide the bar when in combat
- added short description to the config page explaining the functionality in the mod and how to get support/request features
- made all slash commands print something back to the user so they know what they changed
------------------------------------------------------------------------