vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 --[[
2  
3 TradesBar for WoW (World of Warcraft)
4 Desc: A row of buttons for your Trades Skills
5  
6 LIST OF AUTHORS and FIXERS
7 Author 1: CRiSPyToWN "Iling on Skywall(Nightelf)"
8 German Tanslator1: Farook of wowinterface.com forum
9 German Tanslator2: Vivalos of wowinterface.com forum
10 French Tanslator1: Trucifix of ui.worldofwar.net
11 French Tanslator2: obockstal of ui.worldofwar.net
12  
13 VERSION HISTORY
14 1.90b: Author 1
15 ~Removed the message that appears in realm change and loadup
16 ~Fixed for version WoW Patch 1.11
17  
18 1.90b: Author 1
19 ~Fixed bug with hard coded id number for the id number of fishing. This
20 should not have been because different people have different ID for their
21 spells
22  
23 1.85b: Author 1
24 ~Fixed local for German and French.
25 ~Added in support for FishingBuddy. (It is not required!!!)
26  
27 1.80b: Author 1
28 ~Added in feature to Hide/Unhide bar when in and out of combat.
29  
30 1.70b: Author 1
31 ~Find Treasure skill.
32 ~Fix Hide/Unhide Bar Issue for mount/unmount and possibly when you switch
33 zones.
34 ~Fixed local for Engineering in French.
35 ~Fixed local for the feature that speciality trades override the default
36 trade for French and German. It already worked fine for English peeps.
37 ~Added binding for all major trades and skills. I didn't add in Speciality
38 trades because when you open the normal window it is the same as if you
39 opened the speciality window.
40 ~Cleaned up code so it now loads under 0.030 seconds on average.
41  
42 1.65b: Author 1
43 ~Fixed version number for 1.10 series
44  
45 1.60b: Author 1
46 ~Fixed German support for Pick Pocket -Thanks Farook
47 ~Fixed French support for Smelting and Skinning -Thanks Trucifix
48 ~Fixed new config window to load saved settings
49  
50 1.50b: Author 1
51 ~Addedin French Support -Thanks to Trucifix
52 ~New config window
53 ~Added in the ability to enable/disable a button of choice
54  
55 1.40b: Author 1
56 ~Fix Lockpicking
57 ~Added Pick Pocket (needs tranlation to german)
58  
59 1.35b: Author 1
60 ~Finished adding in support for German -Thanks to Farook
61  
62 1.30b: Author 1
63 ~Added in
64 Basic Campfire
65 Lockpicking
66 ~Added in some support for German -Thanks to Farook
67 ~Started to add Key Binding Support to this add-on
68 Open Config
69 Hide/Unhide TradesBar bar
70  
71 1.20b: Author 1
72 ~Fixed it so that the specialty trade will overpower the normal button for that trade
73 ~Fixed the code that echoed out the location of the bar in the chat window
74 ~Added in Hide/unhide of window
75 ~Added in support to change the order of the button from alphabetically A-Z to alphabetically Z-A
76 ~Added in "Find Minerals" and "Find Herbs" and "Disenchant"
77  
78 1.10b: Author 1
79 ~Added in
80 Smelting
81 Gnome Engineering
82 Goblin Engineering
83 Dragonscale Leatherworking
84 Elemental Leatherworking
85 Tribal Leatherworking
86 Shadoweave Tailoring
87 Poisons (because it was asked for)
88 ~Fixed a few minor bugs
89  
90 1.00b: Author 1
91 ~Has the basic functionality
92  
93  
94  
95 1. To install copy the folder TradesBar and place this in your World of warcraft interface addons folder.
96  
97 EXAMPLE:
98 C:\..\World of Warcraft\Interface\AddOns\TradesBar
99  
100 2. Start WoW and Enjoy the extra buttons and the ones that were freed :-Þ
101  
102  
103 NOTES:
104 ------
105  
106 1. Move the box by Ctrl + right click and drag
107 2. commands...
108 /tradesbar help
109 /tradesbar config
110 3. FishingBuddy Support. (Not Required Add-on!!!)
111  
112  
113  
114 List of Trades Supported (not in this order)
115 ------------------------
116  
117 1. Alchemy
118 2. Blacksmithing
119 3. Cooking
120 4. Enchanting
121 5. Engineering
122 6. First Aid
123 7. Fishing
124 8. Herbalism
125 9. Leatherworking
126 10. Skinning
127 11. Tailoring
128 12. Smelting
129 13. Gnome Engineering
130 14. Goblin Engineering
131 15. Dragonscale Leatherworking
132 16. Elemental Leatherworking
133 17. Tribal Leatherworking
134 18. Shadoweave Tailoring
135 19. Poisons (because it was asked for)
136 20. Find Minerals
137 21. Find Herbs
138 22. Disenchant
139 23. Lockpicking
140 24. Basic Campfire
141 25. Find Treasure
142  
143  
144  
145  
146 SPECIAL THANKS
147 --------------
148  
149 1. Murkeli
150  
151 * Author of 'TrackBar'
152 * I learned alot from reading your code. :-)
153  
154 2. Permetheus
155  
156 * Author of 'AspectBar' and 'TrapBar' for the idea.
157 * I learned alot from reading your code. TY so much for those great mods/addons :-)
158  
159 3. Eebok on 'Skywall' for all the support
160 4. Farook for being the first person to help with translations... IE: to German
161 5. Trucifix for helping with translations... IE: to French
162 6. and to all the Peeps that might find this mod of some use :-)
163  
164  
165 ENJOY ALL!!!
166  
167 ]]--