r101-nolib
Details
-
FilenamePassLoot-r101-nolib.zip
-
Uploaded by
-
UploadedJan 16, 2010
-
Size91.17 KB
-
Downloads51
-
MD5389dd7b6ccef6f1d3b3d804be72db8df
Supported WoW Retail Versions
- 3.3.0
Changelog
------------------------------------------------------------------------
r101 | Odlaw | 2010-01-16 23:26:33 +0000 (Sat, 16 Jan 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
add library to .pkgmeta
------------------------------------------------------------------------
r100 | Odlaw | 2010-01-11 18:09:07 +0000 (Mon, 11 Jan 2010) | 1 line
Changed paths:
M /trunk
A /trunk/Modules/ClassSpec.lua
M /trunk/PassLoot.toc
- Add Class/Spec filter.
------------------------------------------------------------------------
r99 | Odlaw | 2010-01-05 16:56:04 +0000 (Tue, 05 Jan 2010) | 1 line
Changed paths:
A /trunk/Modules/Inventory.lua
M /trunk/PassLoot.toc
Added inventory filter to check for items that you already have (checks bank/bags/equipped). It checks for the base items.
------------------------------------------------------------------------
r98 | Odlaw | 2009-12-31 20:54:56 +0000 (Thu, 31 Dec 2009) | 3 lines
Changed paths:
M /trunk/Modules/Bind.lua
M /trunk/Modules/Equipslot.lua
M /trunk/Modules/LearnedItem.lua
M /trunk/Modules/Quality.lua
M /trunk/Modules/RequiredLevel.lua
M /trunk/Modules/Unique.lua
M /trunk/Modules/Usable.lua
M /trunk/PassLoot.lua
- Update Bind, Unique filters to scan more lines (heroic items or colorblind mode adds extra lines)
- Add an option to let multiple confirm loot popups show. (Blizzard only allows one confirm popup at a time)
------------------------------------------------------------------------
r97 | Odlaw | 2009-12-30 18:24:08 +0000 (Wed, 30 Dec 2009) | 1 line
Changed paths:
M /trunk/PassLoot.lua
Add /passloot test <itemlink> to see how passloot would roll on an item.
------------------------------------------------------------------------
r96 | Odlaw | 2009-12-30 05:09:44 +0000 (Wed, 30 Dec 2009) | 1 line
Changed paths:
M /trunk/PassLoot.toc
localization update.
------------------------------------------------------------------------
r95 | Odlaw | 2009-12-29 18:02:37 +0000 (Tue, 29 Dec 2009) | 1 line
Changed paths:
M /trunk/Modules/RequiredLevel.lua
Change RequiredLevel to allow for logic based rules.
------------------------------------------------------------------------
r94 | Odlaw | 2009-12-24 07:27:30 +0000 (Thu, 24 Dec 2009) | 1 line
Changed paths:
M /trunk/Modules/ItemLevel.lua
M /trunk/Modules/LootWon.lua
M /trunk/Modules/RequiredLevel.lua
Change dropdown menus with edit boxes to hide better.
------------------------------------------------------------------------
r93 | Odlaw | 2009-12-22 03:26:10 +0000 (Tue, 22 Dec 2009) | 1 line
Changed paths:
M /trunk/PassLoot.toc
Sigh.. add the Usable filter to the toc file.
------------------------------------------------------------------------
r92 | Odlaw | 2009-12-22 03:24:49 +0000 (Tue, 22 Dec 2009) | 3 lines
Changed paths:
M /trunk/Modules/Bind.lua
M /trunk/Modules/LearnedItem.lua
M /trunk/Modules/RequiredLevel.lua
M /trunk/Modules/Unique.lua
A /trunk/Modules/Usable.lua
M /trunk/ModulesGUI.lua
M /trunk/PassLoot.lua
- New filter: Usable - checks for items that are usable (Using tooltip scanning for the red color.. so if anyone knows a better way, let me know)
- Sort the filter list.
------------------------------------------------------------------------
r91 | Odlaw | 2009-12-20 17:28:21 +0000 (Sun, 20 Dec 2009) | 1 line
Changed paths:
M /trunk/PassLoot.toc
deDE update (Thanks Slicerdice)
------------------------------------------------------------------------
r90 | Odlaw | 2009-12-19 07:51:55 +0000 (Sat, 19 Dec 2009) | 5 lines
Changed paths:
M /trunk/Constants.lua
M /trunk/MainGUI.lua
M /trunk/Modules/Bind.lua
M /trunk/Modules/ConfirmBoP.lua
M /trunk/Modules/ConfirmDE.lua
M /trunk/Modules/Equipslot.lua
M /trunk/Modules/GroupRaid.lua
M /trunk/Modules/ItemLevel.lua
M /trunk/Modules/ItemName.lua
M /trunk/Modules/ItemPrice.lua
M /trunk/Modules/LearnedItem.lua
M /trunk/Modules/LootWon.lua
M /trunk/Modules/Quality.lua
M /trunk/Modules/RequiredLevel.lua
M /trunk/Modules/TypeSubType.lua
M /trunk/Modules/Unique.lua
M /trunk/Modules/ZoneName.lua
M /trunk/Modules/ZoneType.lua
M /trunk/ModulesGUI.lua
M /trunk/PassLoot.lua
M /trunk/PassLoot.toc
- Added ability for filters to become exceptions to a rule. Not all filters can become an exception.
- Fix edit boxes in the DropDown menu boxes of some filters to hide properly.
- LearnedItem filter: Scan more lines for the 'Already known' text.
- Confirm BoP/DE: Allow user to manually roll on an item and will confirm the message.
- deDE localization updates (thanks T-Base)
------------------------------------------------------------------------
r89 | Odlaw | 2009-12-14 21:50:33 +0000 (Mon, 14 Dec 2009) | 2 lines
Changed paths:
M /trunk/Modules/ConfirmBoP.lua
M /trunk/Modules/ConfirmDE.lua
- prevent hooking the static popup functions more than once.
- fix Confirm BoP and Confirm DE item matching in the popup windows (regex special cases)
------------------------------------------------------------------------