r20091213

Details

  • Filename
    QuickAuctions-r20091213.zip
  • Uploaded by
  • Uploaded
    Dec 13, 2009
  • Size
    184.44 KB
  • Downloads
    444
  • MD5
    87effcdc0b320238d8cd8095ba90b96f

Supported WoW Retail Versions

  • 3.2.0

Changelog

Author: Shadowed <shadowed.wow@gmail.com>
Date:   Sun Dec 13 16:06:32 2009 -0800
Reordered post messages, no owner is now the last message rather than second
Auctions without a buyout are no longer recorded period, even their quantity is ignored as it's irrelevant data

Date:   Sat Dec 12 14:36:08 2009 -0800
Comparing nils with numbers is bad
Should have fixed "Auction created." messages that happen on the last post scan
Fixed math.floor nil value error
Fixed potential for an error around line #158 in QuickAuctions.lua if an invalid log id is passed

Date:   Fri Dec 11 00:25:53 2009 -0800
Redid posting code, auctions are now posted while data is scanning, meaning it'll scan data for Scarlet Ruby then post Scarlet Ruby while it scans the next auction, this should drastically speed up posting
Status button is now an indicator for scan progress just like cancel and post will show their progress
Added super scanner option, although it's hidden for now since it doesn't work quite as well as I want it to
Changed how the button disabling functions in QA are called to handle the new changes
Localization update

Date:   Thu Dec 10 18:43:10 2009 -0800
Price gap is now limited by fallback * fallback cap, meaning if your fallback is 100g, fallback cap is 50g it will ignore auctions above 150g for calculating the price gap
If threshold is 50g, your competition posts at 51g and your undercut is 5g it will now auto undercut by only 1g to prevent going below the threshold
Fixed lastSeenLogID error that randomly happened

Date:   Tue Dec 8 18:11:22 2009 -0800
Guess I should TOC bump too while I am at it
Implemented new canceling mode that requires a hardware event before it smart cancels
Added configuration for cancel binding and sound when ready to cancel
Added a note describing the changes to canceling in Quick Auctions introduced with 3.3, message is only shown once

Date:   Thu Nov 26 13:41:22 2009 -0800
- Renamed Price Threshold to make it less confusing
- Price Threshold renamed to Maximum price gap

Date:   Wed Nov 25 13:24:23 2009 -0800
- Added price threshold option, this applies to both posting and cancelling. Let's you set a price at which it will default to the second lowest auction, eg if there is a 10% price difference between your lowest auction and the second lowest it will post at second lowest price instead
- Added configuration for price threshold option
- Localization update
- Fixed fallback items failing to be recongized when using auto fall back, floating points that are not actually visible floating points are fun
- Fixed error in manage.lua:343
- Added description on using the middle button in the range slider to change it
- Commiting at 2 AM is bad, re-applied soulbound fix
- Fixed post cap failing on any item that was posted in stacks above one
Revert "- Fixed soulbound detection failing for some localizations, such as French"
This reverts commit 70c6485d07c97dbcb16d7afd2f5ab7ff8ca3aaef.
- Fixed