Not signed in (Sign In)
    •  
      CommentAuthorNechckn
    • CommentTimeApr 15th 2009 edited
     
    Auctioneeros,

    We are pleased to release Auctioneer 5.4, which is fully compatible with World of Warcraft 3.1.x.

    Roughly 50 changes this time, including a major overhaul of BeanCounter and its handling of data, although there should be no huge changes on the end-user side.
    *A major change this time to the Appraise Frame, including shortening the “sliders” to make them a bit less menacing to the uninitiated, the addition of the “per stack”/ “per each” pricing option by clicking the per stack/ per each to the left of the GSC boxes, and alignment of the option selection boxes to help speed posting, even more.
    **Due to these changes, the “Simple” view was removed. Kindly keep in mind that this is the first major step to the new look, so bear with us during the transition. We welcome specific, constructive feedback on http://Forums.Norganna.Org , as always, so please swing by with your thoughts and recommendations.
    *Another popular change went live, in the code for the SearchUI pop-up. The “Yes” and “No” boxes will no longer move depending upon the length of the item name.
    *The AskPrice module also has had a modification, due to the changes to the chat filter system introduced in WoW 3.1; basically, a change to the order of the function(s).
    *AuctioneerDB continues toward completion with a few fixes, including allowing for Realms with hyphens in the name, no longer throwing an error when no sell value provider exists, and adding in Realm/Faction codes.
    *Progress continues on [#ADV-124] , the serverKey project. The Auc-Stat-Simple will now provide valid returns, based on Realm, for those looking for cross-realm Arbitrage amounts via home grown code. This is one step closer to allowing for an option to display another faction/realm in the “official” tooltip- the same goes for Stat-Sales.
    *All of the very latest http://Localizer.Norganna.Org files have been added, so all of the updates we have, you will see in your localized client.
    ** Please, if you have any sort of decent grasp of any of the languages, 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
    __________
    Individual commits (changes, enhancements, fixes):
    Revision: 4156 Completes [#ADV-426] Updates all strings across the Suite with those from Localizer.
    Revision: 4155 [#ADV-425] Update TOC Interface to 30100 for WoW client v3.1.0
    Revision: 4154 [#ASKP-29] Update Auc-Util-AskPrice ChatThrottleLib package to v20.
    Revision: 4152 Fixes [#SIMP-20] & [#SIMP-19]: the Clear Item command will correctly handle items with suffixes ("of the ..."). Plus some other minor tweaks.
    Revision: 4151 [#ADB-14] : Fix realm/faction splitting to handle realms with hyphens
    Revision: 4150 [#ADB-13] : Fix error when no sellvalue provider exists
    Revision: 4149 [#ADB-14] : Prefix realm-faction designation with portal code
    Revision: 4147 Continues [#APPR-2] Adds price level coloring to Stack price entry boxes.
    Hopefully fixes issues with syncing per each and per stack price boxes when using "Matchers".
    Revision: 4146 Fixes [#ADV-423] The Value and itemLink lines will no longer extend into the icon and off the buy prompt window
    Revision: 4145 Continues [#BCNT-240] Corrects global variable: serverName at line 132
    Revision: 4144 Merges all changes made in Branch related to [#BCNT-240]
    ****Warning backup, this may or may not destroy your data, kick your dog, and taunt you a second time****
    Move all storage tables to use the same data layout and length, simplifying storage and re-trivial. Adds NEW FIELD to store which auction house trxn took place at. A, H, N
    Changes the way we store itemLinks in the itemNameArray. This saves space and improves the speed of the string.finds()
    Updates Search API to allow MULTIPLE server search results (max 4). in settings table pass a named list of servers{"name", "name2"}
    Revision: 4143 [#ASKP-28] To deal with the upcoming changes to the chatfilter system, the filter function has been changed from:
    function (message) <stuff> end
    to:
    function (self, event, ...) local message = select(1,...) or arg1 <do stuff> end
    Revision: 4141 [#ENX-113] Removing Mercurial Stone from the disenchant list.
    Revision: 4139 Fixes [#ADV-384] Makes sure the "graphical" frame is one level below the rest of the elements.
    Revision: 4138 Fixes [#ADV-384] Accidentally erased a “.” before commit.
    Revision: 4137 Fixes [#ADV-384] The Yes and No buttons on the "searchUi" buy prompts should no longer move when the prompt window size changes.
    We split the "anchor" frame for all the prompt elements from the Backdrop frame thats resized. This stops unexpected movements when the backdrop is resized.
    Revision: 4134 Continues [#APPR-2] Re-adds Stack and quantity number entry boxes.
    Revision: 4133 Starts [#APPR-2] Removes Simple Appraiser View since we have Post frame for simplicity. Rearranges Appraiser Full to be a little cleaner. Adds toggle to change Price input boxes to allow PRICE PER STACK or PRICE PER EACH. --Still todo tooltips, price level.
    Revision: 4132 Fixes [#AAMU-101] Items with the ':' character in their names should now display correctly in the AutoMagicc vendor list and in chat reports.
    Revision: 4125 Fixes [#SIMP-18]: Performs extra checking at load time to remove any invalid entries from StatSimple's database.
    Revision: 4122 Fixes [#ASER-211] Adds proper stack size count when we display a tooltip on SearchUI scroll frame.
    Revision: 4121 Fixes [#ASER-210] RealTimeSearcher should now provide valid "Inventory Slot" codes to the searchers.
    Revision: 4119 Fixes [#APPR-258] Rounding settings should no longer cause problems when you try to create a bid-only auction.
    Revision: 4114 Fixes [#BCNT-237] Adds a "self" exists check so the function works in 3.0 and 3.1 test realms.
    Revision: 4113 Fixes [#BCNT-237] Beancounters tab on the AH will no longer appear blank on the 3.1 test realms. Corrects secure hook return values to include mouse button variable.
    Revision: 4112 Updates [#ASAL-20] Prevents StatSales from returning incorrect values for cross-server queries.
    StatSales is only able to access data for the current server, due to limitations in BeanCounter.
    Revision: 4110 Updates [#SIMP-17] minor fix to StatSimple startup code
    Revision: 4109 Merge of [#SIMP-17] changes to fix StatSimple so that it uses the correct serverKey format. This change will make things like comparing prices across realm/faction functional, including displaying in the tooltip.
    Revision: 4107 Resolves [#VMUP-6]
    Revision: 4106 Fixes [#ADV-418] Will no longer display bid prices higher than buyout in SearchUI and CompactUI for certain auctions; Buyout of these auctions from SearchUI should no longer fail. Fixes [#COMP-21] CompactUI will now show the bid values for all auctions when "Show Required Bids..." option is disabled; able to handle auctions with a minimum bid of 0c correctly.
    Revision: 4104 Fixes ADV-417 Removes invalid reference in Auc-Advanced.toc
    See the Complete Change Log via http://Fisheye.Norganna.Org , specifically, http://fisheye.norganna.org/browse/Auctioneer .


    **Nechckn Edit: Corrected SearchUI Yes/No change information.
World of Warcraft™ and Blizzard Entertainment™ are trademarks or registered trademarks of Blizzard Entertainment, Inc. in the U.S. and/or other countries.