------------------------------------------------------------------------
r41 | egingell | 2009-04-06 17:09:31 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
A /tags/v200904061109 (from /trunk:40)
Tagging as v200904061109
------------------------------------------------------------------------
r40 | egingell | 2009-04-06 17:08:40 +0000 (Mon, 06 Apr 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
-- Small code tweak.
------------------------------------------------------------------------
r38 | egingell | 2009-04-06 16:31:33 +0000 (Mon, 06 Apr 2009) | 4 lines
Changed paths:
M /trunk/Prospect.lua
Fixed:
[2009/04/05 17:25:09-1-x6]: Prospect-v200903290405\Prospect.lua:107 attempt to index local 'self' (a nil value)
Prospect-v200903290405\Prospect.lua:191 in function <Interface\AddOns\Prospect\Prospect.lua:190
------------------------------------------------------------------------
r36 | egingell | 2009-03-29 10:05:26 +0000 (Sun, 29 Mar 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
-- Closing bags while in combat, too.
------------------------------------------------------------------------
r34 | egingell | 2009-03-29 08:53:56 +0000 (Sun, 29 Mar 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
-- Suppressed Blizzard's Addon-Blocked error messages when opening bags while in combat. No, this does not fix the issue. As stated, I cannot fix this.
------------------------------------------------------------------------
r32 | egingell | 2009-03-27 07:44:52 +0000 (Fri, 27 Mar 2009) | 2 lines
Changed paths:
M /trunk/Prospect.lua
-- Major bug fixes: Default backpack items are now functional, default backpack no longer bugs out when opened out of order.
-- Changed the way the overlays are created: All 5*36 overlays for the default bags are created when PLAYER_ENTERING_WORLD fires (one hack for the above bugs), now using GameTooltip:<script handler>OnTooltipSetItem to create overlays for third-party bags.
------------------------------------------------------------------------
r28 | egingell | 2009-03-26 06:31:21 +0000 (Thu, 26 Mar 2009) | 1 line
Changed paths:
A /trunk/Prospect.toc (from /tags/v200903151802/Prospect.toc:27
Copied remotely
------------------------------------------------------------------------
r27 | egingell | 2009-03-26 06:31:08 +0000 (Thu, 26 Mar 2009) | 1 line
Changed paths:
A /trunk/Prospect.lua (from /tags/v200903151802/Prospect.lua:26
Copied remotely
------------------------------------------------------------------------
r26 | egingell | 2009-03-26 06:30:08 +0000 (Thu, 26 Mar 2009) | 1 line
Changed paths:
A /branches/Prospect.toc (from /trunk/Prospect.toc:25
D /trunk/Prospect.toc
Moved remotely
------------------------------------------------------------------------
r25 | egingell | 2009-03-26 06:30:01 +0000 (Thu, 26 Mar 2009) | 1 line
Changed paths:
A /branches/Prospect.lua (from /trunk/Prospect.lua:24
D /trunk/Prospect.lua
Moved remotely
------------------------------------------------------------------------
r24 | egingell | 2009-03-26 06:15:34 +0000 (Thu, 26 Mar 2009) | 2 lines
Changed paths:
M /trunk/Prospect.lua
-- Major changes to the way the overlay is created.
-- This version is not being released.
------------------------------------------------------------------------
r22 | egingell | 2009-03-16 00:02:27 +0000 (Mon, 16 Mar 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
-- If you mouse over a stack of fewer than 5, it will not get added to the Saved Variables file (seems kinda pointless since you can't loot it).
------------------------------------------------------------------------
r20 | egingell | 2009-03-12 04:20:17 +0000 (Thu, 12 Mar 2009) | 6 lines
Changed paths:
M /trunk/Prospect.lua
M /trunk/Prospect.toc
-- Notice: New Saved Variable added requires restart.
-- Added /prospect -- (as of this time, I don't intend to add multiple modifier keys (i.e. [mod:ctrl,alt]); they can, however, be hacked into the Saved Variables file)
/prospect mod <modifier key> -- change the modifier key (shift, ctrl, alt, lshift, lctrl, lalt, rshift, rctrl, or ralt)
/prospect btn <button number> -- change the clicker (Disenchanting does not require a modifier if this is set to 3, 4, or 5 unless usemod is true)
/prospect usemod -- toggle "always use modifier" mode (if btn is 2, Disenchanting requires a modifier key regardless of this setting)
-- Changed the tooltip text to psudo-macro text (e.g. [mod:shift btn:2]Turns <item> into <whatever>)
------------------------------------------------------------------------
r18 | egingell | 2009-03-10 07:41:05 +0000 (Tue, 10 Mar 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
-- pairs() needs a table: added a sanity check right above it.
------------------------------------------------------------------------
r16 | egingell | 2009-03-09 19:46:56 +0000 (Mon, 09 Mar 2009) | 2 lines
Changed paths:
M /trunk/Prospect.lua
-- Tooltip anomaly.
-- Now checks for the existence of Disenchant before adding the macro overlay button.
------------------------------------------------------------------------
r14 | egingell | 2009-03-09 18:42:35 +0000 (Mon, 09 Mar 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
-- Error message. :p
------------------------------------------------------------------------
r12 | egingell | 2009-03-09 18:32:39 +0000 (Mon, 09 Mar 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
-- Bug fix.
------------------------------------------------------------------------
r10 | egingell | 2009-03-09 17:50:48 +0000 (Mon, 09 Mar 2009) | 3 lines
Changed paths:
M /trunk/Prospect.lua
-- Efficiency
-- Added Milling to the loot table as originally intended.
-- Items that aren't prospectable or millable will no longer save to the SavedVariables variable.
------------------------------------------------------------------------
r8 | egingell | 2009-03-09 01:01:18 +0000 (Mon, 09 Mar 2009) | 2 lines
Changed paths:
M /trunk/Prospect.lua
M /trunk/Prospect.toc
-- Added support for TBag.
------------------------------------------------------------------------
r6 | egingell | 2009-02-22 23:40:22 +0000 (Sun, 22 Feb 2009) | 1 line
Changed paths:
M /trunk/Prospect.lua
M /trunk/Prospect.toc
-- Added loot tracking statistics to the tooltip (new saved variable requires restart).
------------------------------------------------------------------------
r4 | egingell | 2009-02-16 04:02:38 +0000 (Mon, 16 Feb 2009) | 2 lines
Changed paths:
M /trunk/Prospect.lua
-- Added Disenchanting
-- Now works on all client locales; although, the tooltip text is still only in English.
------------------------------------------------------------------------
r2 | egingell | 2009-02-15 23:52:41 +0000 (Sun, 15 Feb 2009) | 3 lines
Changed paths:
A /trunk/Prospect.lua
A /trunk/Prospect.toc
-- Fixed for WotLK.
-- Added Rogue Lock Picking.
-- Added Milling.
------------------------------------------------------------------------
r1 | root | 2009-02-15 23:47:10 +0000 (Sun, 15 Feb 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"prospect/mainline: Initial Import"
------------------------------------------------------------------------