We are pleased to release Auctioneer 5.6, which is fully compatible with World of Warcraft 3.2.x.
Installation Notes: * Adds workarounds for some Blizzard bugs in WoW 3.2 which impact Auctioneer. Please make sure Auc-Util-FixAH is enabled in your Addon list to employ these temporary fixes. * Please be sure to read and follow http://Wiki.Norganna.Org/Installing when upgrading your installation.
Major new features implemented since version 5.5: * Massive speed improvements to searches in the SearchUI, particularly for non-resale searches * Improvements in posting speed from Appraiser, both for single items and batch posting * Lots of behind the scenes optimization and code tweaking to implement better caching and get better performance throughout Auctioneer * Profile enhancements now allow for copying profiles and resetting back to defaults * Tooltip configuration now possible from a single configuration location * Enhanced Auctioneer's ability to manage and report statistics for multiple realms and factions * Searchers can now individually select the price model they should use in their calculations * Snatch searcher now allows for pricing as a percentage of current market price, rather than just static prices * Default sort order now remembered properly in SearchUI and BeanCounter * BeanCounter now reports profit and loss for all searches * BeanCounter bugfixes and database maintenance updates * External BeanCounter window can now be resized wider * Appraiser price reported should now be consistent across all modules, including all relevant matching * Filtered auctions are still ignored by statistics, but are now included in the current AH snapshot and will display in Appraiser competition frames * Corrects issues with the Appraiser Refresh button sometimes not refreshing all competition * Updates to Enchantrix for new disenchanting, prospecting, and milling reagents and skill levels * Additional options and filters available for auto-disenchanting in Enchantrix * We now use Blizzard provided vendor sell values * Includes all the latest localizations available.
Request for Localization Help: * Please, if you have any sort of decent grasp of any of the languages in use by various WoW locales, we are in need of help localizing Auctioneer, Informant, and the other AddOns listed at http://Localizer.Norganna.Org . * Registering takes only moments and you can be on your way... it is quite simple. Even if you only have the time/inclination to help with a few translations, that will be better than what we have now for some of the locales. * Before starting, kindly take a look at http://forums.norganna.org/discussion/9517/translation-format/ for some basic thoughts.
Happy Auctioneering,
Nikk and the rest of the family at Norganna's AddOns
Current commits (changes, enhancements, fixes): Revision: 4424 Tagging 5.6 Release Revision: 4423 Create 5.7 Branch to allow for work on next release. Revision: 4422 Merge of recent fix of typo in BCNT. Revision: 4421 How did this code ever work previously like this? *BOGGLE* Fix BCNT-277 Revision: 4420 Merge of recent changes including the reintroduction of the paging fix for the AH, which, apparently was changed during a hotfix or "something". Also fix to scandata to ensure it displays, along with the stack size, whenever it is loaded. Change to allow the BCNT frame to show when the AH is opened and to allow it to be resized. Some modifications to ENX localization framework, such as strings. Revision: 4419 Reintroduce the PageOneReturn.lua since, it is quite apparent that the AH has returned to the old, broken behavior. Also, commented out the auto-disable code so that a new release is not needed for each build. Revision: 4418 Reintroduce the PageOneReturn.lua since, it is quite apparent that the AH has returned to the old, broken behavior. Also, commented out the auto-disable code so that a new release is not needed for each build. Revision: 4417 Fixes [#BCNT-276] The External BeanCounter search window now has a small button in the bottom right that allows the user to drag the window making it wider. Revision: 4416 Fixes [#ADV-94] Auctioneer Classic has been decommissioned. Interaction between advanced and classic is no longer an issue. Command interface enhanced to show help according to which slash command triggered it, and to act upon auctioneer slash command. Revision: 4415 Fixes [#ADV-152] All code to routines found by GetAllModules are wrapped in pcall. Those places that looked at function outputs now will log to nlog the failure, the other locations just silently ignore the error. Revision: 4414 ENX-118, ENX-110 - update enchantrix constants and baselines for 3.2, update translation strings Revision: 4413 Fixes [#SPRG-8] Adds percentage calculation to display. Thanks to Gregity for the code fix for this and SPRG-3. Revision: 4412 Fixes [#SPRG-3] Modifies time left to "Done" once scan is complete. Revision: 4411 Implements [#SDAT-6]. Stack size breakdown now always displayed. The old code tried to check for there being only a single stack size listed in the snapshot. If so, it would not display the stack size breakdown. Unfortunately, the dist.stack table is sparse, and so the return of #(dist.stack) actually returns the size until the first non-existant stack (e.g. a 0 if there is no 1 stack, a 3 if stacks are (1,2,3,10,20), a 5 if they are (1,2,3,4,5,19), etc.). Since there is no easy, clean way to count the table size for sparse tables, for the moment I've just removed the check altogether. If saving that one line becomes important down the road, we can add it another table iteration to do a count first. Revision: 4410 Starts [#ASER-244] The searchUI manifest window will now remember the sort direction and any column order movements the user has mad across sessions. The columns can be moved by right clicking and dragging the header frame. ALT+Right click to resize a column Revision: 4409 Merge of recent changes, including workaround in ENX to avoid tooltip issue, fix to tooltip from scandata, and fix so that purchases remove items from snapshot just after purchase. Revision: 4408 Fixes [#SDAT-15], corrects copy/paste error so that suffix and base totals are reported which match the PriceLevel breakdowns. Revision: 4407 [#ENX-120] - work around nil links coming into the Enchantrix tooltip handlers for now, leave them as separate tests so we can debug it once we have a reproduceable case Revision: 4406 Fixes [#ADV-477] Returns treating very small result sets as a getAll. Also moved parameterized commit function to a private function as improper calling could corrupt/taint the scan data. Revision: 4405 Fixes [#APPR-277] Reverses direction of slider movement in Duration slider when using scrollwheel. Revision: 4404 Merge of recent changes; BCNT change to allow use of external BCNT window while the AH is opened, removal of the paging fix in FixAH, and change to the disable code. Revision: 4403 Removes the pageone fix as no longer needed. Revision: 4402 Removes the pageone fix as no longer needed. Revision: 4401 Update AH Page One Search fix for Live realm client version 10314 Revision: 4400 Adds [#BCNT-274] BeanCounter's External search window will be usable at the same time as the AuctionHouse window. It will only hide if the user selects the BeanCounter tab on the AuctionHouse. Revision: 4399 Merge of recent change to BCNT to help in the recording of "failed" auctions. Revision: 4398 Fixes [#BCNT-272] Should make failed auctions record more reliably. Expands time window failed auctions will be matched against from 20 minutes to 4 hours. So we search 2 hours before and 2 hours after estimated posting time. Comments out a lot if debug code, debug will now ONLY report when a mail FAILS to record. Revision: 4397 Merge of recent changes to help with BCNT's APPR integration and column sorting. Also change to ensure the setting to integrate/remove the SearchUI from the AH frame functions as expected. Revision: 4396 Once more, with properties defined. Revision: 4395 Adding in appropriate revision code for ##Revision. Revision: 4394 Update Glypher TOC metadata Revision: 4393 Fixes [#BCNT-269] If user has rearranged the BeanCounter column order, the users last selected column to sort by and sort direction, will be properly applied next across play sessions. Revision: 4392 Fixes [#BCNT-268] Automated searches of BeanCounter while browsing the AH will display all checked filter options. The players current filter options will be used for API queries that lack the settings filter table. Revision: 4391 Fixes [#BCNT-270] Adds check to make sure we have a valid item before attempting to :match() when running the 2.09 bit of DB upgrade code. Would error if the itemIDName array was empty. Revision: 4390 Fixes [#ASER-241] The setting to disable SearchUI's integrated "Search" tab on the Auctionhouse should now work properly Revision: 4389 Merge of recent changes, including change to INF to use new vendor sales price from the API, fix to ENX to display TT information correctly, and strings from localizer. Revision: 4388 [#ENX-119] - fix the link decoding to handle spell and enchant links Revision: 4387 [#INF-68] This replaces the database value with the Blizz-supplied value at the time of lookup. Still need to remove references to our database value, probably should also remove the display from the extra tooltip, which is now redundant. Finally, will need to remove the sell-to-vendor value from the database and change the updater script not to look for it, and notify Wowhead we don't need them to supply it any more. Revision: 4386 Completes [#MISC-58] Update of strings from Localizer for AUC, BCNT, ENX, ENXBRK, and INF. Revision: 4385 Merge of addition to FixAH to help deal with recent API issue, introduced along with 3.2 patch. message() API has a bad frame reference. This will override with the proper frame reference. Revision: 4384 Adds fix for Blizzards message API bug introduced in patch 3.2 message() API has a bad frame reference. This will override with the proper frame reference. Revision: 4383 Merge of changes to include TOCs and clean up to help reduce chance of posting issues from APPR.
The above includes only the 50 most recent changes. For a complete, detailed inventory of our changes, see the complete Change Log at http://fisheye.norganna.org/browse/Auctioneer .