vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ------------------------------------------------------------------------
2 r17501 | rabbit | 2006-11-19 21:18:14 -0500 (Sun, 19 Nov 2006) | 1 line
3  
4 ClosetGnome: Apparently bagType can be "Container" for normal bags as well, at least in TBC. This might break stuff.
5 ------------------------------------------------------------------------
6 r17461 | cwdg | 2006-11-19 07:45:41 -0500 (Sun, 19 Nov 2006) | 1 line
7  
8 ClosetGnome:fix some word of chinese interpretation.
9 ------------------------------------------------------------------------
10 r17399 | rabbit | 2006-11-18 14:33:28 -0500 (Sat, 18 Nov 2006) | 1 line
11  
12 ClosetGnome: Small readme update.
13 ------------------------------------------------------------------------
14 r17398 | rabbit | 2006-11-18 14:31:21 -0500 (Sat, 18 Nov 2006) | 6 lines
15  
16 ClosetGnome:
17 * Removed some strings from locales that had not been translated.
18 * Can now queue more than 1 set in combat, but only the last queued set will be applied after leaving combat.
19 * Quips are now provided by ClosetGnome:GetQuip(), which means you can hook it and create even more quips yourself with a 3rd party addon!
20 * Quips can now be disabled from the FuBar menu/slash command... >< (removed the /cghater command).
21 * Removed some unused code.
22 ------------------------------------------------------------------------
23 r16952 | cwdg | 2006-11-14 07:08:13 -0500 (Tue, 14 Nov 2006) | 1 line
24  
25 ClosetGnome:fix some word of chinese interpretation.
26 ------------------------------------------------------------------------
27 r16911 | rabbit | 2006-11-13 19:03:48 -0500 (Mon, 13 Nov 2006) | 1 line
28  
29 ClosetGnome: Fix the new hack to not rely on the scope other than the button itself, so it actually works in 1.12.
30 ------------------------------------------------------------------------
31 r16907 | rabbit | 2006-11-13 17:44:02 -0500 (Mon, 13 Nov 2006) | 1 line
32  
33 ClosetGnome: Don't override OnClick for the original slot buttons, rather create our own that we overlay with 0 alpha, so that we don't error when trying to Use an equipped item in TBC after creating a new CG set. Should only affect TBC.
34 ------------------------------------------------------------------------
35 r16781 | cwdg | 2006-11-12 18:06:02 -0500 (Sun, 12 Nov 2006) | 1 line
36  
37 ClosetGnome:Fix any word of zhCN with ClosetGnome.lua.
38 ------------------------------------------------------------------------
39 r16737 | kergoth | 2006-11-12 09:46:13 -0500 (Sun, 12 Nov 2006) | 1 line
40  
41 ClosetGnome: OnTooltipUpdate cleanup
42 ------------------------------------------------------------------------
43 r16735 | kergoth | 2006-11-12 09:38:23 -0500 (Sun, 12 Nov 2006) | 1 line
44  
45 ClosetGnome: optimization: move the click handler function creation out of the loop inside of OnTooltipUpdate, to avoid creating a pile of unnecessary closures. Still suboptimal, as it will create a new one on each OnTooltipUpdate, but this is better than it was before.
46 ------------------------------------------------------------------------
47 r16730 | kergoth | 2006-11-12 09:31:45 -0500 (Sun, 12 Nov 2006) | 3 lines
48  
49 ClosetGnome: add minor feature to let the user try on an entire set in the
50 dressing room by ctrl-clicking on a set in the list of sets in the fubar
51 plugin.
52 ------------------------------------------------------------------------
53 r16585 | rabbit | 2006-11-10 15:00:59 -0500 (Fri, 10 Nov 2006) | 1 line
54  
55 ClosetGnome: Thanks for localizing, but don't just change things around without asking. And also, if you create a new file, don't copy/paste all the locals from the addon to it...
56 ------------------------------------------------------------------------
57 r16581 | cwdg | 2006-11-10 14:20:44 -0500 (Fri, 10 Nov 2006) | 1 line
58  
59 ClosetGnome: Add zhCN local.Updated toc file.
60 ------------------------------------------------------------------------
61 r16399 | rabbit | 2006-11-08 19:10:30 -0500 (Wed, 08 Nov 2006) | 1 line
62  
63 ClosetGnome: Forcefully close the dewdrop when you delete a set, to allow the menu to update.
64 ------------------------------------------------------------------------
65 r16394 | rabbit | 2006-11-08 18:53:06 -0500 (Wed, 08 Nov 2006) | 1 line
66  
67 ClosetGnome: Prevent Fizzle from styling the slots when we add a set.
68 ------------------------------------------------------------------------
69 r16364 | rabbit | 2006-11-08 16:03:23 -0500 (Wed, 08 Nov 2006) | 1 line
70  
71 ClosetGnome: Add forum post ID to the TOC.
72 ------------------------------------------------------------------------
73 r16286 | rabbit | 2006-11-07 22:06:22 -0500 (Tue, 07 Nov 2006) | 1 line
74  
75 ClosetGnome: Load text is now green and a bit nicer.
76 ------------------------------------------------------------------------
77 r16160 | rabbit | 2006-11-06 16:16:32 -0500 (Mon, 06 Nov 2006) | 1 line
78  
79 ClosetGnome: Oops.
80 ------------------------------------------------------------------------
81 r16159 | rabbit | 2006-11-06 16:14:59 -0500 (Mon, 06 Nov 2006) | 1 line
82  
83 ClosetGnome: Provide the name argument for RegisterChatCommand.
84 ------------------------------------------------------------------------
85 r16158 | rabbit | 2006-11-06 16:09:34 -0500 (Mon, 06 Nov 2006) | 4 lines
86  
87 ClosetGnome:
88 * Confirm before deleting sets.
89 * Force the bags open when adding a set (only works correctly with the default bags, not Bagnon, etc).
90 * Remember to remove any registered keybindings with deleted sets.
91 ------------------------------------------------------------------------
92 r16032 | moonsorrow | 2006-11-05 14:04:51 -0500 (Sun, 05 Nov 2006) | 2 lines
93  
94 ClosetGnome:
95 - updated de locals
96 ------------------------------------------------------------------------
97 r15876 | kergoth | 2006-11-03 22:59:43 -0500 (Fri, 03 Nov 2006) | 1 line
98  
99 ClosetGnome: check for lua51 before messing with OnModifiedClick.
100 ------------------------------------------------------------------------
101 r15827 | rabbit | 2006-11-03 11:16:08 -0500 (Fri, 03 Nov 2006) | 1 line
102  
103 ClosetGnome: Don't show the keybinding menu if there are no sets.
104 ------------------------------------------------------------------------
105 r15815 | rabbit | 2006-11-03 10:06:30 -0500 (Fri, 03 Nov 2006) | 3 lines
106  
107 ClosetGnome:
108 * Reverse bag scan order to find a free slot, since most people (?) use their backpack as a catch-all-crap-that-drops, and usually don't want their equipment there anyway.
109 * Check if an item is locked before saying we found it in FindItem, courtesy of frixon. Not sure if this works 100%, please let me know.
110 ------------------------------------------------------------------------
111 r15812 | rabbit | 2006-11-03 09:56:54 -0500 (Fri, 03 Nov 2006) | 6 lines
112  
113 ClosetGnome:
114 * Prevent the dressing frame from opening when you set an icon.
115 * Fix error() calls.
116 * Unregister key bindings when you disable ClosetGnome.
117 * Slightly better key combo validation.
118 * Doubleclick the FBP to add a set.
119 ------------------------------------------------------------------------
120 r15561 | rabbit | 2006-10-30 16:52:17 -0500 (Mon, 30 Oct 2006) | 1 line
121  
122 ClosetGnome: Keybinding support for TBC.
123 ------------------------------------------------------------------------
124 r15337 | duglum | 2006-10-27 17:00:44 -0400 (Fri, 27 Oct 2006) | 1 line
125  
126 ClosetGnome: -deDE localisation fix by Somani. Blame him if it blows up.
127 ------------------------------------------------------------------------
128 r14966 | rabbit | 2006-10-23 08:21:27 -0400 (Mon, 23 Oct 2006) | 1 line
129  
130 ClosetGnome: Re-ZIP me to get new Ace2 libs.
131 ------------------------------------------------------------------------
132 r14789 | rabbit | 2006-10-22 01:57:07 -0400 (Sun, 22 Oct 2006) | 1 line
133  
134 ClosetGnome: TBC-compatible.
135 ------------------------------------------------------------------------
136 r14569 | rabbit | 2006-10-20 23:06:09 -0400 (Fri, 20 Oct 2006) | 1 line
137  
138 ClosetGnome: AceHook-2.1.
139 ------------------------------------------------------------------------
140 r14561 | rabbit | 2006-10-20 21:12:45 -0400 (Fri, 20 Oct 2006) | 1 line
141  
142 ClosetGnome: TODO update.
143 ------------------------------------------------------------------------
144 r14307 | rabbit | 2006-10-18 21:03:02 -0400 (Wed, 18 Oct 2006) | 1 line
145  
146 ClosetGnome: AceLocale-2.2.
147 ------------------------------------------------------------------------
148 r14197 | rabbit | 2006-10-17 19:36:03 -0400 (Tue, 17 Oct 2006) | 1 line
149  
150 ClosetGnome: Proper menu for deleting sets.
151 ------------------------------------------------------------------------
152 r14173 | rabbit | 2006-10-17 11:22:01 -0400 (Tue, 17 Oct 2006) | 1 line
153  
154 ClosetGnome: Last equipped line in tablet is gone, added a hint about the star to the tablet hint.
155 ------------------------------------------------------------------------
156 r14171 | rabbit | 2006-10-17 10:18:49 -0400 (Tue, 17 Oct 2006) | 1 line
157  
158 ClosetGnome: Make all the sets aligned in the tablet.
159 ------------------------------------------------------------------------
160 r14167 | rabbit | 2006-10-17 09:59:51 -0400 (Tue, 17 Oct 2006) | 1 line
161  
162 ClosetGnome: TODO update.
163 ------------------------------------------------------------------------
164 r14123 | rabbit | 2006-10-16 23:01:36 -0400 (Mon, 16 Oct 2006) | 1 line
165  
166 ClosetGnome: Features icons in the dewdrop!
167 ------------------------------------------------------------------------
168 r14121 | rabbit | 2006-10-16 22:52:08 -0400 (Mon, 16 Oct 2006) | 6 lines
169  
170 ClosetGnome:
171 * You can now assign a set icon by Ctrl+Clicking an item when creating the set. The slot used for an icon must be active in the set and can not be empty.
172 * Set names are sorted in the tablet.
173 * Set names can contain spaces.
174 * FuBar icon is updated with the current set icon if there is one.
175 * Last equipped set has a * behind it in the list.
176 ------------------------------------------------------------------------
177 r14020 | mikma | 2006-10-15 13:40:33 -0400 (Sun, 15 Oct 2006) | 1 line
178  
179 ClosetGnome: added yacoobs wish in
180 ------------------------------------------------------------------------
181 r14015 | rabbit | 2006-10-15 12:30:40 -0400 (Sun, 15 Oct 2006) | 1 line
182  
183 ClosetGnome: deDE translation, thanks tigg!
184 ------------------------------------------------------------------------
185 r13801 | fenlis | 2006-10-13 11:41:18 -0400 (Fri, 13 Oct 2006) | 1 line
186  
187 ClosetGnome : Added locals koKR
188 ------------------------------------------------------------------------
189 r13792 | rabbit | 2006-10-13 10:01:18 -0400 (Fri, 13 Oct 2006) | 1 line
190  
191 ClosetGnome: Small bugfix for checking what set is equipped.
192 ------------------------------------------------------------------------
193 r13742 | ammo | 2006-10-12 17:34:40 -0400 (Thu, 12 Oct 2006) | 3 lines
194  
195 ClosetGnome:
196 * Request for Astronot etc blah blah blah Bridge that way ->
197  
198 ------------------------------------------------------------------------
199 r13632 | rabbit | 2006-10-11 16:52:37 -0400 (Wed, 11 Oct 2006) | 3 lines
200  
201 ClosetGnome:
202 * FuBar text should update properly now.
203 * IsSetFullyEquipped is easier to use outside CG now, it takes the set name as arg1 instead of the set table.
204 ------------------------------------------------------------------------
205 r13470 | rabbit | 2006-10-09 18:54:04 -0400 (Mon, 09 Oct 2006) | 1 line
206  
207 ClosetGnome: Add TODO list with wish list - everyone can commit to this list, feel free to add your feature requests, but don't expect me to do anything.
208 ------------------------------------------------------------------------
209 r13467 | rabbit | 2006-10-09 17:26:29 -0400 (Mon, 09 Oct 2006) | 1 line
210  
211 ClosetGnome: No need to iterate any more, this'll make it even faster. Still some bugs to squat.
212 ------------------------------------------------------------------------
213 r13458 | rabbit | 2006-10-09 15:15:42 -0400 (Mon, 09 Oct 2006) | 1 line
214  
215 ClosetGnome: Update readme.
216 ------------------------------------------------------------------------
217 r13457 | rabbit | 2006-10-09 15:08:44 -0400 (Mon, 09 Oct 2006) | 5 lines
218  
219 ClosetGnome:
220 * Deequipping stuff should be faster now, someone please compare it to ItemRack or whatever. Still some optimizations to be done.
221 * Should ignore herbs bags, soul bags, etc. Please test.
222 * Add /cghater, which will disable the cute <3 messages when you change sets. Should not be used by anyone, purely there for debugging reasons!
223 * Trying to use Compost all around.
224 ------------------------------------------------------------------------
225 r13439 | rabbit | 2006-10-09 10:53:00 -0400 (Mon, 09 Oct 2006) | 1 line
226  
227 ClosetGnome: Give me a ZIP?
228 ------------------------------------------------------------------------
229 r13438 | rabbit | 2006-10-09 10:50:32 -0400 (Mon, 09 Oct 2006) | 1 line
230  
231 ClosetGnome: Add missing libraries to TOC.
232 ------------------------------------------------------------------------
233 r13348 | rabbit | 2006-10-08 13:30:15 -0400 (Sun, 08 Oct 2006) | 1 line
234  
235 ClosetGnome: Just make it clear that this addon is not done yet.
236 ------------------------------------------------------------------------
237 r13303 | rabbit | 2006-10-07 22:30:43 -0400 (Sat, 07 Oct 2006) | 1 line
238  
239 ClosetGnome: For deequipping items, we need a queue with a timer delay between items, since it does not happen instantly.
240 ------------------------------------------------------------------------
241 r13298 | rabbit | 2006-10-07 21:34:50 -0400 (Sat, 07 Oct 2006) | 1 line
242  
243 ClosetGnome: SavedVariable format changed to just take the slot ID instead of the name, simply because it's faster and requires less API calls to convert back and forth. Better sooner than later, early-adopters!
244 ------------------------------------------------------------------------
245 r13297 | rabbit | 2006-10-07 21:01:35 -0400 (Sat, 07 Oct 2006) | 1 line
246  
247 ClosetGnome: Fires a ClosetGnome_WearSet on AceEvent_FullyInitialized if we're wearing something that matches a complete set.
248 ------------------------------------------------------------------------
249 r13296 | rabbit | 2006-10-07 20:49:47 -0400 (Sat, 07 Oct 2006) | 1 line
250  
251 ClosetGnome: Slightly better readme.
252 ------------------------------------------------------------------------
253 r13294 | rabbit | 2006-10-07 20:42:05 -0400 (Sat, 07 Oct 2006) | 3 lines
254  
255 ClosetGnome:
256 * Updating a set should work fine now.
257 * Tries again if there's no free room when de-equipping items.
258 ------------------------------------------------------------------------
259 r13292 | rabbit | 2006-10-07 20:17:03 -0400 (Sat, 07 Oct 2006) | 1 line
260  
261 ClosetGnome: Replace 'closet' with 'wardrobe' in Notes, since some people left their brain in their closet this morning.
262 ------------------------------------------------------------------------
263 r13289 | rabbit | 2006-10-07 20:07:24 -0400 (Sat, 07 Oct 2006) | 1 line
264  
265 ClosetGnome: Also needs gratuity.
266 ------------------------------------------------------------------------
267 r13287 | rabbit | 2006-10-07 20:06:02 -0400 (Sat, 07 Oct 2006) | 1 line
268  
269 ClosetGnome: Externals and keywords.
270 ------------------------------------------------------------------------
271 r13283 | rabbit | 2006-10-07 20:04:31 -0400 (Sat, 07 Oct 2006) | 1 line
272  
273 ClosetGnome: Initial import. Wardrobe addon thing. Please test extensively.
274 ------------------------------------------------------------------------