vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -------------------------------------------
2 Having an item on the cursor (ie, clicking a bag item) and then activating an outfit
3 while the item is still being held will cause the outfit to fail to equip properly
4 -------------------------------------------
5 Stance/Shapeshift changing outfits should swap in-place in the outfit stack
6 -------------------------------------------
7 Optimizing for +Healing appears to sometimes select gear which has lower damage+healing
8 stats over gear which has healing only (Peacekeeper Leggings being selected over
9 Judgement Legplates)
10 -------------------------------------------
11 Generating an outfit will not find items in the main bank slots
12 -------------------------------------------
13  
14 Version 1.4 Changes
15  
16 - Special Occassion outfit added for mages when evocating
17 - Special Occassion outfits added for the various hunter aspects
18 - Battleground and Around Town outfits now have German translations
19 - Eastern and Western Plaguelands are correctly identified by German versions
20 - Titan and FuBar menus will now update when renaming an outfit
21 - Multipart enchants are supported (ie, Zul'Gurub)
22 - Korean language support
23  
24 Version 1.4b5 Changes
25  
26 - Generating an outfit now properly recognizes items in the main bank slots
27 - Added Korean translation
28  
29 Version 1.4b4 Changes
30  
31 - Arclight Spanner is no longer counted as an unused item
32 - Added Small Soul Pouch (12 slot shard bag)
33 - Ammo slot now ignores unequipping ammo
34 - Multipart enchants are supported (ie, Zul'Gurub)
35 - Health regen items of the form "xx health per 5 sec." are supported
36  
37 Version 1.4b3 Changes
38  
39 - Fixed outfit optimization bug so that 2H weapons are compared correctly to 1H/OH combinations
40 - Fixed shapeshift/stance detection for patch 1.12
41 - Fixed Priest: Shadowform
42  
43 Version 1.4b2 Changes
44  
45 - Changed cloak to low priority when unequipping since it doesn't have durability
46 - Fixed inventory caching bug (sometimes caused current outfit to appear as "Custom")
47  
48 Version 1.3.3 Changes
49  
50 - Added a spaz filter to prevent outfits from toggling repeatedly if the user spams a key binding
51 - Added an on-screen message when changing outfits using a key binding
52 - Removed Repair Bags feature
53 - Added Naxxramas to the Argent Dawn zone list
54 - Corrected plaguelands zone names for German clients
55  
56 Version 1.3.3b2 Changes
57  
58 - Added Naxxramas to the Argent Dawn zone list
59 - Correct plaguelands zone names for German clients
60  
61 Version 1.3.2 Changes
62  
63 - Patch 1.11 compatibility
64 - Added ability to deposit only the unique items in an outfit to the bank
65 - Improved QuickSlot support for ammo slot
66 - Mining pick, skinning knife, blacksmith hammer, twilight cultist pieces and other items are now excluded
67 from being displayed in the unused items list
68 - Dining outfit now automatically unequips once health and mana reach 99%
69 - Fixed initialization so that Argent Dawn, Riding, Fishing etc. outfits are automatically
70 set up again
71 - Added ability to recover from outfit stack corruption errors
72  
73 Version 1.3.2b4 Changes
74  
75 - Modified behavior of Special Occassion outfits so that when they're disabled in Battlegrounds
76 they'll still automatically unequip
77 - Added APIs to aid in external addons building an Outfit menu (third-party FuBar support)
78 - Added OUTFITTER_INIT message to outfit events which is sent after Outfitter finishes initialization
79  
80 Version 1.3.2b3 Changes
81  
82 - Fixed lockup when generating outfits which utilize weapons, rings or trinkets
83  
84 Version 1.3.2b2 Changes
85  
86 - Removed debug messages
87  
88 Version 1.3.1 Changes
89  
90 - Selected items are no longer accidentally updated if another outfit with overlapping
91 items is deposited to the bank
92 - Outfit status is now correctly updated after depositing, withdrawing, opening or closing
93 the bank window
94 - Battleground-specific outfits are now given priority over the general Battleground outfit
95 when there is overlap
96 - Minimap and Titan outfit menus will now update if they're open during an outfit change
97 - Removed ammo items from the Unused Items list
98 - Identical items which are both used in an outfit will no longer list one of those items
99 as being unused
100  
101 Version 1.3.1b2 Changes
102  
103 - Fixed bug causing a selected outfit to be modified if another outfit containing some
104 of the same items was deposited to the bank
105 - Fixed item cache to update correctly afer the bank is opened
106  
107 Version 1.3.1b1 Changes
108  
109 - Outfits specific to each battleground will now be equipped on top of the general
110 Battleground outfit
111 - Minimap and Titan outfit menus modified to update on outfit changes
112 - Fixed bugs causing outfit status to be incorrect after depositing or withdrawing
113 them from the bank or equipping them directly from the bank
114 - Fixed bug causing identical items to sometimes appear in the unused items list even
115 though they both were used in an outfit
116 - Modified unused item list to never list ammo
117  
118 Version 1.3 Changes
119  
120 - Repair All button for repairing everything including items in backpacks
121 - Show and hide helm and cloak settings are saved with each helm and cloak
122 - Ammo slot is now supported in outfits
123 - Improved performance
124 - Enabled outfit changes when hunters are feigning death. Changing equipment while feigned
125 may cause the character to appear to stand up, but does not actually break the feign as
126 previously assumed
127 - Titan Outfitter displays the name of the most recently equipped outfit
128  
129 Version 1.2 Changes
130  
131 - Added Around Town outfit which is equipped automatically in friendly cities
132 - Added Shaman: Ghost Wolf outfit
133 - Added battleground-specific outfits for AB, AV, WSG
134 - Added Chance to Hit with Spells outfit generation
135 - Gave priority to Rune and Seal of the Dawn so they're selected before the old
136 commission when there's a choice
137 - Modified stat parsing to ignore set bonuses when generating outfits
138 - Modified minimap outfit menu to only list outfits which actually contain items
139 - Odds 'n Ends (unused items) now show icons and color-coded names
140  
141 Version 1.1:
142  
143 - Better performance when changing outfits and generating smart outfits
144 - Supports identical items which only differ by their enchantments
145 - Outfits with missing items are displayed in red and the missing items for that outfit
146 are listed in the tooltip
147 - There is a new category, Odds 'n ends, which lists all equipable items which aren't part
148 of any outfit
149 - New support for banked items when the bank window is opened:
150 QuickSlots will include banked items in the list of equippable items for that slot
151 Outfits with banked items are displayed in blue and the banked items for that
152 outfit are listed in the tooltip
153 Items for an outfit can be moved directly to or from the bank
154 Outfits can be equipped directly from the bank (note that this will cause existing
155 equipped items to be placed into the bank)
156 - Generated outfits now take contributions from other item stats into account, including:
157 Agility is included in armor, dodge, and melee critical strike calculations
158 Stamina is included in health calculations
159 Intellect is included in mana and spell critical strike calculations
160 Spirit is included in mana regen calculations
161 Strength is included in blocking calculations
162 - Support for minimaps which have been repositioned to other corners of the screen
163 - Improved support for complex item swaps for weapon, trinket and ring slots
164 - Rings, trinkets, and weapons are now calculated correctly when generating outfits
165 - On-equip category-specific spell damage is now supported, such as "Equip: Increases
166 damage done by Shadow spells and effects..."
167 - Titan Panel support
168  
169 Version 1.3b10 Changes
170  
171 - Fixed bug in Titan Outfitter addon which caused errors during outfit changes
172  
173 Version 1.3b9 Changes
174  
175 - Fixed bugs which may have caused the tooltip to appear while repairing items
176  
177 Version 1.3b8 Changes
178  
179 - Fixed bug causing second finger and second trinket slot to be processed incorrectly
180 during equipment changes as well as causing nil pointer errors to sometimes be generated
181 when unequipping items
182  
183 Version 1.3b7 Changes
184  
185 - Fixed bug causing GetCurrentOutfitInfo to sometimes fail (was possibly causing
186 problems for Titan Outfitter)
187  
188 Version 1.3b6 Changes
189  
190 - Suppressed outfit change notifications until after initialization is completed (was
191 possibly causing problems for Titan Outfitter)
192 - Changed GetCurrentOutfitInfo to return an empty string for the name instead of nil
193 when no named outfits are found (was possibly causing problems for Titan Outfitter)
194  
195 Version 1.3b5 Changes
196  
197 - Fixed typo in detecting Spirit stat on German clients
198 - Fixed outfit caching bug which could sometimes cause outfit items to be marked as missing
199  
200 Version 1.3b4 Changes
201  
202 - Turned off debug messages
203 - Added outfit name display to Titan plugin
204 - Added Herb Pouch (12 slot herb bag) to list of specialty bags
205  
206 Version 1.3b3 Changes
207  
208 - Disabled hunter feign death handling introduced in 1.2
209 - Changed repair in bags button strata to prevent it from being hidden behind the vendor window
210 - Fixed item caching bugs which caused empty slots to become unselectable
211  
212 Version 1.3b2 Changes
213  
214 - Slightly improved responsiveness of repair items in bags button
215 - Fixed repair items in bags feature so that the main backpack gets examined
216 - Fixed ammo slot support so ammo is now included in the outfit
217 - Optimized equipment/bag updates. This should improve performance slightly when changing
218 items as well as when shooting arrows/bullets.
219  
220 Version 1.2b6 Changes
221  
222 - Fixed bug which caused multiple errors messages on startup when using Titan Panel
223 - Added ability to hide label text in Titan Panel
224  
225 Version 1.2b5 Changes
226  
227 - Fixed broken slot enable checkboxes
228 - Fixed cursor updating in the outfit list
229  
230 Version 1.2b4 Changes
231  
232 - Added icons and quality-based name coloring to Odds 'n Ends list to make it easier to find
233 the item (eventually I'll make it so that you can click the item and open the bag containing
234 it but that'll have to wait for another day)
235 - Outfit changes will no longer take place while a hunter is feigning death
236 - Fixed bug with auto equipping city outfit when entering Ironforge under certain circumstances
237 - Added support for external addons to be notified when outfits are equipped or removed
238 - Added Outfitter_FindOutfitByStatID for use by external addons
239 - Fixed outfit changing to wait until the player is alive before changing gear
240  
241 Version 1.2b3 Changes
242  
243 - Added caching code to improve performance when changing outfits
244  
245 Version 1.2b2 Changes
246  
247 - Fixed nil pointer bug
248 - Fixed Disable in Battlegrounds outfit setting
249 - Updated French translations
250  
251 Version 1.1.11 Changes
252  
253 - Remove debug code
254  
255 Version 1.1.10 Changes
256  
257 - Worked around problem with shaepshift/stance outfits not working after leaving battlegrounds
258 - Corrected stat-detection strings for French clients
259 - Fixed bug which caused switching from a 2H to a 1H/OH combo to fail sometimes while in combat
260 - Changed the order in which items are unequipped so that durabiliity items are removed first
261  
262 Version 1.1.9 Changes:
263  
264 - Modified QuickSlots for better compatibility with other inventory slot addons
265 - Fixed detection of items in the main bank slots
266 - Fixed Rebuild Outfit to update an outfit's category after setting the new items
267 - Correct mount detection for French clients
268 - Fixed /outfitter wear and unwear commands so they behave the same as clicking in the UI
269  
270 Version 1.1.8 Changes:
271  
272 - Suspended updates between leaving/entering world events to slightly improve load
273 screen performance
274 - Ammo slot checkbox is now hidden for classes which have a relic slot
275 - Fixed Quickslots to hide on second click if Quickslot is already opened
276  
277 Version 1.1.7 Changes:
278  
279 - Added support for herbalism and enchanting bags
280  
281 Version 1.1.6 Changes:
282  
283 - Fixed bug which caused a nil pointer error when using outfit combinations which
284 don't specify every slot
285 - Added support for relic items (untested)
286  
287 Version 1.1.5 Changes:
288  
289 - Fixed Riding outfit and other features related to reading game tooltip text such as outfit generation
290  
291 Version 1.1.4 Changes:
292  
293 - Modified behavior so that switching between a 1H/OH weapon combo to a 2H weapon will
294 put the offhand item into the left-most available bag instead of the right-most to match
295 the behavior of other items when they're unequipped
296 - Changed base outfit to be empty instead of naked when compiling the current outfit. This
297 allows a player who don't use complete outfits to have unused slots which are left alone instead of
298 being made naked. A side effect of this will be that nothing will happen when a complete
299 wardrobe is uneqipped, where previously that would've removed all armor/weapons.
300 - Fixed Priest: Shadowform outfit
301 - Updated for patch 1.10
302  
303 Version 1.1.3 Changes:
304  
305 - Fixed problem with outfit changes when entering or leaving an instance while in combat (again)
306 - Modified outfit updating to occur after all changes have been processed. This should prevent
307 problems caused by switching stances/shapeshifting outfit changes
308 - Changed key binding behavior to toggle the bound outfit instead of only wearing it
309 - Fixed bug causing toggled outfits to not unequip other outfits when worn
310  
311 Version 1.1.2 Changes:
312  
313 - Modified database item updating to defer until a BAG_UPDATE event is received in
314 order to provide a more reliable update and avoid having outfits showing items as missing
315 - Changed minimap menu to skip populating the menu items if main initialization hasn't
316 completed yet (fixes first-time initialization error when using Titan Panel)
317 - Fixed bug causing list items to become hidden when the list doesn't fill the display
318 - Fixed expand/collapse icons to correctly indicate the category state
319  
320 Version 1.1.1 Changes:
321  
322 - Removed debug messages
323  
324 Version 1.1 Changes:
325  
326 - Fixed moonkin form for french clients
327 - Fixed dire bear form for german clients
328 - Added TitanOutfitter support for Titan Panel
329  
330 Version 1.1b8 Changes:
331  
332 - Fixed bug which caused Outfitter to become confused about the combat state if
333 the player entered an instance while in combat
334 - Fixed Quickslots so they close when the character window is closed
335  
336 Version 1.1b7 Changes:
337  
338 - Added deposit/withdraw outfit items
339 - Added coloring and tooltip to indicate banked items
340 - Fixed error message when using with characters that have empty bag slots
341  
342 Version 1.1b6 Changes:
343  
344 - Updated user's manual with descriptions of macro commands and key bindings
345 - Fixed bug causing weapon changes to fail when moving between main hand and secondary hand
346 - Improved error message when an outfit combination attempts to use the same item in two
347 different positions (ie, both ring slots, both trinket slots, or both weapon slots)
348 - Fixed bugs in handling temporary item changes. This was causing problems with items
349 not swapping back after dining, dismounting, or in some combat situations
350 - Fixed frame strata so that outfitter UI doesn't obscure the Quickslots
351  
352 Version 1.1b5 Changes:
353  
354 - Added outfit availability check whenever the bank window is opened or closed
355 - Changed outfitter frame strata to "high" so that it always opens on top of the bank window
356 - Changed initialization back to PLAYER_ENTERING_WORLD
357 - Added support for thrown weapons
358 - Added error checks for unrecognized inventory types
359  
360 Version 1.1b4 Changes:
361  
362 - Fixed initial outfit generation to correctly find items (carrot, argent dawn commission, etc.)
363 - Added bank slot support to QuickSlots so items can be equipped from the bank when the bank window
364 is opened
365 - Fixed problems with switching from a 2H weapon/item to a 1H/OH combo
366 - Modified initialization to always re-create the special occassion outfits if they're missing
367 - Fixed QuickSlot behavior so that the slots only open if an item is picked up from the inventory
368 slot. This will prevent them from opening when applying poisons, oils, enchants, etc.
369  
370 Version 1.0.2 Changes:
371  
372 - Added Druid Moonkin form
373 - Modified combat detection to use REGEN_ENABLED/DISABLED instead of ENTER/LEAVE_COMBAT. This should
374 fix various problems with items not equipping properly when entering/leaving combat.
375 - Fixed minimap menu position for players who relocate their minimap to another part of the screen
376 - Improved behavior of QuickSlots to prevent them from spontaneously closing
377  
378 Version 1.0.1 Changes:
379  
380 - Fixed race condition which caused outfits to be accessed before they were initialized
381 - Fixed initialization to select the Normal outfit after it's created
382 - Added User's Manual
383  
384 Verison 1.0 Changes:
385  
386 - Fixed initialization so that a false temporary outfit isn't generated
387 - Fixed initialization so that the special outfits will be updated correctly
388 if the state has changed since logging off (ie, logging off while mounted will
389 now correctly remove the Riding outfit at the next login)
390 - Added tooltips explaining what the slot enable checkboxes do
391  
392 Version 1.0b16 Changes:
393  
394 - Fixed bug which generated a naked base outfit for weapons-only changes instead of a transparent outfit
395 - Updated french translation
396  
397 Version 1.0b15 Changes:
398  
399 - Fixed nil pointer bug when unequipping items under some circumstances
400 - Fixed duplicate messages when adding new items to an outfit
401 - Added French translation
402  
403 Version 1.0b14 Changes:
404  
405 - Added "Disable outfit in Battlegrounds" option. This option is selected by default for the Riding outfit.
406 - Fixed outfit changes made during combat so they occur after combat is exited (again)
407  
408 Version 1.0b13 Changes:
409  
410 - Fixed "That slot is empty" error message caused when switching to a 2H from a 1H/OH combo
411 - Fixed outfit initialization so that if no previous outfits were worn the player won't be left naked after dismounting
412  
413 Version 1.0b12 Changes:
414  
415 - Added quivers to speciality bags
416 - Modified equipment changes in order to improve in-combat weapon switching
417  
418 Version 1.0b11 Changes:
419  
420 - Added rogue stealth outfit
421 - Fixed nil pointer bug when an unrecognized shapeshift type is encountered
422 - Items which are BoE but not yet soulbound will no longer be chosen for smart outfits
423 nor selected when attempting to equip items
424 - Added ability to swap weapon slots during combat
425 - Fixed equipping dual identical weapons/rings/trinkets (again)
426 - Modified minimap menu to hide unused categories
427  
428 Version 1.0b10 Changes:
429  
430 - Fixed nil pointer error when attempting to move the minimap icon while
431 the game time and minimap zoom in/out icons are hidden
432 - Fixed nil pointer error when changing outfits with some slots being emptied
433 - Changed minimap menu to hide disabled outfits
434  
435 Version 1.0b9 Changes:
436  
437 - Added Option panel with ability to turn off minimap button
438 - Added ability to create an empty outfit
439 - Added /outfitter command
440 - Fixed tooltip position on QuickSlot items
441 - Fixed minimap menu position
442 - Fixed support for 1H weapons when optimizing outfits
443 - Added support for displaying 1H weapons in the offhand QuickSlot
444 - Fixed problems with QuickSlots not staying open
445 - Fixed problems with multiple trinkets, rings or weapons of the same kind not equipping correctly
446 - Added support for druid shapeshift, priest shadowform and warrior stance special occassion outfits
447  
448 Version 1.0b8 Changes:
449  
450 - Added QuickSlots
451 - Fixed plus/minus button
452 - Added ability to disable an outfit
453 - Removed disable special occassions button
454 - Added Battleground special occassion outfit
455 - Added support for ammo pouches
456  
457 Version 1.0b2 Changes:
458  
459 - Fixed bug which clears the selection when an outfit is moved
460 - Modified slot enable checkboxes to equip drag-and-drop items
461 - Fixed initialization bug which caused outfits to not be created properly and errors
462  
463 Version 1.0b3 Changes:
464  
465 - Now remembers the outfits being worn at logoff
466 - Defers outfit changes made during combat until combat ends
467  
468 Version 1.0b4 Changes:
469  
470 - Fixed initialization bugs
471  
472 Version 1.0b5 Changes:
473  
474 - Added Healing outfits
475 - Added support for soul shard bags
476 - Added support for Benediction/Anathema and Thunderstrike/Shadowstrike aliases
477 - Equipping an item while editing an outfit will now add that item to the outfit