vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 Wardrobe - An Equipment Management AddOn for World of Warcraft
2 Version 1.81-AL - 5/22/2006
3 ----------------------------------------------------
4  
5  
6 DESCRIPTION
7 -----------
8 Wardrobe allows you define up to 20 distinct equipment profiles
9 (called "outfits") and lets you switch among them on the fly.
10 For example, you can define a Normal Outfit that consists of
11 your regular equipment, an Around Town Outfit that consists of
12 what you'd like to wear when inside a city or roleplaying, a
13 Stamina Outfit that consists of all your best +stam gear, etc.
14 You can then switch amongst these outfits using a simple slash chat
15 command (/wardrobe wear Around Town Outfit), or using a small
16 interactive button docked beneath your radar.
17  
18 CHAT COMMANDS
19 -------------
20 /wd - help /wd list - List your outfits /wd wear <name> - wear <name> outfit /wd reset - erase all outfits /wd lock/unlock - For moving Button/Menu.
21 /wd click/mouseover - For method of displaying menu.
22 /wd scale [0.5-1.0] - For scaling the DropDown Menu.
23
24 OPTIONAL REQUIREMENTS
25 ---------------------
26 IsMounted (For mount auto-equip support)
27  
28
29 Titan - A Bar and Menu framework for WoW mods.
30 http://ui.worldofwar.net/ui.php?id=1442
31 http://www.wowinterface.com/downloads/fileinfo.php?id=4559
32  
33 Khaos (For GUI options) - A configuration framework for WoW mods (new gui).
34 http://www.cosmosui.org/
35
36  
37 http://www.curse-gaming.com/mod.php?addid=2056
38
39  
40 http://www.wowinterface.com/downloads/fileinfo.php?s=&id=4269
41
42  
43 http://www.curse-gaming.com/mod.php?addid=1153
44
45  
46 http://www.curse-gaming.com/mod.php?addid=1153
47
48  
49 INSTALLATION
50 ------------
51  
52  
53 2. Answer YES to the prompt about replacing any duplicate files.
54
55
56 CREDITS
57 -------
58  
59  
60 Wardrobe 1.21 and lower was written by Cragganmore
61
62
63 AUTHOR INFORMATON
64 -----------------
65  
66  
67
68 DOWNLOAD LINK
69 -------------
70  
71  
72
73
74 UPDATES
75 -------
76  
77  
78 o Readded '<no outfit>'
79
80 Version 1.82-AL
81 o Fixed nil error
82 o Duplicate virtual outfits now delete themselves
83  
84
85 Version 1.81-AL
86 o Fixed Sea error
87
88  
89 o Implemented Localization to allow for locale switching and assist future translation.
90 o Warlock summonable/equipable items are no longer remembered specific to id suffix.
91  
92 o Added options to the Khaos config
93 o Rewrote the DropDown code to use the built-in DropDowns, reduced a lot of code.
94 o Updated Titan config to be more colorful
95 o Fixed Titan minimap button hiding
96 o Added option to rescale the global dropdown menu (0.5-1.0) ('/wardrobe scale #')
97 o Removed Titan small menu option (incompatible with DropDown format)
98 o DropDown no longer uses ColorCycle
99 o Made the help text easily localizable
100 o Added MyRolePlay support for outfit swap events
101
102
103 Version 1.71-AL
104 o Added option to move swapped offhand to the rear bag if swapping to a 2h, requires Chronos.
105  
106  
107 o Saved Variables now auto-clean extra unused item tables and old temp outfits
108 o Now correctly handles swapping of a 2h weapon on top of 2 1h items regardless
109  
110 o Fixed OnLoad error when titan isn't installed
111 o Fixed a few unintentionally global variables
112 o Moved swap status variables into the saved vars so that mount swaps now
113 correctly occur on log in after logging off mounted.
114
115 Version 1.61-AL
116 o All files converted to unix standard LF line breaks for uniformity
117 Also fixes a localization.de.lua loading error.
118  
119 Version 1.6-AL
120 o Added German Localization: Thanks Gillion!
121 o Fixed duel slot swapping (offhand, 2nd trinket, 2nd ring) for all possible
122  
123
124 Version 1.5-AL
125 o Equipment saving now uses ItemID's (perm enchants, but not
126 temp enchants)
127  
128 o Fixed offhand swapping out with two-handers
129 o Fixed forced empty slots and outfit detection
130 o Fixed item swapping for two inventory items (rings, trinkets,
131 weapons)
132 -Note: When equipping a bag item to an inventory slot currently
133 occupied by another item used in the same outfit,
134 the item currently equipped will be bagged instead.
135 -The only solution I can think of is to scan the rings, trinkets,
136 and weapons again after a delay.
137 -Of course, equipping the outfit a second time will equip any
138 skipped items, but is a little excessive.
139 o Added click/mouseover to the help print out
140 o Added optional Khaos enable/disable
141 o Added optional Sky slash command help
142 o Added optional Chronos dep to eliminate redundant aura and
143 equipment scans. More efficient, but optional.
144 o Mount/Plague/Chow special status is no longer removed when updating an outfit.
145 o Fixed Button Graphics
146
147 Version 1.43-AL
148 o Added click/mouseover to help printout.
149
150  
151 o Added click/mouseover option for the menu. Default menu shows on
152 mouseover of minimap button or titan button. Use "/wd click" to
153  
154
155 Version 1.41-AL
156 o Equiping now uses AutoEquipCursorItem except for rings, trinkets
157 and weapons which now use EquipCursorItem
158  
159 Titan without the TitanWardrobe option and is stored per player
160 in the Wardrobe_Config.
161
162 Version 1.4-AL
163 o Removed Sea dep
164 o Removed Chronos dep
165  
166 -Fixes Aspect of the Cheetah and Aspect of the Pack incorrect
167 mount detection,
168 -Required for mount auto swap (Wardrobe will still work w/o it,
169 you can still assign mount sets, but it wont swap)
170 o Removed tooltip scanning
171 o Added Delay to DropDownMenu hiding
172 o Minimap button uses MobileMinimapButton when availible
173 o Included Titan Support, thanks to Nemes for TitanWardrobe
174 o Converted code to more object oriented style. Most everything
175 is within the Wardrobe table, even the XML frames
176
177 Version 1.3-lix
178 o Stopped using playerName as a global variable name.
179
180  
181 o Fixed the bug that prevented equiping two identical items.
182
183  
184 o Updated configuration to save based on realm and char name, so you can
185 have chars with the same name on multiple realms.
186  
187 o Fixed Tigers Fury being detected as a mount.
188
189 Version 1.2:
190
191 o Increased the maximum number of outfits per character from 10
192  
193 o Rewrote much of the outfit manipulation code to make it more
194  
195 version was causing.
196 o Added entirely new UI system for managing your outfits: allows
197 you to easily reorder, rename, edit, delete, update, or change
198 the color of the outfit name.
199 o Outfits may now consist of intentionally blank item slots.
200 o Outfits can now consist of only certain item slots, ignoring
201 those slots that you don't want to mess with. For example,
202 you could have an outfit that consists of only your "Carrot
203 on a Stick" trinket. Equipping this outfit wouldn't interfere
204 with anything worn in any other item slot except that one
205 trinket slot.
206 o You may now specify outfits to auto-equip and un-equip on certain
207 conditions: whenever you mount (useful for automatically wearing
208 the "Carrot on a Stick" and Mithril Spurs), whenever you enter
209 the Plaguelands (so you don't forget to equip the Argent Dawn
210 Commission), and whenever you're eating/drinking (useful if you
211 have certain items that affect regeneration or spirit).
212 o Added keybindings for all 20 outfits.
213
214 TO DO LIST
215 ----------
216 o More Automatic equiping triggers, entering a zone, being PvP
217  
218 o Supporting StanceSet/WeaponSwitch or building the feature into
219 Wardrobe.
220 o Add support for weapons with two forms.
221
222