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 !
panda / changelog.txt
100644 72 lines (62 sloc) 2.81 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
3.0.3.10-Beta
    Big 3.0 update! No more dongle or OptionHouse
    Redesign DE panel to use space better and display results more clearly
    Redesign prospecting panel to be, like, actually useful
    Add Wrath gems and ores
    Add glyph and scroll panels
    Add milling
    Add flask and elixir panels
    Add shift-click item linking
    Add alt-click to craft all of an item
    Add flasks and elixirs panels
    Add Nightmare Vine to milling
    Tweak up the UIErrorsFrame strata so we can see combine errors
    Save char's known combines across sessions
    Add * to glyphs that require two inks
    Use itemIDs when crafting instead of names
    Use Auc's Beancounter, I guess
    Move DE panel tooltip anchor so it doesn't cover up the current button
    Make DE panel tooltip update on BAG_UPDATE
    Add placeholder wrath DE probabilities... no idea if the usual pattern is maintained
    Make panels scrollable if they overflow
    Add force-cache button to panels
    Make refresh button use localized craft name
 
2.4.3.9-Beta
    Add AddonLoader LDB launcher field
    Tweak launcher declaration to match the updated spec
 
2.4.2.8-Beta
    God damn OnTooltipSetItem calls with nil items...
    Add LDB launcher, kickass panda icon
    Fix ore tip formatting
    Make price panel refresh prices OnShow
    Add crush values to FI and Adaman Ore tooltips
    Make gemtooltip cache clear also
 
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