Skip to content

Releases: mooreatv/AuctionDB

v0.11.00 of Auction House DataBase - AHDB (Classic and BfA)

28 Aug 07:36
Compare
Choose a tag to compare

v0.11.00 Aug 27th 2019

  • No more pause/hang on classic at the end of the first scan!
  • Unlike in BfA which doesn't mind despite 100x more items, for classic we needed to not restore
    the item update event immediately, yet keep the UI functional even if you search after
    and hit enter in Name editbox for instance (still haven't found how to hide previous results
    if you manual search first and then do a full scan but it's only cosmetically wrong in that case)
  • Fix the inital /tar -> /scan button binding
  • Detect "in combat" overlapping with start/end of resting to avoid addon blocked errors

v0.10.00 of Auction House DataBase - AHDB (Classic and BfA)

28 Aug 04:15
Compare
Choose a tag to compare

Should be much less annoying/in the way of normal character play

v0.10.00 Aug 27th 2019

  • Don't show the big pulsating button unless IsResting() (ie in city/inns) - Fixing Issue #12
  • Only keybind scan when at the AH
  • Option to turn off the /tar auctioneer binding
  • Now works even if another addon (like aux-addon) hides the standard UI (moved ah open/close events to MoLib)
  • Also from MoLib: Bug fixes on normally shrinking auctions list
    (in classic unlike BfA it seems the list refreshes faster despite having fewer auctions)

v0.09.02 of Auction House DataBase - AHDB (Classic and BfA)

27 Aug 07:08
Compare
Choose a tag to compare

7.7 instead of 7.66666666666666 copper :)

image

v0.09.02 Aug 26th 2019

  • Pick up another MoLib small fix (round to .1 copper when dividing (avoids 16.6666666 copper),
    coding error in 1 of the warnings)

v0.09.01 of Auction House DataBase - AHDB (Classic and BfA)

26 Aug 23:41
Compare
Choose a tag to compare

Bug fix in code I couldn't test until now ! Now works fine ! Use it to capture the nascent WoW classic economy!

v0.09.01 Aug 26th 2019

  • Bug fix with GetMyRegion in classic code path that couldn't be tested until now (!) sorry!

v0.09.00 Aug 26th 2019

  • Rebranded from short name "AuctionDB" to "AHDB" to avoid confusion with TSM's internal module of the same name
  • Now include current bid in scan DB v6 and deserialization on load.
  • (for now) Requires Better Vendor Price to display AH results information through tooltip
  • Classic is today !

image

v0.09.00 of Auction House DataBase - AHDB (Classic and BfA)

26 Aug 12:31
Compare
Choose a tag to compare

v0.09.00 Aug 26th 2019

  • Rebranded from short name "AuctionDB" to "AHDB" to avoid confusion with TSM's internal module of the same name
  • Now include current bid in scan DB v6 and deserialization on load.
  • (for now) Requires Better Vendor Price to display AH results information through tooltip
  • Classic is today !

image

v0.08.00 of Auction House DataBase (Classic and BfA)

25 Aug 23:21
Compare
Choose a tag to compare

v0.08.00 Aug 25th 2019

  • Pickup from MoLib: itemdb version 4 (20% shorter), and a bug fix for suffixid
  • Better/more Localization strings

Coming next:

v0.07.01 of Auction House DataBase

24 Aug 23:47
Compare
Choose a tag to compare

Same as v0.07.00 with a MoLib fix picked up:

v0.07.01 Aug 24th 2019
(from MoLib)

  • Fixed bogus realm mismatch warning

Coming next:

v0.07.00 of Auction House DataBase

24 Aug 07:30
Compare
Choose a tag to compare

ChangeLog for AuctionDB by MooreaTv (moorea@ymail.com)

Coming next:

v0.07.00 Aug 23rd 2019
(from MoLib:)

  • New ItemDB even more compact format
  • Scan data also better structure: group by item and seller,
    now down to 1.5Mb a scan from 30Mb when I started.

v0.06.00 Aug 23rd 2019

v0.05.00 Aug 22nd 2019

  • The build now includes localization
  • bug fix: use PLAYER_REGEN_DISABLED as the event to hide our button, avoids combat error
    (thanks humfras!)
    v0.04.00 Aug 22nd 2019
  • Now with functional auto scan as well as secure button to target, scan and reload
  • options panel controls how many newly found items should be shown in each scan
    v0.03.00 Aug 21st 2019
  • Pick up MoLib changes to split item DB and scan results yielding 30Mb -> 2Mb decrease
    (+ couple Mb for itemDB but that's fixed cost with number of scans)
    v0.02.01 Aug 20th 2019
  • Initial functional version, click to scan
    v0.01.01 August 20th 2019
  • AH context call and key bindings (and pick up newer MoLib)
    v0.01.00 August 19th 2019
  • Options/config pane
  • initial version, created from MooreaTv/WowAddonTemplate
    ./newaddon.sh 'AuctionDB' 'ADB' 'Auction House DataBase' 'AUCTIONDB' 'ahdb' 'Auction House DataBase, records DB history and offline queries, for classic and more'