vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Version 0.5.6
2 - Fix nil error when you have fewer than five bags
3  
4 Version 0.5.5
5 - Fix "no space" error when swapping empty space for empty space
6  
7 Version 0.5.4
8 - Attempt to fix soul bag issues (as well as ammo pouches and quivers)
9  
10 Version 0.5.3
11 - Better French translation, thanks to Corwin Whitehorn
12  
13 Version 0.5.2
14 - Add the information about alt-clicking to clear the outfit item
15 to all tooltips
16  
17 Version 0.5.1
18 - Fix a bug where dual-wield of the same item would fail to switch
19 correctly
20  
21 Version 0.5
22 - Add an option to override the values of "Show Helm" and "Show Cloak"
23 when switching outfits
24 - Make forced entries disabled
25  
26 Version 0.4
27 - Add outfit preview using the new 'dressing room' stuff
28 - Fix two hand weapon to only off hand bug (missed from WeaponQuickSwap)
29 - Count locked items as still swapping outfits
30 - Use GetItemInfo to find Two-hand items, instead of parsing tooltips.
31 This should mean that OutfitDisplayFrame will now switch for all
32 languages, even those without explicit translations.
33  
34 Version 0.3.1
35 - Fix a typo in the item clearing code
36  
37 Version 0.3
38 - Handle outfits with banked items
39 - Code cleanup
40  
41 Version 0.2
42 - Allow 'empty' items in outfits
43 - More robust switching code