vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 TradeDispenser Version 0.94
2 -------------------------------------------------------
3 Author: Silas M. aka Kaboom @ Arthas (EU)
4 Core: Tom C. aka Shag @ Arthas (EU)
5 Downloaded: http://ui.worldofwar.net/ui.php?id=2203
6 -------------------------------------------------------
7  
8  
9  
10 COMMANDS:
11 ---------
12 Prefix:
13 /tradeDispenser Shows the Help-Text, and is used as prefix for more options
14 /td similar to /tradeDispenser
15  
16 Options: (use Prefix + Option, e.g. "/td toggle")
17 config Toggles the ConfigFrame
18 toggle Activates/Deactivates the tradeDispenser
19 broadcast Broadcasts your Trade
20 OSD Toggles the OSD (shortcut-Buttons)
21 verbose X Shows some or all DebugInfos. (Level X: 0=off, 3=ALL)
22 about Shows more informations to tradeDispenser
23  
24  
25  
26  
27  
28 Additional Note:
29 ----------------
30 You can set some tradeprofiles depending on the customers class.
31 They can be sorted in 3 groups (sorted in order of priority)
32 - All Classes
33 - Class X (e.g. Warrior)
34 - Group Y (e.g. Melee)
35 These 3 groups are ADDITIVE. if a warlock's gonna trade you, he'll get the stuff
36 you placed in all 3 groups (e.g. All Classes + Warlock + Caster)
37 it would only trade the first 6 items the search-engine could find.
38  
39 thx goes to FrozenSolidOne @ Killrog(US). he helped me finding some bugs
40  
41  
42  
43 THX goes to:
44 ------------
45 - FrozenSolidOne @ Killrog(US) - he helped me finding a lot of bugs
46 - Mickeey @ ¶ þÇøÃξ³Ö®Ê÷ (CN) - translatet the whole text to chineese
47 - Balzebeth @ Conseil des Ombres (EU) - translated the whole text to french
48  
49  
50  
51  
52 CHANGELOG:
53 ==========--------------------------------------------
54 Symbols:
55 + Added Function
56 - Removed Code
57 > ToDo (Reported Bugs, Requested Functions etc)
58 o Bug Fixed
59 * Other Changes
60  
61  
62 Version 0.94
63 ------------
64 + Added the new FRENCH localisation. thx to Balzebeth
65  
66  
67 Version 0.93
68 ------------
69 * Updated Chinese-Loc
70 o Patch 1.11.2 causes a bug: its was not possible to spam the raid- or party-channel.
71 since the patch UnitInParty("player") always returns false. i changed the code of that part.
72  
73  
74 Version 0.91-0.92
75 -----------------
76 o Auto-Accept works again.
77 o Localisation fixed
78 + new slash-command: resetpos - moves all frames to their default-position
79 * made some minor fixes
80  
81  
82 Version 0.90
83 ------------
84 * Updated TOC-version to be patch 1.11-ready
85 + If a trade's started by clicking on "trade", tD will not put items into the tradeframe. (inactive)
86 but: this function does not work on dropping items on a player.
87  
88  
89 Version 0.89
90 ------------
91 + 3 Color-profiles for the 3 Racks implemented
92  
93  
94 Version 0.88
95 ------------
96 + Fixed a glitch where tooltips could potentially show off-screen.
97  
98  
99 Version 0.86-0.87
100 -----------------
101 o disabling the OSD wont reset the settings any longer
102 o the registration-feature was broken
103 o Closing the Full Config-Center's going to hide the SideFrames (Settings and TradeControl)
104 * Modified the Background-Texture (set an alpha)
105  
106  
107 Version 0.85
108 ------------
109 + Now you could set up to 3 different Racks of Profiles
110 * new Background-Texture
111  
112  
113 Version 0.81
114 ------------
115 o No Errors occurs on completely first installation of V0.80
116  
117  
118 Version 0.80
119 ------------
120 * reduction of the stored datas.
121 * enhanched the banlist-functions
122 + raid/guildmembers can get items 4 free
123 o min-level for trades can now set down to level 1
124  
125  
126 Version 0.76-0.77
127 -----------------
128 o some Bugs fixed
129  
130  
131 Version 0.75
132 ------------
133 + New Feature: Banlist. You can ban players by name. (Ignorelist could be imported too)
134 + Countdown for open (unaccepted) trades
135 * tried to reduce the used memory and loading-time:
136 * events are only activated, if needed (e.g. if tD's running)
137 * some datas are now stored as "global" for all chars. (e.g. whispering messages or banlist)
138 * modified the colors of the OSD-buttons.
139  
140  
141 Version 0.65-0.70
142 -------------------
143 + KeyBindings added
144 o Small GUI-Bugfix in the OSD-frame
145 o fixed some small bugs
146  
147  
148 Version 0.60 & 0.61
149 -------------------
150 * Made a full rewrite of the code, and edited the way tD's saves its variables,
151 the initialization of tD and some other handlings...
152 o bug fixed, if somebody trades you and goes out of range
153  
154  
155 Version 0.57 & 0.58
156 -------------------
157 o Minor GUI-bugfix
158 * Fixed some missing chineese-localisations
159  
160  
161 Version 0.56
162 ------------
163 o Minor bugfix and small GUI-improvements
164 * DropDowns gets closed if the config-frame's hidden.
165  
166  
167 Version 0.55
168 ------------
169 + UserProfiles: you can set different settings for each char
170 + Added Frame to configure some Whisper-Messages.
171  
172  
173 Version 0.51
174 ------------
175 * Chinese-Localisation added
176  
177  
178 Version 0.50
179 ------------
180 + tD will remove people with a full inventory from the trade-list, so they could trade you again
181 Thx to "Swiftstab" for giving the idea to solve this problem
182 + the OSD's position could be locked
183  
184  
185 Version 0.46
186 ------------
187 o The Itemlink-Feature was bugged
188  
189  
190 Version 0.45 (made by Kaboom)
191 ------------
192 + New Feature: Add ItemLinks into the BroadCast-Messages. Its just like adding items to your chat-channels.
193 (Shift + click on item)
194  
195  
196 Version 0.41 (made by Kaboom)
197 ------------
198 Just a small updates, some minor bugs fixed
199 o Error fixed: tradeDispenser_Settings.lua:55: Usage: SetText("text")
200 o Fixed the tradewindow while the Cursor's got an item. (strange effects before)
201  
202  
203 Version 0.40 (made by Kaboom)
204 ------------
205 * Fixed some Typos
206 + Option for showing some customer-information, if a tradewindow's opened
207 o Fixed Errormessage on Playerdeath, if AutoBroadcast was active.
208  
209  
210 Version 0.35 (made by Kaboom)
211 ------------
212 * Modified the ColorPicker of the OSD-Backgroundcolor. its much easier now!
213 + Added Option to rotate the OSD by 90°
214 * Set the max of the Autobroadcast to 30 minutes. (user request - for MC and BWL)
215 o Already registred player won't be blocked any longer, if the "registrate-customer-option" is deactivated.
216  
217  
218 Version 0.30 (made by Kaboom)
219 ------------
220 o DoubleErrors by trading soulbounded items
221 + Money could seperately set for each profile items.
222 + Built-in Lag-Factor - Reduces the Errors on slow connections
223  
224  
225 Version 0.25 (made by Kaboom)
226 ------------
227 o Major Bugfixes. I've got a lot of feedbacks and bugreports and could fix all reported bugs.
228 Fixed: Auto-BroadCast, Auto-Accept, Horde-Language (Orcish)
229 + Re-Made the handling of the random broadcast-messages
230 + Auto-Accept could be disabled by an options
231 + You will target your customer - and retarget your enemy after trade
232  
233  
234 Version 0.20 (made by Kaboom)
235 ------------
236 First public release since version 0.0.0.7 @ www.curse-gaming.de
237 > now waiting for feedback and bug-reports.
238 + Verbose-Level-System shows you some debug-information
239  
240  
241 Version 0.13 (made by Kaboom)
242 ------------
243 + profilspecific tradesystem. Traded items now depens of the customers class
244  
245  
246 Version 0.12 (made by Kaboom)
247 ------------
248 + TradeControl-Module
249 o Fixed error-messages at first installation of this addon
250 * EditBox for broadcast-text moved to a separate frame. -> more space
251  
252  
253 Version 0.11 (made by Kaboom)
254 ------------
255 + Localisation: EN<->DE
256 Still waiting for a french loc!
257  
258  
259 Version 0.1 (made by Kaboom)
260 -----------
261 * Changed the System of Version-Numbers to a common system
262 (Dummies could easier categorize the state of developement)
263 + OSD with 3 Buttons: Announce, Activate/Deactivate, Config
264 + Profile-specific AutoTrade
265 + Enhance announce-system by some configs
266 * Movable ConfigFrame
267 > Requested Function: Control the TradeTargets...
268 . Guild/Raid only
269 . Limit the TradeRequests of each person until list gets reseted
270 . Option to auto-trade only with HighLevels (e.g. 55+)
271  
272  
273 Version 0.0.0.7 (made by Shag)
274 ---------------
275 o more bugfixes (works if the config. frame is hidden)
276 o fixed money input frame
277  
278  
279 Version 0.0.0.6 (made by Shag)
280 ---------------
281 I think, this was the first release...
282 Implemented Functions:
283 ConfigFrame for TradingStuff
284 AutoAnnounce
285 AutoTrade on TradeRequest (search the needet items in the inventory and put them in the tradeframe)
286 and more