r38

Details

  • Filename
    BlackMarketTracker-r38.zip
  • Uploaded by
  • Uploaded
    Dec 1, 2012
  • Size
    15.54 KB
  • Downloads
    73
  • MD5
    9e19e93374f9cd96d5c0486f50588aca

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r38 | jack445 | 2012-12-01 17:01:50 +0000 (Sat, 01 Dec 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* And even more time prediction improvements
------------------------------------------------------------------------
r37 | jack445 | 2012-11-30 20:55:23 +0000 (Fri, 30 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Fixed the window spam refreshing when the first auction on the list is completed
------------------------------------------------------------------------
r36 | jack445 | 2012-11-30 20:43:14 +0000 (Fri, 30 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Whoops.. I should start checking the commits before sending them
------------------------------------------------------------------------
r35 | jack445 | 2012-11-30 20:40:59 +0000 (Fri, 30 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* This should prevent the predicted time being displayed as negative (it is intended for it to go below 0 but it should never be displayed when this happens)
------------------------------------------------------------------------
r34 | jack445 | 2012-11-30 19:55:29 +0000 (Fri, 30 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Major predicted time improvements
------------------------------------------------------------------------
r33 | jack445 | 2012-11-29 00:08:53 +0000 (Thu, 29 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.xml

* Added a column with number of bids done on an item
------------------------------------------------------------------------
r32 | jack445 | 2012-11-28 23:46:27 +0000 (Wed, 28 Nov 2012) | 2 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Fixed scroll frame (invitations started rolling out on my realm now ^^)
* More predicted time corrections
------------------------------------------------------------------------
r31 | jack445 | 2012-11-28 13:01:30 +0000 (Wed, 28 Nov 2012) | 3 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Updated .toc for 5.1
* Added 1 minute to upper predicted time for the new items, as it should show the worst case (meaning that it should never predict the auction as 'Completed' when it has not)
NOTE: Brawler's guild invitations are not up on my realm's BMAH, therefore I cannot check if the addon crashes when many of them show up.
------------------------------------------------------------------------
r30 | jack445 | 2012-11-24 15:19:33 +0000 (Sat, 24 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Time prediction fix
------------------------------------------------------------------------
r29 | jack445 | 2012-11-23 16:59:55 +0000 (Fri, 23 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Updater syncing fix
------------------------------------------------------------------------
r28 | jack445 | 2012-11-23 16:28:40 +0000 (Fri, 23 Nov 2012) | 6 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Forgot to add that previous commit makes the browser refresh automatically without having to close and reopen it
* Addon should no longer return an error when the window is closed and someone updates at BMAH
* Syncing items that have been split into multiple messages should work properly now
* Syncing predicted time left should work as intended
* Attempting to sync with empty db should not return an error anymore
* Fixed time and date comparison causing an error
------------------------------------------------------------------------
r27 | jack445 | 2012-11-20 21:22:50 +0000 (Tue, 20 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.xml

* Let's say this is a 'working' version of this addon with time prediction. Likely to have some bugs still but at least it's usable now :)
------------------------------------------------------------------------
r26 | jack445 | 2012-11-19 22:54:10 +0000 (Mon, 19 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Some more work on time left prediction. Still don't recommend downloading this
------------------------------------------------------------------------
r25 | jack445 | 2012-11-19 13:15:09 +0000 (Mon, 19 Nov 2012) | 3 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua

* The list will now update whenever new items are obtained
* The addon will tell you now when was the last update done ("x days/hours/minutes ago") in addition to the date and time of the update
* Started the work on time prediction. I would not recommend downloading this revision as this part is not final
------------------------------------------------------------------------
r24 | jack445 | 2012-11-17 23:10:19 +0000 (Sat, 17 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Forgot to add this here.. :)
------------------------------------------------------------------------
r23 | jack445 | 2012-11-17 23:02:41 +0000 (Sat, 17 Nov 2012) | 4 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua

NOTE: Since previous revision the addon is not backwards compatible when it comes to syncing items (you can still use the old versions but you won't be able to synchronize the items between you and people with the newer versions). This version is considered 'stable' when it comes to currently present features. If there are no errors, I'll move on to time prediction.

* Items' fields can get split between multiple messages when syncing. This should fix the case when item name, link and texture path were longer than usually, which caused the whole message to exceed 255 characters.
* Items are checked per marketID instead of per name. This should make the addon still work properly past 5.1 when multiple Brawler's Guild invitations pop up on the Black Market.
------------------------------------------------------------------------
r22 | jack445 | 2012-11-16 00:10:08 +0000 (Fri, 16 Nov 2012) | 4 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Don't move update time, update date and market ID to history db
* Added field for items in history db with the date of addition (for future use to limit the history db size)
* Corrected debug typo (this shouldn't affect anyone anyway, unless you uncommented stuff out yourself
* Started work on sync message splitting. Due to the maximum amount of characters that can be sent through SendAddonMessage() this - rarely - wasn't working properly.
------------------------------------------------------------------------
r21 | jack445 | 2012-11-14 00:07:30 +0000 (Wed, 14 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Testing repo keyword substitutions
------------------------------------------------------------------------
r20 | jack445 | 2012-11-08 17:42:01 +0000 (Thu, 08 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Forgot to turn debug messages off again...
------------------------------------------------------------------------
r19 | jack445 | 2012-11-06 23:07:13 +0000 (Tue, 06 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.toc
   M /trunk/BlackMarketTracker.xml

* Frame naming correction
------------------------------------------------------------------------
r18 | jack445 | 2012-11-06 22:57:14 +0000 (Tue, 06 Nov 2012) | 2 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc
   M /trunk/BlackMarketTracker.xml

* Items on the list behave like all other items in-game and can be now shift-clicked into the chat or ctrl-clicked to be viewed on your character
* Minor change to the item syncing, hoping this will cause the items to be synced upon logging in again
------------------------------------------------------------------------
r17 | jack445 | 2012-11-03 22:42:27 +0000 (Sat, 03 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Forgot to turn the debug messages off again. This version needs testing now, there are no errors/bugs that I'm aware of.
------------------------------------------------------------------------
r16 | jack445 | 2012-11-03 22:40:25 +0000 (Sat, 03 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Whoops, date comparison corrections. This works now.
------------------------------------------------------------------------
r15 | jack445 | 2012-11-03 22:29:21 +0000 (Sat, 03 Nov 2012) | 2 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Syncing upon logging in should now take date into account as well
* UpdateTime should never be a string type anymore
------------------------------------------------------------------------
r14 | jack445 | 2012-11-03 19:35:57 +0000 (Sat, 03 Nov 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Let's hope this fixes the version syncing
------------------------------------------------------------------------
r13 | jack445 | 2012-11-03 19:22:53 +0000 (Sat, 03 Nov 2012) | 3 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Updater is being synced again
* Fixed an error caused when trying to sync without info about sender (corrupted sender info)
* Improved getting version info (previous commit, wasn't listed in changelog)
------------------------------------------------------------------------
r12 | jack445 | 2012-11-03 18:36:00 +0000 (Sat, 03 Nov 2012) | 3 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua
   M /trunk/BlackMarketTracker.toc

* Increased the time for the addon to sync the items upon logging in
* Fixed an error happening when syncing items upon logging in with empty database
* Added /bmt delete, which deletes all data in current and history database, sender information and config information
------------------------------------------------------------------------
r11 | jack445 | 2012-11-01 22:49:20 +0000 (Thu, 01 Nov 2012) | 2 lines
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Fixed causing an error when checking the black market for the first time upon logging in or when the amount of the items changes
* Added an early version of item syncing upon logging in as well as removing them from the list based on sync
------------------------------------------------------------------------
r10 | jack445 | 2012-10-29 13:18:57 +0000 (Mon, 29 Oct 2012) | 1 line
Changed paths:
   M /trunk/BlackMarketTracker.lua

* Added task manager: scheduling and unscheduling function calls with a given time delay
------------------------------------------------------------------------