File Details
r98-release
- R
- Jun 26, 2011
- 33.30 KB
- 155
- 4.1.0
- Retail
File Name
TB_AltTrader-r98-release.zip
Supported Versions
- 4.1.0
------------------------------------------------------------------------
r98 | valana_tb | 2011-06-26 18:27:25 +0000 (Sun, 26 Jun 2011) | 4 lines
Changed paths:
A /tags/r98-release (from /trunk:97)
Tagging as r98-release:
* Fixed the purchase of multiple items using inventory-based currencies using shift-click, such as Burning Blossoms during the Midsummer Fire Festival.
* The maximum number of purchasable items through shift-clicking is now calculated correctly for items which show a default quantity other than 1 in the vendor window.
* An invalid container slot was being checked when calculating the number of purchasable items using an inventory-based currency. It is now properly skipped.
------------------------------------------------------------------------
r96 | valana_tb | 2011-06-26 09:58:05 +0000 (Sun, 26 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
The number of purchasable items is now correctly multiplied by the default purchase count as displayed in the vendor window. Shift-clicking should now reflect the correct number of items purchasable.
------------------------------------------------------------------------
r95 | valana_tb | 2011-06-26 09:57:13 +0000 (Sun, 26 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
Fixed buying of certain items that cost a bag item but for which the currency item link from the merchant window does not match the item link from the bag. An example is the Burning Blossoms from the Midsummer Fire Festival.
------------------------------------------------------------------------
r94 | valana_tb | 2011-06-26 09:55:47 +0000 (Sun, 26 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
Removed some local function copies.
------------------------------------------------------------------------
r93 | valana_tb | 2011-06-26 09:55:23 +0000 (Sun, 26 Jun 2011) | 2 lines
Changed paths:
M /trunk/TB_AltTrader.lua
* Container item slot 0 is not a valid slot. Start the enumeration at 1.
* Use GetContainerItemLink() to get the bag slot item's link.
------------------------------------------------------------------------
r92 | valana_tb | 2011-06-16 04:33:24 +0000 (Thu, 16 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
Fixed a comment.
------------------------------------------------------------------------
r91 | valana_tb | 2011-06-10 18:37:22 +0000 (Fri, 10 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
There is no reason to cache the locale.
------------------------------------------------------------------------
r89 | valana_tb | 2011-06-08 09:03:39 +0000 (Wed, 08 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
Fixed the purchasable range provided by shift-click buying alternate currencies.
------------------------------------------------------------------------
r88 | valana_tb | 2011-06-08 09:02:13 +0000 (Wed, 08 Jun 2011) | 2 lines
Changed paths:
M /trunk/TB_AltTrader.lua
* Alternate currencies can now be traded by alt-clicking.
* Corrected shift-click buying of alternate currencies.
------------------------------------------------------------------------
r87 | valana_tb | 2011-06-08 08:37:12 +0000 (Wed, 08 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
It should now be possible to purchase multiple stacks of alternate currencies (such as Conquest Points) by shift-clicking, in addition to the unmodified right-click.
------------------------------------------------------------------------
r86 | valana_tb | 2011-06-08 08:19:53 +0000 (Wed, 08 Jun 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
Unmodified right-click purchases now use the default purchase quantity, instead of buying 1 of the item.
------------------------------------------------------------------------
r85 | valana_tb | 2011-06-08 06:56:26 +0000 (Wed, 08 Jun 2011) | 1 line
Changed paths:
M /trunk/.pkgmeta
Disabled no-lib packaging.
------------------------------------------------------------------------
r84 | valana_tb | 2011-05-25 09:14:19 +0000 (Wed, 25 May 2011) | 1 line
Changed paths:
M /trunk/TB_AltTrader.lua
Removed local copies of global functions. It's not worth the maintenance headache.
------------------------------------------------------------------------