Not signed in (Sign In)
    •  
      CommentAuthorNechckn
    • CommentTimeJun 6th 2008 edited
     
    All,

    Just a place-holder until Dinesh has time to wizard up a more intuitive changelog entry.

    The interesting changes:

    * Revision: 3164- Removed "scary" looking notification messages from some stats not having PDFs.

    Inclusion of EasyBuyout!

    EasyBuyout allows you to Shift+RightClick on an auction within CompactUI to easily buyout the Auction, as the name implies.

    Right click auction to buyout (with modifier, Shift as the Default)
    Right click your own auction to cancel (with modifier)
    Double click to bid minimal (no modifier)


    Inclusion of modifications to statistics

    Big, big changes to each of the statistics, you should find them to be a wondrous improvement.

    There is yet more:
    * Revision: 3163- Fixed assertion error that could happen from interaction with other addons.
    * Revision: 3162- ADV-243, adding AUEB information to the build.conf file
    * Revision: 3161- Standard deviation displayed now is corrected for hovering over stacks. If count of the item being hovered over is greater than one, both the single-item and stack standard deviations are shown. (SDEV-6)
    * Revision: 3160- Corrected standard deviation formula. Still not subject to display change dependent upon number of items for tooltip. (SDEV-6)
    * Revision: 3159- AUEB-4 - Pollution problem with function NewOnDoubleClick, made private.NewOnDoubleClick - Removed Debug Text from AUEB-3
    * Revision: 3158- AUEB-3 - EasyBid feature implemented. Double-click to bid
    Options available: Enable/Disable - no modifiers due to conflict
    * Revision: 3157- MISC-19: Auc-Stat-Purchased:
    - Create a cache for .GetPriceArray returns. The internal function to recover DB data generate loads of substrings and subtables. This is now avoided 75% of the time.
    - Data storage now generates much less garbage by using table.concat rather than lots of iterative concats.
    * Revision: 3156- ADV-205:
    - Call geterrorhandler() rather than assuming user uses Swatter
    - Only warn once, because most error handlers hate 100+ repetitions of errors
    * Revision: 3155- MISC-19: Auc-Advanced CoreScan:
    - Don't recycle a table full of refs to frames. That's very bad juju.
    * Revision: 3154- MISC-19:
    - Temporarily disable cache. Something fiddles with the cached tables, creating a mess.
    * Revision: 3153- MISC-19:
    - Reduce memory leakage for retreiving stat data by using a (garbage collectible) cache
    * Revision: 3152- Adjusted the cache for GetMarketValue() so that it is session-permanent except cleared after an AH data commit. Corrected an issue where delta becoming denormalized may result in an infinite loop in GetMarketValue(). Cleaned up several blocks of commented code. (ADV-227)
    * Revision: 3151- AAUEB-2 New Feature added: EasyCancel with optional modifier keys to right click and easily cancel an auction with no confirmation box.
    * Revision: 3150- fixes SetMapToCurrentZone() caused by earlier fix to zone faction storing (ADV-242)
    * Revision: 3149- Removed pollution from r3148 and generation of faction/realm in GetBestMatch() (ADV-106)
    * Revision: 3148- Updated GetBestMatch() and GetAlgorithmValue() API calls to use the new serverKey format instead of faction/realm. The old form is deprecated and should no longer be used, but is still accepted temporarily. (ADV-106)
    * Revision: 3147- ASAL-11:
    - GetPriceArray now returns pricing data even if last sale is more than 3 days old
    - Tweaked confidences to 100%/66%/33% depending on how old last sale is (3days/7days/forever)
    * Revision: 3146- fixes issue with faction data not appearing properly in some zones (ADV-233)
    * Revision: 3145- Fixes BCNT-165
    When the item is posted we now look at the users current list of auctions in the Auction house in Reverse order. This should mean that the current last item will be the proper UNIQUE id itemlink. This should allow expired auctions to function properly in High volume/stackable items (reagents etc) and properly record.
    * Revision: 3144- ADV-205:
    - Don't warn about the same problem multiple times (in the chat window)
    * Revision: 3143- (AAMU-51) sets props on new file
    * Revision: 3142- (AAMU-51) If AutoSell is going to sell something at the vendor it now opens a window showing you what it will sell.
    * Revision: 3141- Corrected an issue in GetMarketValue() where the cache was only returning the market value, instead of correctly the market value, seen count, and number of stats modules reporting. (ADV-239)
    * Revision: 3140- Corrected an issue where AucAdvanced.API.GetMarketValue() was only returning its first return value, breaking backwards compatibility. Now correctly returns number of times seen and number of stat modules reporting. (ADV-239)
    * Revision: 3139- APPR-156 Moves Only button to correct location in classic ui panel.
    * Revision: 3138- AUEB-1: Added new options to change the click-modifier key (Shift,Alt,Shift+Alt) to add with the right-click.
    Ctrl key can not be used due to the dressing room function of the AH
    * Revision: 3137- (AAMU-61 & AAMU-62) Visual issues with AutoSell ui fixed, corrected column data of vendor and appraiser's data being reversed in scrollsheet
    * Revision: 3136- Fixed caching of items for GetMarketValue() (ADV-227). Also corrected an issue where Stat-Debug was causing lockups if it was the only statistics module to report data (SDBG-5).
    Stat-Debug issue was due to its PDF being constant-zero, which CoreAPI.lua did not expect, resulting in an infinite loop while checking error percentages.
    * Revision: 3135- Fixed bug created in r3133. change lines 96 and 100 to match 129: return orig_AB_OC(...). (ADV-237)
    * Revision: 3134- Fixed pollution created in r3133. Used file-scope locals. (ADV-235)
    * Revision: 3133- Fixed pollution created in r3132. Used file-scope locals. (ADV-235)
    * Revision: 3132- ADV-235
    * Revision: 3131- Fixes APPR-133 Removes rogue debug global
    * Revision: 3130- Fixes APPR-133 The scroll frame is now reused for both classic and default styles. This allows us to remove the redundant code needed to update the classic scroll frame instance.
    * Revision: 3129- Added a PDF for Stat-Debug. This is just a placeholder PDF that will not influence market price. (ADV-227) Also fixed an issue with Stat-Debug where attempts to call GetPrice() on an item without data results in an error. (SDBG-4)
    * Revision: 3128- Corrected an issue in the new GetMarketValue() API where the minimum and maximum limits of integration were identical, resulting in a zero step and infinite loop. (ADV-227)
    * Revision: 3127- Optimized GetMarketValue() and removed some debugging utilities in it. Also improved its accuracy. Corrected an issue where scanning of AH that only found a single item would cause an error during processing. (ADV-227)
    * Revision: 3126- Adjusted GetMarketPrice() so that it now uses the new GetItemPDF() functions from stat modules. to determine its price. (ADV-227)
    - Still runs a bit slow. Needs some optimizations.
    - This function temporarily allows stat modules to be missing the GetItemPDF function. This check will be removed in the near future in favor of speed.
    - Added two new parameters to the GetItemPDF function: min and max, which helps resolve the limits of integration. StatSimple's and StatStdDev's GetItemPDF functions have already been updated to reflect this.
    * Revision: 3125- Corrected an issue where Enchantrix was making called to AADV's GetMarketPrice using incorrect parameters. (ENX-39)
    * Revision: 3124- Fixes Fixes APPR-155
    Change Beancounter search hook to use New API call BeanCounter.API.search(hyperlink, settings, true)
    * Revision: 3123- Fixes ASAL-10
    Change Beancounter search hook to use New API call BeanCounter.API.search(hyperlink, settings, true)
    * Revision: 3122- Add BASC-11
    Changes filter's text in config to color match its rarity.
    * Revision: 3121- (AAMU-80) changes vendor sell function to use a table and sell everything at one time instead of selling as we are scanning the bags ( needed for AAMU-51 )
    * Revision: 3120- Fixes BCNT-163
    Update to 2.0 database will be run on first restart if user is upgrading from 1.10 DB client or older.
    * Revision: 3119- Fixes AMOV-1
    Adds Auc-Util-Mover to the build.conf so it will be included in preview builds.
    * Revision: 3118- Fixes BCNT-162
    Corrects "attempt to index field 'AucModule'" error when AucAdv is not enabled
    Check for AucAdv presence before trying to register beancounter as a module.

    Enjoy,

    Nikk :shades:
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.