Auctioneer/Releases/3.6

Z Norganna's AddOns

Auctioneer 3.6

Released July 8, 2006, this version added BeanCounter and Enchantrix-Barker modules to the tool suite. It was compatible with WoW 1.11 (Naxxramas).

Release Notes

Auctioneer AddOns Change log for 3.4 – 3.6

Auctioneer:

   * Changes in the interface:
         o Merged GetItemSnapshotMedianBuyout() and GetSnapMedian() into GetItemSnapshotMedianBuyout(). (Aradan)
         o Merged GetItemHistoryMedianBuyout() and GetHistMedian() into GetItemHistoryMedianBuyout(). (Aradan)
         o SetHistMed() and SetSnapMed() now take “nil” as an argument to clear the cache, this forces GetItem<Foo>MedianBuyout() to recalculate median. (Aradan)
         o The Post Auctions tab will now make use of the “/auctioneer auction-duration” command. (Aradan)
         o The double suggest line in the tooltip’s “/auctioneer also” field has been eliminated. (MentalPower)
         o The order of the “/auctioneer also” fields in the tooltip have been altered to be more consistent with the order of information at the top of the tooltip. (MentalPower)
         o The Post Auctions tab will now use a combination of the ItemID, Enchant and RandomProp fields to identify items. This fixes issues with items that have the same name. (Vindicator)
         o The auction auto-create feature will now print the item link of the item that was auctioned to the chat frame. (MentalPower)
         o The unused AuctionConfig.success table has been removed. This results in a savings in the size of our saved variables file by about 10%. Auctioneer will ask you to upgrade your DB in order to make this change. (Luke1410)
   * New Features:
         o Added convenience function Auctioneer.Util.PriceForOne(price, count). It accepts nil arguments and rounds up to nearest integer. (Aradan)
         o The report printed to the chat frame after a scan has finished will now also be printed to the actual AH window. (MentalPower)
         o Auctioneer.Command.OnOff() can now accept a Boolean parameter. (MentalPower)
   * Bug Fixes:
         o “/auctioneer clear snapshot” will now correctly clear the HSP cache table. (Aradan)
         o Scanning will now correctly clear out the defunct buyout lists. (Aradan)
         o GetUsableMedian() could return history median even when history median was not shown in the tooltip (snapCount > histCount). (Aradan)
         o BuildLowestCache() will no longer return a random item as second lowest. (Aradan)
         o Update or clear snap/history median cache in several locations. (Aradan)
         o Buying out an auction will remove that price from snapshot buyout values, if found. (Aradan)
         o The “/auctioneer askprice ad” command has been fixed and can now be correctly enabled or disabled. (MentalPower)


BeanCounter:

   * BeanCounter is a new AddOn that tracks Auction House purchases and sales. It does so by logging any bids made to any items, or any auctions that you post and correlating that information with the resulting mails from the Auction House. For characters in which you want BeanCounter to track Auction House activity, you must have the AddOn loaded whenever you bid or post auctions and read mail. By default it loads when visiting the Auction House or the Mailbox. Auction House activity (purchases and sales) can be queried via the new Transactions tab in the Auction House interface.(Vindicator)


Enchantrix:

   * Changes in the interface:
         o Enchantrix now uses an Object Oriented approach to function calls. All functions have been moved into the Enchantrix table. Any AddOns that require Enchantrix will need to be re-written to accommodate this change. (Aradan)
         o The enchanting tooltip will now provide the price after markup. This markup can be changed in the Enchantrix Barker window. (Aradan)
         o The code that handled the conversion of localized configuration settings has been removed. Users upgrading from older versions of Enchantrix may find their settings reset to default values. (Aradan)
         o Added per character settings. Currently this affects the “/enchantrix embed”, “/enchantrix print-in” and “/enchantrix counts” commands. All other options are still saved per account. (Aradan)
         o The built-in prices of disenchant results has been updated. (Aradan)
         o The disenchant database now uses ItemID’s instead of signatures. This reduces size and increases processing speed. (Aradan)
   * New Features:
         o Enchantrix Barker. This feature found inside the Enchanting window, allows you to easily create messages to be sent over the trade channels to advertize your available enchants. Currently you need to have the mats for the reagents you want to sell in your inventory. You also need to be in a zone that has a trade channel. NOTE: Due to time constraints this feature has not been localized and is ONLY available in the en-US and en-GB locales (mwtb and Aradan)
         o A new command “/auctioneer terse (on|off|toggle)” has been added. Terse mode reduces the tooltip information to a single line with the item’s disenchant worth. This mode can be temporarily overridden by holding down the control key before clicking or hovering over an item. This setting is saved per character. (Aradan)


Informant:

   * Changes in the interface:
         o Informant will now print exact buy/sell values, even for items that are worth more than one gold piece. (Luke1410)
   * Bug Fixes:
         o Stack sizes for new items have been corrected. This was done by prioritizing data from GetItemInfo() over data from our internal database. (MentalPower)


EnhTooltip:

   * Changes in the interface:
         o The old TT_Foo functions have been deleted. Please change to using the EnhTooltip functions table. (MentalPower)
         o The Enhanced Tooltip now supports Asian Characters. (MentalPower)
   * New Features:
         o EnhTooltip.AddLine(lineText [, moneyAmmount, embed, bExact]) now takes an optional fourth Boolean parameter called bExact that when used in conjunction with the moneyAmount parameter causes the displayed money figures to be either exact or rounded. (Luke1410)
         o Added function EnhTooltip.GetglobalIterator() to iterate over numbered globals, e.g. "EnhancedTooltipText<x>". (Aradan)
         o Hooked into GameTooltip:SetText(). This hook just clears our tooltip since we can’t do anything interesting with plain text anyways. (Aradan)
         o Added support for inbox items. NOTE: Due to the fact that we can’t get the item link directly, this will not work for items that have a suffix (of the Owl) or for those that share names (Voodoo Dolls). (MentalPower)
   * Bug Fixes:
         o The hooking into GameTooltip:SetText() fixes some issues with non-item tooltips (empty inventory slots, backpack etc). (Aradan)


Installer:

   * Changes in the interface:
         o Support has been added for Greek and Dutch languages. (MentalPower)
         o Support has been added for the BeanCounter AddOn. (MentalPower)


All AddOns:

   * Changes in the interface:
         o All AddOns now use the dynamic strings feature in Khaos to dynamically change their configuration strings without reloading the page. (MentalPower)
   * Numerous other bug fixes and enhancements that you probably won’t even notice.


I would personally like to thank the rest of the development team for the immense amount of time and effort they put into making this release possible. Their screen names follow in alphabetical order.

   * Aradan
   * Luke1410
   * Mwtb
   * Norganna
   * Thorarin
   * Vindicator
   * Dinesh (Our First Forum Moderator)

At this time I would like to thank you the users for being so patient with this release. I would also like to point out that while the Auctioneer AddOns package is available for download from all four of the major UI mod websites, support is only given thru our official website, forums and IRC channel. Their addresses follow:

   * http://auctioneeraddon.com
   * http://enchantrix.org
   * http://norganna.org/bb
   * http://norganna.org/irc
Osobiste