v0.4-nolib

Details

  • Filename
    AuctionLite-v0.4-nolib.zip
  • Uploaded by
  • Uploaded
    Nov 14, 2010
  • Size
    135.15 KB
  • Downloads
    24
  • MD5
    3a8866e77699483575fcd5c6686d48ce

Supported WoW Retail Versions

  • 3.0.9

Changelog

tag v0.4
9223783efaec9601f28d4ef0d64cb8fbc0c8b7c9
Merial <merial.kilrogg@gmail.com>
2009-01-02 06:49:51 +0000

Bump version to v0.4. Scoot scan button out of the way if Auctioneer is present.

--------------------

Merial:
    - Bump version to v0.4. Scoot scan button out of the way if Auctioneer is present.
    - Added external API. Added colors to buy/sell listings. Remember previous selected item (DetailLink) when submitting new searches. Fix bug in tooltip code (nil link, sigh).
    - Added alt-right-click shortcut for searching/selling. Added tooltips to buy/sell tabs. Fixed bug in mass buyout (it was bidding). Fixed bug in auction creation (button not enabled properly).
    - Remember user's auction prices within a session. Don't undercut our own auctions when clicking on them. Give percentage progress in sell tab and buy tab. Added a sanity check to buyout code.
    - Added mass buyout.
    - Added summary view to buy tab.
    - Wait for more data when auction results have nil owners. This change improves our ability to find auctions that we've decided to bid on.
    - Fixed bug with nil link after scan.
    - Fix nil link bug reported by v911net.
    - Split AuctionLite.lua into lots of smaller files.
    - Added "Buy" tab with based search/bid/buyout functionality. Created XML files for buy/sell tabs.
    - GetAuctionSellItemLink is now GetAuctionSellItemInfoAndLink. We're a bit more careful about return values from this function. This fixes another pjlworld bug, hopefully.
    - Fixed bugs reported by pjlworld. - Disable "Create Auctions" button when creating auctions. - Handle concurrent calls to CreateAuctions gracefully. - Fix problem with nil link in ShowPriceData.