public
Description: WoW Addon - Prospecting and Disenchanting Aide
Homepage: http://www.tekkub.net
Clone URL: git://github.com/tekkub/panda.git
Click here to lend your support to: panda and make a donation at www.pledgie.com !
tekkub (author)
Fri Jun 27 20:44:44 -0700 2008
commit  0549be7ae2f3eb24cbe1079fdd19372e4586c7df
tree    4e2431039d3768d1744f442524013ae08fa1a1b2
parent  21e00a5520c69bc10efc9f3f93e7802b4b6043a5
panda / changelog.txt
100644 36 lines (29 sloc) 1.402 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
2.4.2.7-Beta
    Clear the DE tip cache whenever the AH refreshes, so that we get updated prices
    Add mu symbol so I can remember which number is the mean
    Make gem cutting panel prices refresh, instead of only writing on first show
    Add support for GetAuctionBuyout global for price lookups
    Add pearls to gem cutting panel
 
2.4.2.6-Beta
    Don't nil out our constants, we don't really need to and it's causing issues
 
2.4.1.5-Beta
    Fix epic panel deleting green/blue panel generator if opened before green/blue panel
    Add meta cutting panel
 
2.4.1.4-Beta
    Fix gem tooltip error when raw gem has no Auc price
 
2.4.1.3-Beta
    Add epic cutting panel, Brilliant Glass, new Rare cuts
    Fix issue with unknown prices and tooltips
    Add gem cut price info to raw gem toolips
    Updating TOC to 20400
 
2.3.3.2-Beta
    Fix GemCutting panel not registering events on first show
 
2.3.3.1-Beta
    Add bag item counts to GemCutting frame
    Open backback when panels are shown, nil out frame factories when they aren't needed anymore
    Common constants across the addon (save a smidge of memory)
    Fix tip anchor in DE frame
    Add Gem cutting (green and blue) panel
    Move common util functions into the addon's table
    Added click-prospecting and prospect counts to the prospecting panel
    Add server query to ensure our items are cached if possible, fixes issue #208