r128
Details
-
FilenameRevelation-r128.zip
-
Uploaded by
-
UploadedMar 1, 2010
-
Size125.83 KB
-
Downloads82
-
MD55250abc0a98b32c295e1163b67369298
Supported WoW Retail Versions
- 3.3.0
Changelog
------------------------------------------------------------------------
r128 | torhal | 2010-03-01 12:06:37 +0000 (Mon, 01 Mar 2010) | 1 line
Changed paths:
M /trunk/Revelation.lua
Fixed the default modifier2, and moved to global rather than per-character settings.
------------------------------------------------------------------------
r127 | torhal | 2010-03-01 11:52:57 +0000 (Mon, 01 Mar 2010) | 4 lines
Changed paths:
M /trunk/Lockpicking.lua
M /trunk/Revelation.lua
M /trunk/Revelation.toc
Added support for lockpicking.
Saved current sound effects state and then disabled it before opening the tradeskill menu(s), and re-set the saved value afterward.
Populated Lockpicking.lua with lockbox IDnums and common.CanPick()
Added Lockpicking.lua to the ToC.
------------------------------------------------------------------------
r126 | torhal | 2010-03-01 11:47:22 +0000 (Mon, 01 Mar 2010) | 1 line
Changed paths:
A /trunk/Lockpicking.lua
Added empty Lockpicking.lua
------------------------------------------------------------------------
r125 | torhal | 2010-03-01 07:25:42 +0000 (Mon, 01 Mar 2010) | 14 lines
Changed paths:
M /trunk/Enchanting.lua
M /trunk/Inscription.lua
M /trunk/Jewelcrafting.lua
M /trunk/Revelation.lua
M /trunk/Revelation.toc
Added support for Milling.
Added PROF_MENU_DATA table to handle Disenchant, Milling, and Prospecting within Scan().
Renamed "dis_frame" to "secure_frame", since it's used for more than disenchanting now.
Added tooltip handling to the secure_frame, since it prevents the UIDropDown tooltip from displaying.
Removed assignment of tooltipTitle and tooltipText for the special menu entries since the secure_frame will be handling that now.
Hooked CloseDropDownMenus() to handle un-parenting/hiding of the secure_frame.
Moved Enchanting, Inscription, and Jewelcrafting data into their own files - using the AddOn-wide namespace now.
Added SPECIAL_MENU_ENTRY table to handle secure_frame assignment within DropDown.initialize().
Moved initialization functions around for clarity.
Renamed "scan_item" to "cur_item", and made it a member of the common namespace.
Moved "bag_id", "slot_id", and Debug() to members of the common namespace.
Removed the "item" parameter from Scan(), IterTrade(), and IterEnchant() - using "cur_item" instead.
Merged IsReagent() into IterTrade().
Using global DoTradeSkill so I can remove Ara_Broker_Tradeskills from OptionalDeps.
------------------------------------------------------------------------
r124 | torhal | 2010-03-01 07:25:04 +0000 (Mon, 01 Mar 2010) | 1 line
Changed paths:
M /trunk/Enchanting.lua
M /trunk/Inscription.lua
M /trunk/Jewelcrafting.lua
Re-set the damn eol-style on the new files.
------------------------------------------------------------------------
r123 | torhal | 2010-03-01 07:22:25 +0000 (Mon, 01 Mar 2010) | 1 line
Changed paths:
M /trunk/Enchanting.lua
M /trunk/Inscription.lua
M /trunk/Jewelcrafting.lua
Set the damn eol-style on the new files.
------------------------------------------------------------------------
r122 | torhal | 2010-03-01 06:57:24 +0000 (Mon, 01 Mar 2010) | 1 line
Changed paths:
A /trunk/Enchanting.lua
A /trunk/Inscription.lua
A /trunk/Jewelcrafting.lua
Added Enchanting.lua Inscription.lua and Jewelcrafting.lua - all empty at the moment.
------------------------------------------------------------------------
r121 | torhal | 2010-02-28 14:06:58 +0000 (Sun, 28 Feb 2010) | 3 lines
Changed paths:
M /trunk/Revelation.lua
Added support for Prospecting.
Fixed Disenchanting to no longer be English-only.
Added comments to non-disenchantable list. Methinks there should be more entries.
------------------------------------------------------------------------
r119 | torhal | 2010-02-28 11:09:38 +0000 (Sun, 28 Feb 2010) | 3 lines
Changed paths:
M /trunk/Revelation.lua
Added the ability to disenchant items from the menu.
Enchanting and Runeforging no longer require a second click on the item.
Minor code cleanup, and renamed some functions/variables.
------------------------------------------------------------------------
r117 | torhal | 2010-02-15 06:01:30 +0000 (Mon, 15 Feb 2010) | 1 line
Changed paths:
M /trunk/Revelation.lua
In IterTrade(): Runeforging doesn't care about reagents, and numavail will always be -1. Account for this, so that Runeforging will actually work. Also, added comment explaining the existence of the un-used level parameter.
------------------------------------------------------------------------