vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ------------------------------------------------------------------------
2 r12130 | ag | 2006-09-27 19:42:18 -0400 (Wed, 27 Sep 2006) | 2 lines
3  
4 ag_UnitFrames
5 * registers UNIT_FACTION instead of UNIT_PVP_UPDATE
6 ------------------------------------------------------------------------
7 r12094 | ag | 2006-09-26 21:10:23 -0400 (Tue, 26 Sep 2006) | 2 lines
8  
9 ag_UnitFrames
10 - removed some commented out debug stuff
11 ------------------------------------------------------------------------
12 r12050 | nevcairiel | 2006-09-26 12:05:00 -0400 (Tue, 26 Sep 2006) | 2 lines
13  
14 Updated Externals for all Addons starting with 'A'
15 Dont blame me if i forgot one or two.
16 ------------------------------------------------------------------------
17 r11954 | ag | 2006-09-24 16:40:38 -0400 (Sun, 24 Sep 2006) | 2 lines
18  
19 ag_UnitFramesag_UnitFrames
20 * One more string divide with number error fix
21 ------------------------------------------------------------------------
22 r11887 | ag | 2006-09-24 08:18:23 -0400 (Sun, 24 Sep 2006) | 2 lines
23  
24 ag_UnitFrames
25 * Fixed a typo that caused an error if you targetted a mob with over 10k mana and diff/smart mode
26 ------------------------------------------------------------------------
27 r11278 | ag | 2006-09-18 13:41:33 -0400 (Mon, 18 Sep 2006) | 2 lines
28  
29 ag_UnitFrames:
30 * Another attempt at fixing OnUpdate frames (currently only ToT frame)
31 ------------------------------------------------------------------------
32 r11166 | ag | 2006-09-17 17:07:11 -0400 (Sun, 17 Sep 2006) | 2 lines
33  
34 ag_UnitFrames
35 * fix for tot
36 ------------------------------------------------------------------------
37 r11164 | ag | 2006-09-17 16:20:35 -0400 (Sun, 17 Sep 2006) | 2 lines
38  
39 ag_UnitFrames
40 * Readded CancelAllScheduledEvents()
41 ------------------------------------------------------------------------
42 r11146 | ag | 2006-09-17 10:14:18 -0400 (Sun, 17 Sep 2006) | 2 lines
43  
44 ag_UnitFrames
45 * adjusted status position
46 ------------------------------------------------------------------------
47 r11144 | ag | 2006-09-17 09:43:16 -0400 (Sun, 17 Sep 2006) | 3 lines
48  
49 ag_UnitFrames:
50 * Added status icon, displays resting and combat status for units
51 * Added Raid target icon
52 ------------------------------------------------------------------------
53 r11040 | saroz | 2006-09-16 12:01:35 -0400 (Sat, 16 Sep 2006) | 1 line
54  
55 ag_UnitFrames: When using absolute health on an unfriendly target (boss) and mobhealth has been found, use the syntax "CurrentHealth (Percent%)"
56 ------------------------------------------------------------------------
57 r10982 | ag | 2006-09-15 06:34:03 -0400 (Fri, 15 Sep 2006) | 3 lines
58  
59 ag_UnitFrames
60 * Merged Pastamancer's patch (correct party ordering, few tag changes)
61 * Merged Delsphynx' patch (disable highlight option, debuff coloring only of friendly targets, shadow distance on text adjusted)
62 ------------------------------------------------------------------------
63 r10545 | rabbit | 2006-09-08 19:15:48 -0400 (Fri, 08 Sep 2006) | 1 line
64  
65 ag_UnitFrames: Fix Smart style again.
66 ------------------------------------------------------------------------
67 r10503 | ag | 2006-09-08 09:58:07 -0400 (Fri, 08 Sep 2006) | 2 lines
68  
69 ag_UnitFrames
70 - few small bugfixes
71 ------------------------------------------------------------------------
72 r9992 | greywind | 2006-09-03 19:16:36 -0400 (Sun, 03 Sep 2006) | 1 line
73  
74 ag_UnitFrames: added Sair?\195?\169n's yaABF layout
75 ------------------------------------------------------------------------
76 r9743 | ag | 2006-09-01 12:04:47 -0400 (Fri, 01 Sep 2006) | 2 lines
77  
78 ag_UnitFrames
79 * More aggressive timings for aura/health updates
80 ------------------------------------------------------------------------
81 r9736 | ag | 2006-09-01 10:14:57 -0400 (Fri, 01 Sep 2006) | 2 lines
82  
83 ag_UnitFrames
84 * default mana color is no longer brown
85 ------------------------------------------------------------------------
86 r9730 | ag | 2006-09-01 09:53:24 -0400 (Fri, 01 Sep 2006) | 2 lines
87  
88 ag_UnitFrames
89 * User can now set bar colors
90 ------------------------------------------------------------------------
91 r9693 | ag | 2006-08-31 21:01:00 -0400 (Thu, 31 Aug 2006) | 3 lines
92  
93 ag_UnitFrames
94 * fixed a bug with the tot starting multiple scheduled events
95 * Pools aura updates and limit them to 5 at a time, thanks to Miles for the idea
96 ------------------------------------------------------------------------
97 r9688 | ag | 2006-08-31 19:14:31 -0400 (Thu, 31 Aug 2006) | 2 lines
98  
99 ag_UnitFrames
100 * unregisters events for disabled frames
101 ------------------------------------------------------------------------
102 r9685 | ag | 2006-08-31 18:51:14 -0400 (Thu, 31 Aug 2006) | 2 lines
103  
104 ag_UnitFrames
105 * targettarget won't update when disabled
106 ------------------------------------------------------------------------
107 r9667 | ag | 2006-08-31 15:24:59 -0400 (Thu, 31 Aug 2006) | 2 lines
108  
109 ag_UnitFrames
110 * Added new bar textures to dewdrop
111 ------------------------------------------------------------------------
112 r9665 | ag | 2006-08-31 15:15:56 -0400 (Thu, 31 Aug 2006) | 2 lines
113  
114 ag_UnitFrames
115 * Added Banto bar texture
116 ------------------------------------------------------------------------
117 r9664 | ag | 2006-08-31 15:09:51 -0400 (Thu, 31 Aug 2006) | 3 lines
118  
119 ag_UnitFrames
120 * Added charcoal bar texture
121 * small tweak to difference style for health
122 ------------------------------------------------------------------------
123 r9662 | ag | 2006-08-31 14:11:14 -0400 (Thu, 31 Aug 2006) | 2 lines
124  
125 ag_UnitFrames
126 - Few performance updates (part 2), taken from Miles' package
127 ------------------------------------------------------------------------
128 r9657 | ag | 2006-08-31 12:49:08 -0400 (Thu, 31 Aug 2006) | 2 lines
129  
130 ag_UnitFrames
131 - Few performance updates, taken from Miles' package
132 ------------------------------------------------------------------------
133 r9174 | sinaloit | 2006-08-26 04:36:08 -0400 (Sat, 26 Aug 2006) | 3 lines
134  
135 ag_UnitFrames:
136 - Updated .toc for 1.12 and to get on svn files.
137 - Added X-Category: UnitFrame to .toc
138 ------------------------------------------------------------------------
139 r8463 | tekkub | 2006-08-19 12:14:24 -0400 (Sat, 19 Aug 2006) | 2 lines
140  
141 ag_UnitFrames
142 - Reverting r8462 and r8450 (Mikma needs to lern2revert)
143 ------------------------------------------------------------------------
144 r8462 | tekkub | 2006-08-19 11:53:57 -0400 (Sat, 19 Aug 2006) | 2 lines
145  
146 ag_UnitFrames
147 - Reverting r8362 at Mikma's request
148 ------------------------------------------------------------------------
149 r8450 | delsphynx | 2006-08-19 09:37:41 -0400 (Sat, 19 Aug 2006) | 11 lines
150  
151 ag_UnitFrames:
152 *Added toggle for highlight frame selection
153 *Added some fonts to the directory and changed ABF to use Lucida for readability. Change them in the layout files
154 *Added slider to set frame background opacity
155 *Changed bucket health event to 0.2 (if your computer melts, don't come crying to me), left mana/aura events at 0.5
156 *Removed some textures that really looked like ass, added a new one with a gradient going to black at the bottom of the bars
157 *Added Readme.txt from Darkforce898's forum post
158 *Renamed the CTRA layout to Royal - if you used this theme previously, you must select the new one
159 *Added Sirow, another CTRA-like layout
160 **Chinese localization needed for some new strings
161  
162 ------------------------------------------------------------------------
163 r8362 | greywind | 2006-08-18 08:19:15 -0400 (Fri, 18 Aug 2006) | 1 line
164  
165 ag_UnitFrames: fixed a typo
166 ------------------------------------------------------------------------
167 r8314 | ag | 2006-08-17 17:39:21 -0400 (Thu, 17 Aug 2006) | 2 lines
168  
169 ag_UnitFrames
170 - fixed pvp rank watchdog tag
171 ------------------------------------------------------------------------
172 r8297 | rabbit | 2006-08-17 14:07:25 -0400 (Thu, 17 Aug 2006) | 1 line
173  
174 ag_UnitFrames: Remove my fix.
175 ------------------------------------------------------------------------
176 r8296 | ag | 2006-08-17 14:01:35 -0400 (Thu, 17 Aug 2006) | 3 lines
177  
178 ag_UnitFrames
179 - hp text bugfix (line 1297)
180  
181 ------------------------------------------------------------------------
182 r8295 | rabbit | 2006-08-17 13:46:41 -0400 (Thu, 17 Aug 2006) | 1 line
183  
184 ag_UnitFrames: Fix comparing string with number.
185 ------------------------------------------------------------------------
186 r8288 | ag | 2006-08-17 11:33:23 -0400 (Thu, 17 Aug 2006) | 2 lines
187  
188 ag_UnitFrames
189 - hp text method tweak tweak
190 ------------------------------------------------------------------------
191 r8287 | royal | 2006-08-17 11:24:52 -0400 (Thu, 17 Aug 2006) | 1 line
192  
193 ag_UnitFrames: CTRA.lua - Removed duplicate NameLabel entry
194 ------------------------------------------------------------------------
195 r8283 | ag | 2006-08-17 11:18:24 -0400 (Thu, 17 Aug 2006) | 2 lines
196  
197 ag_UnitFrames
198 - small fix in HP text method
199 ------------------------------------------------------------------------
200 r8276 | ag | 2006-08-17 10:11:26 -0400 (Thu, 17 Aug 2006) | 2 lines
201  
202 ag_UnitFrames
203 - added object self visible check to string update method
204 ------------------------------------------------------------------------
205 r8274 | ag | 2006-08-17 10:10:07 -0400 (Thu, 17 Aug 2006) | 2 lines
206  
207 ag_UnitFrames
208 - changed string check updates from IsVisible to IsShown
209 ------------------------------------------------------------------------
210 r8266 | ag | 2006-08-17 09:10:05 -0400 (Thu, 17 Aug 2006) | 2 lines
211  
212 ag_UnitFrames
213 - fixed smart hp style
214 ------------------------------------------------------------------------
215 r8260 | ag | 2006-08-17 08:48:40 -0400 (Thu, 17 Aug 2006) | 2 lines
216  
217 ag_UnitFrames
218 - performance update
219 ------------------------------------------------------------------------
220 r8257 | ag | 2006-08-17 08:25:40 -0400 (Thu, 17 Aug 2006) | 2 lines
221  
222 ag_UnitFrames
223 - performance change thingy (won't update hidden strings)
224 ------------------------------------------------------------------------
225 r8256 | ag | 2006-08-17 07:40:24 -0400 (Thu, 17 Aug 2006) | 2 lines
226  
227 ag_UnitFrames -
228 Fixed tag error
229 ------------------------------------------------------------------------
230 r8253 | ag | 2006-08-17 07:36:09 -0400 (Thu, 17 Aug 2006) | 2 lines
231  
232 ag_UnitFrames
233 - event change
234 ------------------------------------------------------------------------
235 r8252 | ag | 2006-08-17 07:30:40 -0400 (Thu, 17 Aug 2006) | 2 lines
236  
237 ag_UnitFrames
238 - fixed tot text
239 ------------------------------------------------------------------------
240 r8251 | ag | 2006-08-17 07:25:20 -0400 (Thu, 17 Aug 2006) | 2 lines
241  
242 ag_UnitFrames
243 - fixed target events
244 ------------------------------------------------------------------------
245 r8250 | ag | 2006-08-17 07:04:03 -0400 (Thu, 17 Aug 2006) | 2 lines
246  
247 ag_UnitFrames
248 - Text displays properly when dead
249 ------------------------------------------------------------------------
250 r8222 | ag | 2006-08-16 23:02:17 -0400 (Wed, 16 Aug 2006) | 2 lines
251  
252 ag_UnitFrames
253 - Name and class text uses watchdog tags too
254 ------------------------------------------------------------------------
255 r8217 | ag | 2006-08-16 22:03:44 -0400 (Wed, 16 Aug 2006) | 2 lines
256  
257 ag_UnitFrames
258 - will stop repeating event for hidden units
259 ------------------------------------------------------------------------
260 r8215 | cladhaire | 2006-08-16 21:53:49 -0400 (Wed, 16 Aug 2006) | 2 lines
261  
262 ag_UnitFrames: Now allows for format strings that have no tags.. Not really any point except Mikma likes to break things.
263  
264 ------------------------------------------------------------------------
265 r8212 | ag | 2006-08-16 21:39:12 -0400 (Wed, 16 Aug 2006) | 2 lines
266  
267 ag_UnitFrames
268 - readded smart text style
269 ------------------------------------------------------------------------
270 r8206 | cladhaire | 2006-08-16 19:47:07 -0400 (Wed, 16 Aug 2006) | 4 lines
271  
272 ag_UnitFrames:
273 * Actually added the WatchDog tags and changed them to work properly with aguf
274 * Edited the default custom formats
275  
276 ------------------------------------------------------------------------
277 r8203 | ag | 2006-08-16 18:59:00 -0400 (Wed, 16 Aug 2006) | 2 lines
278  
279 ag_UnitFrames
280 - mobhealth works again now
281 ------------------------------------------------------------------------
282 r8202 | ag | 2006-08-16 18:50:04 -0400 (Wed, 16 Aug 2006) | 2 lines
283  
284 ag_UnitFrames
285 - Readded mobhealth to absolute text style
286 ------------------------------------------------------------------------
287 r8201 | ag | 2006-08-16 18:46:28 -0400 (Wed, 16 Aug 2006) | 2 lines
288  
289 ag_UnitFrames
290 - Moved default text setting from custom to absolute for all unit types
291 ------------------------------------------------------------------------
292 r8200 | ag | 2006-08-16 18:44:59 -0400 (Wed, 16 Aug 2006) | 2 lines
293  
294 ag_UnitFrames
295 - Fixed bug where partypets wouldn't show
296 ------------------------------------------------------------------------
297 r8197 | ag | 2006-08-16 18:20:25 -0400 (Wed, 16 Aug 2006) | 3 lines
298  
299 ag_UnitFrames
300 - Changes to how events are called to better suit clads watchdog text string system
301 - Tweaked the default absolute text format to look like it used to
302 ------------------------------------------------------------------------
303 r8177 | ag | 2006-08-16 12:10:13 -0400 (Wed, 16 Aug 2006) | 3 lines
304  
305 ag_UnitFrames
306 - You can now customize how you want the text displays to be
307 - Watchdog code, which means you use watchdog tags
308 ------------------------------------------------------------------------
309 r8098 | hk2717 | 2006-08-15 12:15:35 -0400 (Tue, 15 Aug 2006) | 1 line
310  
311 ag_UnitFrames: Fixed CTRA layout.
312 ------------------------------------------------------------------------
313 r8079 | rabbit | 2006-08-15 06:49:23 -0400 (Tue, 15 Aug 2006) | 1 line
314  
315 ag_UnitFrames: CTRA style: Fix experience bar.
316 ------------------------------------------------------------------------
317 r8073 | royal | 2006-08-15 06:18:06 -0400 (Tue, 15 Aug 2006) | 2 lines
318  
319 ag_UnitFrames: Completely changed the CTRA layout. Cleaned up the file (Changes based on Sirow's layout)
320  
321 ------------------------------------------------------------------------
322 r7988 | ag | 2006-08-14 09:13:08 -0400 (Mon, 14 Aug 2006) | 2 lines
323  
324 ag_UnitFrames
325 - Changes to the positioning saving system
326 ------------------------------------------------------------------------
327 r7968 | hk2717 | 2006-08-14 06:21:09 -0400 (Mon, 14 Aug 2006) | 1 line
328  
329 ag_UnitFrames: Tweaked zhCN localization.
330 ------------------------------------------------------------------------
331 r7891 | ag | 2006-08-13 06:20:04 -0400 (Sun, 13 Aug 2006) | 2 lines
332  
333 ag_UnitFrames
334 - Removed shift key for showing the menu
335 ------------------------------------------------------------------------
336 r7890 | ag | 2006-08-13 06:06:03 -0400 (Sun, 13 Aug 2006) | 2 lines
337  
338 ag_UnitFrames
339 - ToT works fine again
340 ------------------------------------------------------------------------
341 r7839 | hk2717 | 2006-08-12 16:56:16 -0400 (Sat, 12 Aug 2006) | 3 lines
342  
343 ag_UnitFrames:
344 * Added zhCN localization.
345 * Added ability to auto select proper font files between different locales.
346 ------------------------------------------------------------------------
347 r7838 | hk2717 | 2006-08-12 16:56:03 -0400 (Sat, 12 Aug 2006) | 3 lines
348  
349 ag_UnitFrames:
350 * Added zhCN localization.
351 * Added ability to auto select proper font files between different locales.
352 ------------------------------------------------------------------------
353 r7733 | rabbit | 2006-08-11 18:56:00 -0400 (Fri, 11 Aug 2006) | 1 line
354  
355 ag_UnitFrames: Fix trying to compare potential string as number.
356 ------------------------------------------------------------------------
357 r7723 | rabbit | 2006-08-11 17:31:08 -0400 (Fri, 11 Aug 2006) | 1 line
358  
359 ag_UnitFrames: Mages can cure curses, not diseases.
360 ------------------------------------------------------------------------
361 r7717 | rabbit | 2006-08-11 16:56:04 -0400 (Fri, 11 Aug 2006) | 1 line
362  
363 ag_UnitFrames: Fixed Smart style on target when MH3 is present, should now properly show missing hp. Also cleaned up some space indents.
364 ------------------------------------------------------------------------
365 r7702 | ag | 2006-08-11 14:03:22 -0400 (Fri, 11 Aug 2006) | 2 lines
366  
367 ag_UnitFrames -
368 * I hope this doesn't bother anyone
369 ------------------------------------------------------------------------
370 r7701 | ag | 2006-08-11 14:02:24 -0400 (Fri, 11 Aug 2006) | 2 lines
371  
372 ag_UnitFrames -
373 * Meh, I suck
374 ------------------------------------------------------------------------
375 r7700 | ag | 2006-08-11 14:01:13 -0400 (Fri, 11 Aug 2006) | 3 lines
376  
377 ag_UnitFrames -
378 * Bugfix
379  
380 ------------------------------------------------------------------------
381 r7695 | ag | 2006-08-11 12:23:44 -0400 (Fri, 11 Aug 2006) | 2 lines
382  
383 ag_UnitFrames -
384 * I should run my code before I commit it.
385 ------------------------------------------------------------------------
386 r7694 | ag | 2006-08-11 12:20:28 -0400 (Fri, 11 Aug 2006) | 2 lines
387  
388 ag_UnitFrames -
389 * Fixed number compare to string bug
390 ------------------------------------------------------------------------
391 r7689 | ag | 2006-08-11 10:28:36 -0400 (Fri, 11 Aug 2006) | 3 lines
392  
393 ag_UnitFramesag_UnitFrames -
394 * Fixed a rare bug where one aura would be missing
395  
396 ------------------------------------------------------------------------
397 r7510 | ag | 2006-08-09 21:21:41 -0400 (Wed, 09 Aug 2006) | 3 lines
398  
399 ag_UnitFramesag_UnitFrames -
400 * Bugfix to dewdrop menu usage
401  
402 ------------------------------------------------------------------------
403 r7505 | ag | 2006-08-09 20:39:26 -0400 (Wed, 09 Aug 2006) | 2 lines
404  
405 ag_UnitFrames -
406 * Will update name/class less often for ToT
407 ------------------------------------------------------------------------
408 r7360 | ag | 2006-08-08 21:06:44 -0400 (Tue, 08 Aug 2006) | 2 lines
409  
410 ag_UnitFramesag_UnitFrames -
411 * Fixed combat event text... It didn't really work before
412 ------------------------------------------------------------------------
413 r7346 | rabbit | 2006-08-08 19:10:45 -0400 (Tue, 08 Aug 2006) | 1 line
414  
415 ag_UnitFrames: Add DewdropLib to OptionalDeps.
416 ------------------------------------------------------------------------
417 r7337 | ag | 2006-08-08 17:48:02 -0400 (Tue, 08 Aug 2006) | 3 lines
418  
419 ag_UnitFrames -
420 * small fixes, mobhealth API change
421 * health above 9999 will get the format 10.4k/39.5k
422 ------------------------------------------------------------------------
423 r7322 | ag | 2006-08-08 13:39:07 -0400 (Tue, 08 Aug 2006) | 3 lines
424  
425 ag_UnitFrames -
426 * Changed a little default value
427 * Just did this mostly to test the commit feature of the SVN-finder plugin I just compiled
428 ------------------------------------------------------------------------
429 r7208 | neronix | 2006-08-07 14:39:23 -0400 (Mon, 07 Aug 2006) | 1 line
430  
431 ag_UnitFrames - Updated MobHealth3 support to match the API change
432 ------------------------------------------------------------------------
433 r7196 | delsphynx | 2006-08-07 12:29:08 -0400 (Mon, 07 Aug 2006) | 2 lines
434  
435 ag_UnitFrames:
436 *Changed Smart style to only show difference and not current+difference when hp drops (this is split from Difference, which will still show both)
437 ------------------------------------------------------------------------
438 r7143 | delsphynx | 2006-08-07 00:41:39 -0400 (Mon, 07 Aug 2006) | 3 lines
439  
440 ag_UnitFrames:
441 *Added localized strings for all Dewdrop menu descriptions
442 *Set tsvn:logtemplate
443 ------------------------------------------------------------------------
444 r7107 | ag | 2006-08-06 14:54:29 -0400 (Sun, 06 Aug 2006) | 2 lines
445  
446 ag_UnitFrames -
447 * Added CTRA theme. Thanks Royal
448 ------------------------------------------------------------------------
449 r7093 | ag | 2006-08-06 12:05:56 -0400 (Sun, 06 Aug 2006) | 3 lines
450  
451 ag_UnitFrames -
452 * Change to the combat text system
453 * changed the name of the "default" border to "hidden" border
454 ------------------------------------------------------------------------
455 r7088 | ag | 2006-08-06 11:41:23 -0400 (Sun, 06 Aug 2006) | 2 lines
456  
457 ag_UnitFrames -
458 * divide by zero XPbar fix
459 ------------------------------------------------------------------------
460 r7084 | ag | 2006-08-06 11:23:00 -0400 (Sun, 06 Aug 2006) | 2 lines
461  
462 ag_UnitFrames -
463 * Moved target update, target(x*target) updates into unit classes
464 ------------------------------------------------------------------------
465 r7082 | ag | 2006-08-06 11:05:30 -0400 (Sun, 06 Aug 2006) | 2 lines
466  
467 ag_UnitFrames -
468 * Fixed bug where ToT wouldn't update auras
469 ------------------------------------------------------------------------
470 r7081 | ag | 2006-08-06 10:55:43 -0400 (Sun, 06 Aug 2006) | 3 lines
471  
472 ag_UnitFrames -
473 * Fixed hide in raid option
474 * added db argument to CreateObject
475 ------------------------------------------------------------------------
476 r7031 | ag | 2006-08-05 22:31:30 -0400 (Sat, 05 Aug 2006) | 2 lines
477  
478 ag_UnitFrames -
479 * further improvent on UpdateAuras
480 ------------------------------------------------------------------------
481 r7023 | ag | 2006-08-05 20:44:07 -0400 (Sat, 05 Aug 2006) | 4 lines
482  
483 ag_UnitFrames -
484 * RestXP bar is now working again
485 * Some changes to the XP system (does it work now, heh?)
486 * Fixed a typo that caused two-line(above) aura style to have the second line overlap the unit frame
487 ------------------------------------------------------------------------
488 r7016 | ag | 2006-08-05 20:02:10 -0400 (Sat, 05 Aug 2006) | 2 lines
489  
490 ag_UnitFrames -
491 * Fixed a bug where combat event text would sometimes get stuck
492 ------------------------------------------------------------------------
493 r7006 | delsphynx | 2006-08-05 17:56:09 -0400 (Sat, 05 Aug 2006) | 1 line
494  
495 ag_Unitframes: Added bar textures, definitely up for critique or suggestions :)
496 ------------------------------------------------------------------------
497 r6999 | ag | 2006-08-05 16:46:30 -0400 (Sat, 05 Aug 2006) | 2 lines
498  
499 ag_UnitFrames -
500 * class color options no longer available for pets
501 ------------------------------------------------------------------------
502 r6963 | ag | 2006-08-05 08:25:12 -0400 (Sat, 05 Aug 2006) | 2 lines
503  
504 ag_UnitFrames -
505 * tot will update bar colors
506 ------------------------------------------------------------------------
507 r6960 | ag | 2006-08-05 08:18:49 -0400 (Sat, 05 Aug 2006) | 2 lines
508  
509 ag_UnitFrames -
510 * Improved combat event code a bit
511 ------------------------------------------------------------------------
512 r6957 | ag | 2006-08-05 08:01:34 -0400 (Sat, 05 Aug 2006) | 2 lines
513  
514 ag_UnitFrames -
515 * Improvement to registering of events
516 ------------------------------------------------------------------------
517 r6953 | ag | 2006-08-05 07:07:21 -0400 (Sat, 05 Aug 2006) | 2 lines
518  
519 ag_UnitFrames -
520 * Improved unit_combat code
521 ------------------------------------------------------------------------
522 r6921 | ag | 2006-08-04 22:27:37 -0400 (Fri, 04 Aug 2006) | 2 lines
523  
524 ag_UnitFrames -
525 * changed critical events to use the AceEvent bucket function
526 ------------------------------------------------------------------------
527 r6919 | ag | 2006-08-04 20:48:16 -0400 (Fri, 04 Aug 2006) | 2 lines
528  
529 ag_UnitFrames -
530 * Divide by zero causing powerbar to look funky... Fixed.
531 ------------------------------------------------------------------------
532 r6918 | ag | 2006-08-04 20:30:08 -0400 (Fri, 04 Aug 2006) | 2 lines
533  
534 ag_UnitFrames -
535 * Forgot to set the healthbar values... Now as 0,100
536 ------------------------------------------------------------------------
537 r6917 | ag | 2006-08-04 20:20:05 -0400 (Fri, 04 Aug 2006) | 2 lines
538  
539 ag_UnitFrames -
540 * Few optimizations of Health,Aura methods, thanks Clad
541 ------------------------------------------------------------------------
542 r6916 | ag | 2006-08-04 19:25:34 -0400 (Fri, 04 Aug 2006) | 2 lines
543  
544 ag_UnitFrames -
545 * Raid frames can now be grouped by role (raid/healer/dps)
546 ------------------------------------------------------------------------
547 r6914 | ag | 2006-08-04 18:59:51 -0400 (Fri, 04 Aug 2006) | 2 lines
548  
549 ag_UnitFrames -
550 * Added combat text
551 ------------------------------------------------------------------------
552 r6896 | ag | 2006-08-04 15:32:25 -0400 (Fri, 04 Aug 2006) | 2 lines
553  
554 ag_UnitFrames -
555 * Fix to the fix to the fix
556 ------------------------------------------------------------------------
557 r6882 | ag | 2006-08-04 10:53:15 -0400 (Fri, 04 Aug 2006) | 2 lines
558  
559 ag_UnitFrames -
560 * Fixed to the fix
561 ------------------------------------------------------------------------
562 r6881 | ag | 2006-08-04 10:51:45 -0400 (Fri, 04 Aug 2006) | 2 lines
563  
564 ag_UnitFrames -
565 * Fixed sairen smart statustext style
566 ------------------------------------------------------------------------
567 r6880 | ag | 2006-08-04 10:47:40 -0400 (Fri, 04 Aug 2006) | 3 lines
568  
569 ag_UnitFrames -
570 * Optimized the aura update logic a bit.. See if it helps.
571 * Fixed the bug where the targettarget wouldn't hide properly
572 ------------------------------------------------------------------------
573 r6828 | rabbit | 2006-08-03 22:00:57 -0400 (Thu, 03 Aug 2006) | 1 line
574  
575 ag_UnitFrames: Added "Smart" statusbar text style, courtesy of Sairen from his MG2 fork.
576 ------------------------------------------------------------------------
577 r6823 | ag | 2006-08-03 20:35:04 -0400 (Thu, 03 Aug 2006) | 2 lines
578  
579 ag_UnitFrames -
580 * Updated visibility system so frames aren't as "jumpy" ie. they won't show very shortly at their default position before getting grouped
581 ------------------------------------------------------------------------
582 r6817 | ag | 2006-08-03 19:51:34 -0400 (Thu, 03 Aug 2006) | 2 lines
583  
584 ag_UnitFrames -
585 * Updated partypet visibility code
586 ------------------------------------------------------------------------
587 r6816 | ag | 2006-08-03 19:47:00 -0400 (Thu, 03 Aug 2006) | 2 lines
588  
589 ag_UnitFrames -
590 * Removed self.visible checking
591 ------------------------------------------------------------------------
592 r6780 | ag | 2006-08-03 13:08:18 -0400 (Thu, 03 Aug 2006) | 2 lines
593  
594 ag_UnitFrames -
595 * Fixed a bug where the first debuff whouldn't show when aura style set to right-oneline
596 ------------------------------------------------------------------------
597 r6773 | ag | 2006-08-03 12:37:31 -0400 (Thu, 03 Aug 2006) | 2 lines
598  
599 ag_UnitFrames -
600 * Updated to the changed mobhealth API
601 ------------------------------------------------------------------------
602 r6752 | ag | 2006-08-03 11:37:21 -0400 (Thu, 03 Aug 2006) | 2 lines
603  
604 ag_UnitFrames -
605 * bug fix to earlier performance update
606 ------------------------------------------------------------------------
607 r6748 | ag | 2006-08-03 10:50:35 -0400 (Thu, 03 Aug 2006) | 2 lines
608  
609 ag_UnitFrames -
610 * fix to target update related to last performance update
611 ------------------------------------------------------------------------
612 r6737 | ag | 2006-08-03 10:27:13 -0400 (Thu, 03 Aug 2006) | 2 lines
613  
614 ag_UnitFrames -
615 * Performance tweak
616 ------------------------------------------------------------------------
617 r6644 | neronix | 2006-08-02 16:39:34 -0400 (Wed, 02 Aug 2006) | 1 line
618  
619 agUF - Added Ace2 and MobHealth to OptionalDeps
620 ------------------------------------------------------------------------
621 r6637 | ag | 2006-08-02 15:26:02 -0400 (Wed, 02 Aug 2006) | 2 lines
622  
623 ag_UnitFrames -
624 * removing debug message
625 ------------------------------------------------------------------------
626 r6636 | ag | 2006-08-02 15:20:51 -0400 (Wed, 02 Aug 2006) | 2 lines
627  
628 ag_UnitFrames -
629 * lol, grouping works now.
630 ------------------------------------------------------------------------
631 r6632 | ag | 2006-08-02 14:52:45 -0400 (Wed, 02 Aug 2006) | 2 lines
632  
633 ag_UnitFrames -
634 * fixed a grouping code bug
635 ------------------------------------------------------------------------
636 r6628 | ag | 2006-08-02 14:29:55 -0400 (Wed, 02 Aug 2006) | 2 lines
637  
638 ag_UnitFrames -
639 * fixed font path in ABF style
640 ------------------------------------------------------------------------
641 r6626 | ag | 2006-08-02 14:19:47 -0400 (Wed, 02 Aug 2006) | 2 lines
642  
643 ag_UnitFrames -
644 * Removed code to hide mobhealth frame.. Mobhealth3 should do that itself fine
645 ------------------------------------------------------------------------
646 r6625 | ag | 2006-08-02 14:17:13 -0400 (Wed, 02 Aug 2006) | 2 lines
647  
648 ag_UnitFrames -
649 * mobhealth support will only work with MobHealth3
650 ------------------------------------------------------------------------
651 r6623 | ag | 2006-08-02 14:14:58 -0400 (Wed, 02 Aug 2006) | 2 lines
652  
653 ag_UnitFrames -
654 * mobhealth tweak
655 ------------------------------------------------------------------------
656 r6621 | neronix | 2006-08-02 14:03:22 -0400 (Wed, 02 Aug 2006) | 1 line
657  
658 agUF - Fixed MobHealth support
659 ------------------------------------------------------------------------
660 r6620 | ag | 2006-08-02 14:02:22 -0400 (Wed, 02 Aug 2006) | 2 lines
661  
662 ag_UnitFrames -
663 * Fixed a bug in the grouping code
664 ------------------------------------------------------------------------
665 r6600 | ag | 2006-08-02 11:03:40 -0400 (Wed, 02 Aug 2006) | 2 lines
666  
667 ag_UnitFrames -
668 * Tweaking of the grouping code
669 ------------------------------------------------------------------------
670 r6546 | ag | 2006-08-01 22:34:16 -0400 (Tue, 01 Aug 2006) | 3 lines
671  
672 ag_unitframes -
673 * fixed a mac crash related to scalin
674  
675 ------------------------------------------------------------------------
676 r6544 | ag | 2006-08-01 21:53:35 -0400 (Tue, 01 Aug 2006) | 2 lines
677  
678 ag_UnitFrames -
679 * Small fix for pet grouping code
680 ------------------------------------------------------------------------
681 r6539 | ag | 2006-08-01 19:46:00 -0400 (Tue, 01 Aug 2006) | 2 lines
682  
683 ag_UnitFrames -
684 * Actually added dewdrop option for party grouping (with/without player)
685 ------------------------------------------------------------------------
686 r6527 | ag | 2006-08-01 18:34:03 -0400 (Tue, 01 Aug 2006) | 2 lines
687  
688 ag_UnitFrames -
689 * Coloring of unit names by class is now setting in the dewdrop menu
690 ------------------------------------------------------------------------
691 r6499 | ag | 2006-08-01 15:01:23 -0400 (Tue, 01 Aug 2006) | 2 lines
692  
693 ag_UnitFrames -
694 * party and pet frames can now be optioned to group with or without the player frame
695 ------------------------------------------------------------------------
696 r6489 | ag | 2006-08-01 13:48:56 -0400 (Tue, 01 Aug 2006) | 2 lines
697  
698 ag_UnitFrames -
699 * small change to subgroup update function
700 ------------------------------------------------------------------------
701 r6488 | ag | 2006-08-01 13:46:02 -0400 (Tue, 01 Aug 2006) | 2 lines
702  
703 ag_UnitFrames -
704 * Worked some more on grouping code
705 ------------------------------------------------------------------------
706 r6471 | ag | 2006-08-01 10:50:01 -0400 (Tue, 01 Aug 2006) | 2 lines
707  
708 ag_UnitFrames -
709 * Improved width of anchors
710 ------------------------------------------------------------------------
711 r6427 | ag | 2006-08-01 00:45:16 -0400 (Tue, 01 Aug 2006) | 1 line
712  
713  
714 ------------------------------------------------------------------------
715 r6422 | ag | 2006-07-31 23:23:11 -0400 (Mon, 31 Jul 2006) | 2 lines
716  
717 ag_UnitFrames -
718 * anchors will hide when there's no units in the groups
719 ------------------------------------------------------------------------
720 r6420 | ag | 2006-07-31 22:53:25 -0400 (Mon, 31 Jul 2006) | 4 lines
721  
722 ag_UnitFrames -
723 * Raid units can now group together by subgroup/class/one big
724 * Only tested in my basement, needs more testing
725 * Please report any bugs
726 ------------------------------------------------------------------------
727 r6367 | ag | 2006-07-31 11:41:13 -0400 (Mon, 31 Jul 2006) | 2 lines
728  
729 ag_UnitFrames -
730 * Fix round problem with mobhealth (line 724)
731 ------------------------------------------------------------------------
732 r6271 | ag | 2006-07-30 18:53:58 -0400 (Sun, 30 Jul 2006) | 2 lines
733  
734 ag_UnitFrames -
735 * Checks if we are in a raid on login
736 ------------------------------------------------------------------------
737 r6213 | ag | 2006-07-30 06:45:02 -0400 (Sun, 30 Jul 2006) | 2 lines
738  
739 ag_UnitFrames -
740 * Added mobhealth and happiness update (needs testing)
741 ------------------------------------------------------------------------
742 r6151 | ag | 2006-07-29 18:19:07 -0400 (Sat, 29 Jul 2006) | 2 lines
743  
744 ag_UnitFrames -
745 * Changes to the dewdrop menu
746 ------------------------------------------------------------------------
747 r6147 | ag | 2006-07-29 16:46:38 -0400 (Sat, 29 Jul 2006) | 2 lines
748  
749 ag_UnitFrames -
750 * Attempt at fixing rep bug
751 ------------------------------------------------------------------------
752 r6144 | ag | 2006-07-29 16:24:14 -0400 (Sat, 29 Jul 2006) | 2 lines
753  
754 ag_UnitFrames -
755 * Added a nil check to the hooked reputation function (no idea why the hell I have to do that)
756 ------------------------------------------------------------------------
757 r6142 | ag | 2006-07-29 15:41:19 -0400 (Sat, 29 Jul 2006) | 2 lines
758  
759 ag_UnitFrames -
760 * Tiny tweak to the dewdrop menu
761 ------------------------------------------------------------------------
762 r6051 | ag | 2006-07-28 15:21:37 -0400 (Fri, 28 Jul 2006) | 2 lines
763  
764 ag_UnitFrames -
765 * added something to hide xp bars (hope it works?)
766 ------------------------------------------------------------------------
767 r6049 | ag | 2006-07-28 14:43:40 -0400 (Fri, 28 Jul 2006) | 2 lines
768  
769 ag_UnitFrames -
770 * changes to the settings system (not visible to the user)
771 ------------------------------------------------------------------------
772 r6038 | ag | 2006-07-28 13:29:23 -0400 (Fri, 28 Jul 2006) | 3 lines
773  
774 ag_UnitFrames -
775 * Moved unit objects to a subtable
776  
777 ------------------------------------------------------------------------
778 r6034 | ag | 2006-07-28 12:26:09 -0400 (Fri, 28 Jul 2006) | 2 lines
779  
780 ag_UnitFrames -
781 * removed comments from UpdateAll function
782 ------------------------------------------------------------------------
783 r6033 | ag | 2006-07-28 12:22:56 -0400 (Fri, 28 Jul 2006) | 2 lines
784  
785 ag_UnitFrames -
786 * Commented out grouping code. I am obviously not hardcore enough to figure out a solution yet
787 ------------------------------------------------------------------------
788 r6012 | ag | 2006-07-28 10:07:04 -0400 (Fri, 28 Jul 2006) | 2 lines
789  
790 ag_UnitFrames -
791 * Removed some debug prints
792 ------------------------------------------------------------------------
793 r6010 | ag | 2006-07-28 10:03:52 -0400 (Fri, 28 Jul 2006) | 2 lines
794  
795 ag_UnitFrames -
796 * now reacts to profile change
797 ------------------------------------------------------------------------
798 r5941 | ag | 2006-07-27 22:41:49 -0400 (Thu, 27 Jul 2006) | 2 lines
799  
800 ag_UnitFrames -
801 * added profile,about,etc...- injection to dewdrop menu
802 ------------------------------------------------------------------------
803 r5940 | ag | 2006-07-27 22:39:28 -0400 (Thu, 27 Jul 2006) | 2 lines
804  
805 ag_UnitFrames -
806 * First test of the unit grouping system (if you don't like grouping, don't check out, there's no option to turn off yet)
807 ------------------------------------------------------------------------
808 r5828 | ag | 2006-07-26 19:53:57 -0400 (Wed, 26 Jul 2006) | 2 lines
809  
810 ag_UnitFrames -
811 * Attempt at fixing that line 443 error
812 ------------------------------------------------------------------------
813 r5708 | ag | 2006-07-25 17:44:32 -0400 (Tue, 25 Jul 2006) | 3 lines
814  
815 ag_UnitFrames -
816 * Leader icon now works
817 * Icon settings are now reflected instantly by unit objects(frames) using AceEvent ^o^
818 ------------------------------------------------------------------------
819 r5557 | ag | 2006-07-24 16:00:25 -0400 (Mon, 24 Jul 2006) | 1 line
820  
821 ag_UnitFrames - Colors on debuffs
822 ------------------------------------------------------------------------
823 r5436 | ag | 2006-07-23 11:24:34 -0400 (Sun, 23 Jul 2006) | 1 line
824  
825 ag_UnitFrames - (works this time. I promise)
826 ------------------------------------------------------------------------
827 r5435 | ag | 2006-07-23 11:07:26 -0400 (Sun, 23 Jul 2006) | 2 lines
828  
829 ag_UnitFrames -
830 * added counts to auras (pt.3)
831 ------------------------------------------------------------------------
832 r5429 | ag | 2006-07-23 10:55:23 -0400 (Sun, 23 Jul 2006) | 2 lines
833  
834 ag_UnitFrames -
835 * added counts to auras (pt.2)
836 ------------------------------------------------------------------------
837 r5424 | ag | 2006-07-23 10:48:34 -0400 (Sun, 23 Jul 2006) | 2 lines
838  
839 ag_UnitFrames -
840 * added counts to auras
841 ------------------------------------------------------------------------
842 r5394 | ag | 2006-07-23 02:35:08 -0400 (Sun, 23 Jul 2006) | 2 lines
843  
844 ag_UnitFrames -
845 * Yet another aura fix
846 ------------------------------------------------------------------------
847 r5362 | ag | 2006-07-22 19:27:37 -0400 (Sat, 22 Jul 2006) | 2 lines
848  
849 ag_UnitFrames -
850 * It's totally fixed now. The UnitDebuff thing
851 ------------------------------------------------------------------------
852 r5360 | ag | 2006-07-22 18:57:52 -0400 (Sat, 22 Jul 2006) | 2 lines
853  
854 ag_UnitFrames -
855 * Fixed last commit again. I suck
856 ------------------------------------------------------------------------
857 r5358 | ag | 2006-07-22 18:40:23 -0400 (Sat, 22 Jul 2006) | 2 lines
858  
859 ag_UnitFrames -
860 * Few tweaks to UnitDebuff
861 ------------------------------------------------------------------------
862 r5357 | ag | 2006-07-22 18:31:30 -0400 (Sat, 22 Jul 2006) | 2 lines
863  
864 ag_UnitFrames -
865 * Fixed the code I just made
866 ------------------------------------------------------------------------
867 r5356 | ag | 2006-07-22 18:26:53 -0400 (Sat, 22 Jul 2006) | 2 lines
868  
869 ag_UnitFrames -
870 * Modified the class string function a bit
871 ------------------------------------------------------------------------
872 r5337 | ag | 2006-07-22 07:40:03 -0400 (Sat, 22 Jul 2006) | 3 lines
873  
874 ag_UnitFrames -
875 * Added translation for "pet"
876 * Added pet to the dewdrop menu
877 ------------------------------------------------------------------------
878 r5315 | ag | 2006-07-21 21:16:03 -0400 (Fri, 21 Jul 2006) | 3 lines
879  
880 ag_UnitFrames -
881 * Fixed some errors
882 * PvP/leader icon options seemed to be inverted, fixed now
883 ------------------------------------------------------------------------
884 r5314 | ag | 2006-07-21 19:52:35 -0400 (Fri, 21 Jul 2006) | 2 lines
885  
886 ag_UnitFrames -
887 * Unbroke class coloring of bars
888 ------------------------------------------------------------------------
889 r5312 | ag | 2006-07-21 18:48:54 -0400 (Fri, 21 Jul 2006) | 2 lines
890  
891 ag_UnitFrames -
892 * Just a bit tweaking
893 ------------------------------------------------------------------------
894 r5282 | ag | 2006-07-21 12:43:11 -0400 (Fri, 21 Jul 2006) | 3 lines
895  
896 ag_UnitFrames -
897 * Party can be hidden in raid
898 * Raid units work (Default: disabled)
899 ------------------------------------------------------------------------
900 r5234 | ag | 2006-07-20 17:07:09 -0400 (Thu, 20 Jul 2006) | 1 line
901  
902 ag_UnitFrames - Some more AceOptions+locale improvement
903 ------------------------------------------------------------------------
904 r5196 | ag | 2006-07-20 09:04:50 -0400 (Thu, 20 Jul 2006) | 1 line
905  
906 ag_UnitFrames - fixed line 1078 nil error
907 ------------------------------------------------------------------------
908 r5195 | ag | 2006-07-20 08:45:50 -0400 (Thu, 20 Jul 2006) | 1 line
909  
910 ag_UnitFrames - Improved dropdown a bit, started working on locales
911 ------------------------------------------------------------------------
912 r5179 | ag | 2006-07-20 00:19:27 -0400 (Thu, 20 Jul 2006) | 1 line
913  
914 ag_UnitFrames - perfectraid theme too
915 ------------------------------------------------------------------------
916 r5178 | ag | 2006-07-20 00:09:06 -0400 (Thu, 20 Jul 2006) | 4 lines
917  
918 ag_UnitFrames -
919 * Fixed a very rare problem with text overflowing on some scales
920 * Improved the dewdrop menu a tiny bit, more to come
921 * Better dropdown menu code (thanks Clad)
922 ------------------------------------------------------------------------
923 r5144 | ag | 2006-07-19 13:52:02 -0400 (Wed, 19 Jul 2006) | 3 lines
924  
925 ag_UnitFrames -
926 * Healthbars can now be colored by class
927  
928 ------------------------------------------------------------------------
929 r5138 | ag | 2006-07-19 12:43:47 -0400 (Wed, 19 Jul 2006) | 3 lines
930  
931 ag_UnitFrames -
932 * Removed unused file
933  
934 ------------------------------------------------------------------------
935 r5137 | ag | 2006-07-19 12:34:01 -0400 (Wed, 19 Jul 2006) | 3 lines
936  
937 ag_UnitFrames -
938 * Moved layouts to seperate files in a subdir
939  
940 ------------------------------------------------------------------------
941 r5107 | ag | 2006-07-18 20:07:22 -0400 (Tue, 18 Jul 2006) | 3 lines
942  
943 ag_UnitFrames -
944 * Fixed a mistake regarding the rest xp bar
945  
946 ------------------------------------------------------------------------
947 r5102 | ag | 2006-07-18 19:18:11 -0400 (Tue, 18 Jul 2006) | 3 lines
948  
949 ag_UnitFrames -
950 * Fixed a nil check error regarding the dewdrop menu when not in party
951  
952 ------------------------------------------------------------------------
953 r5095 | ag | 2006-07-18 17:27:20 -0400 (Tue, 18 Jul 2006) | 3 lines
954  
955 ag_UnitFrames -
956 * Added debuff highlighting
957  
958 ------------------------------------------------------------------------
959 r5093 | ag | 2006-07-18 16:01:55 -0400 (Tue, 18 Jul 2006) | 4 lines
960  
961 ag_UnitFrames -
962 * Added a few options and two themes:
963 - oUF
964 - PerfectRaid
965 ------------------------------------------------------------------------
966 r5081 | ag | 2006-07-18 12:21:11 -0400 (Tue, 18 Jul 2006) | 1 line
967  
968 ag_UnitFrames - Leader crown now disappears from the player when leaving a party
969 ------------------------------------------------------------------------
970 r5080 | ag | 2006-07-18 11:14:27 -0400 (Tue, 18 Jul 2006) | 1 line
971  
972 ag_UnitFrames - Partypets works now
973 ------------------------------------------------------------------------
974 r5078 | ag | 2006-07-18 08:55:09 -0400 (Tue, 18 Jul 2006) | 1 line
975  
976 ag_UnitFrames - Fixed a bug with powerbar pecentage style
977 ------------------------------------------------------------------------
978 r5077 | ag | 2006-07-18 08:45:24 -0400 (Tue, 18 Jul 2006) | 1 line
979  
980 ag_UnitFrames - Added some more options, fixed manabar hiding for player/pet doing funny stuff
981 ------------------------------------------------------------------------
982 r5074 | ag | 2006-07-18 08:23:04 -0400 (Tue, 18 Jul 2006) | 1 line
983  
984 ag_UnitFrames - Added function "CallUnitMethods". Pass a type ("player","party",etc) and a unit class method to have all unit objects of that type run that method. Handy for the dewdrop menu.
985 ------------------------------------------------------------------------
986 r5070 | ag | 2006-07-18 06:39:48 -0400 (Tue, 18 Jul 2006) | 1 line
987  
988 ag_UnitFrames - Dropdown menus will now update the unit frames
989 ------------------------------------------------------------------------
990 r5056 | ag | 2006-07-17 17:51:40 -0400 (Mon, 17 Jul 2006) | 1 line
991  
992 ag_UnitFrames - Dewdrop menu opens when you alt-click a frame
993 ------------------------------------------------------------------------
994 r5054 | ag | 2006-07-17 16:34:14 -0400 (Mon, 17 Jul 2006) | 3 lines
995  
996 ag_UnitFrames -
997 * Added very early dewdrop, /aguf to open it
998 * How do I select what order these things are in?
999 ------------------------------------------------------------------------
1000 r5047 | ag | 2006-07-17 13:19:41 -0400 (Mon, 17 Jul 2006) | 2 lines
1001  
1002 ag_UnitFrames -
1003 * Positioning code works with SnapToGrid now
1004 ------------------------------------------------------------------------
1005 r5045 | ag | 2006-07-17 11:45:15 -0400 (Mon, 17 Jul 2006) | 1 line
1006  
1007 ag_UnitFrames - Fixed bug with difference health text, added dewdrop as external
1008 ------------------------------------------------------------------------
1009 r5019 | ag | 2006-07-16 20:30:58 -0400 (Sun, 16 Jul 2006) | 1 line
1010  
1011 ag_UnitFrames - added dewdrop lib as external
1012 ------------------------------------------------------------------------
1013 r4995 | ag | 2006-07-16 13:03:59 -0400 (Sun, 16 Jul 2006) | 1 line
1014  
1015 ag_UnitFrames - Attempt at fixing nil error related to raid coloring
1016 ------------------------------------------------------------------------
1017 r4967 | ag | 2006-07-16 08:45:52 -0400 (Sun, 16 Jul 2006) | 1 line
1018  
1019 ag_UnitFrames - Fixed a wrong texture patch causing debuffs not to show properly
1020 ------------------------------------------------------------------------
1021 r4954 | ag | 2006-07-15 20:04:52 -0400 (Sat, 15 Jul 2006) | 1 line
1022  
1023 ag_UnitFrames - Added aura tooltips
1024 ------------------------------------------------------------------------
1025 r4924 | ag | 2006-07-15 12:23:26 -0400 (Sat, 15 Jul 2006) | 1 line
1026  
1027 ag_UnitFrames - Added aura icons and aura filtering
1028 ------------------------------------------------------------------------
1029 r4880 | ag | 2006-07-14 21:43:03 -0400 (Fri, 14 Jul 2006) | 1 line
1030  
1031 ag_UnitFrames - ToT hidden when target is self
1032 ------------------------------------------------------------------------
1033 r4876 | ag | 2006-07-14 21:01:52 -0400 (Fri, 14 Jul 2006) | 1 line
1034  
1035 ag_UnitFrames - fixed two nil errors
1036 ------------------------------------------------------------------------
1037 r4874 | ag | 2006-07-14 20:49:57 -0400 (Fri, 14 Jul 2006) | 1 line
1038  
1039 ag_UnitFrames - fixed a raid color bug
1040 ------------------------------------------------------------------------
1041 r4872 | ag | 2006-07-14 19:55:16 -0400 (Fri, 14 Jul 2006) | 5 lines
1042  
1043 ag_UnitFrames -
1044 * "onupdate" units will now also receive an update when their schedule is started/stopped
1045 * fixed a highlight bug
1046 * added default positions for party members
1047  
1048 ------------------------------------------------------------------------
1049 r4870 | ag | 2006-07-14 19:09:17 -0400 (Fri, 14 Jul 2006) | 3 lines
1050  
1051 ag_UnitFrames -
1052 * Added an "OnUpdate" class for units like targettarget, maintanks etc.
1053 * Created the targettarget object from the before mentioned class
1054 ------------------------------------------------------------------------
1055 r4866 | ag | 2006-07-14 18:01:08 -0400 (Fri, 14 Jul 2006) | 1 line
1056  
1057  
1058 ------------------------------------------------------------------------
1059 r4855 | ag | 2006-07-14 15:08:41 -0400 (Fri, 14 Jul 2006) | 2 lines
1060  
1061 ag_UnitFrames - Combopoints work
1062  
1063 ------------------------------------------------------------------------
1064 r4850 | ag | 2006-07-14 14:11:48 -0400 (Fri, 14 Jul 2006) | 2 lines
1065  
1066 ag_UnitFrames - Added mouseover tooltip for units, fixed line 438 bug
1067  
1068 ------------------------------------------------------------------------
1069 r4690 | ag | 2006-07-12 18:54:39 -0400 (Wed, 12 Jul 2006) | 2 lines
1070  
1071 ag_UnitFrames - "Locked" needed a reverse check
1072  
1073 ------------------------------------------------------------------------
1074 r4689 | ag | 2006-07-12 18:33:03 -0400 (Wed, 12 Jul 2006) | 5 lines
1075  
1076 ag_UnitFrames -
1077 * frames lockable
1078 * improved dropdown menu, works for raid units
1079 * fixed various bugs, highlighting, etc
1080 * class/race text added, raid color coded
1081 ------------------------------------------------------------------------
1082 r4591 | ag | 2006-07-11 15:10:45 -0400 (Tue, 11 Jul 2006) | 1 line
1083  
1084 ag_UnitFrames - selection highlighting
1085 ------------------------------------------------------------------------
1086 r4513 | ag | 2006-07-10 16:50:00 -0400 (Mon, 10 Jul 2006) | 1 line
1087  
1088 ag_UnitFrames - small tweaks
1089 ------------------------------------------------------------------------
1090 r4496 | ag | 2006-07-10 11:20:03 -0400 (Mon, 10 Jul 2006) | 3 lines
1091  
1092 ag_UnitFrames -
1093 * Fixed a bug where unit objects would be created more than once
1094  
1095 ------------------------------------------------------------------------
1096 r4487 | ag | 2006-07-10 08:38:53 -0400 (Mon, 10 Jul 2006) | 3 lines
1097  
1098 ag_UnitFrames -
1099 * Initial party support
1100 * Party frames set to "Always Show" option for better testing
1101 ------------------------------------------------------------------------
1102 r4446 | ag | 2006-07-09 21:51:40 -0400 (Sun, 09 Jul 2006) | 5 lines
1103  
1104 ag_UnitFrames -
1105 * Added hook to update reputation watching
1106 * Added hook to hide blizzard party frames in raid
1107 * Changed OnMouseUp/Down to Drag
1108 * Added simple OnClick targeting
1109 ------------------------------------------------------------------------
1110 r4413 | ag | 2006-07-09 17:19:23 -0400 (Sun, 09 Jul 2006) | 1 line
1111  
1112 ag_UnitFrames - Any unit frame can now be created by using the function "aUF:CreateObject(unit)"
1113 ------------------------------------------------------------------------
1114 r4409 | ag | 2006-07-09 17:04:45 -0400 (Sun, 09 Jul 2006) | 1 line
1115  
1116 ag_UnitFrames - removed debug message
1117 ------------------------------------------------------------------------
1118 r4406 | ag | 2006-07-09 16:51:24 -0400 (Sun, 09 Jul 2006) | 1 line
1119  
1120 ag_UnitFrames - Fixed an embarrassing mistake. Thanks ckknight. Events work now
1121 ------------------------------------------------------------------------
1122 r4382 | ag | 2006-07-09 09:07:21 -0400 (Sun, 09 Jul 2006) | 1 line
1123  
1124 ag_UnitFrames - Option to hide blizzard frames added
1125 ------------------------------------------------------------------------
1126 r4281 | ag | 2006-07-08 11:18:53 -0400 (Sat, 08 Jul 2006) | 1 line
1127  
1128 ag_UnitFrames - Moved event registering to the Unit Class
1129 ------------------------------------------------------------------------
1130 r4274 | ag | 2006-07-08 07:02:15 -0400 (Sat, 08 Jul 2006) | 1 line
1131  
1132 ag_UnitFrames - Fixed experience event bugs
1133 ------------------------------------------------------------------------
1134 r4243 | ag | 2006-07-07 21:25:48 -0400 (Fri, 07 Jul 2006) | 1 line
1135  
1136 ag_UnitFrames - Added a subclass for units with experience+events for XP bars
1137 ------------------------------------------------------------------------
1138 r4234 | ag | 2006-07-07 20:29:48 -0400 (Fri, 07 Jul 2006) | 1 line
1139  
1140 ag_UnitFrames - PvP icon, Masterloot icon and Leader icon events+functions added
1141 ------------------------------------------------------------------------
1142 r4232 | ag | 2006-07-07 19:25:18 -0400 (Fri, 07 Jul 2006) | 1 line
1143  
1144 ag_UnitFrames - Bars now have backgrounds + cleaned up some code
1145 ------------------------------------------------------------------------
1146 r4198 | ag | 2006-07-07 09:20:51 -0400 (Fri, 07 Jul 2006) | 1 line
1147  
1148 ag_UnitFrames - Fixed a really stupid error
1149 ------------------------------------------------------------------------
1150 r4197 | ag | 2006-07-07 09:06:42 -0400 (Fri, 07 Jul 2006) | 1 line
1151  
1152 ag_UnitFrames - Look at all those bright colors!
1153 ------------------------------------------------------------------------
1154 r4146 | ag | 2006-07-06 16:37:34 -0400 (Thu, 06 Jul 2006) | 1 line
1155  
1156 ag_UnitFrames - Position saving added
1157 ------------------------------------------------------------------------
1158 r4133 | ag | 2006-07-06 15:18:51 -0400 (Thu, 06 Jul 2006) | 1 line
1159  
1160 ag_UnitFrames - Wow! HP/Mana text works now, reads settings from DB =P
1161 ------------------------------------------------------------------------
1162 r4122 | ag | 2006-07-06 12:04:07 -0400 (Thu, 06 Jul 2006) | 1 line
1163  
1164 ag_UnitFrames - Changed the way frames are created (XML template, CreateFrame 1.11 inherit!)
1165 ------------------------------------------------------------------------
1166 r4095 | ag | 2006-07-05 23:10:12 -0400 (Wed, 05 Jul 2006) | 1 line
1167  
1168 ag_UnitFrames - Just a few changes, added database
1169 ------------------------------------------------------------------------
1170 r4079 | ag | 2006-07-05 18:20:21 -0400 (Wed, 05 Jul 2006) | 1 line
1171  
1172 ag_UnitFrames - updated externals
1173 ------------------------------------------------------------------------
1174 r4076 | ag | 2006-07-05 18:06:06 -0400 (Wed, 05 Jul 2006) | 1 line
1175  
1176 ag_UnitFrames - added /trunk/Ace2 as externals
1177 ------------------------------------------------------------------------
1178 r4067 | ag | 2006-07-05 17:21:44 -0400 (Wed, 05 Jul 2006) | 1 line
1179  
1180 ag_UnitFrames - cleaned up some redundant files
1181 ------------------------------------------------------------------------
1182 r4066 | ag | 2006-07-05 17:15:14 -0400 (Wed, 05 Jul 2006) | 1 line
1183  
1184 ag_UnitFrames - removed some images
1185 ------------------------------------------------------------------------
1186 r4063 | ag | 2006-07-05 16:33:28 -0400 (Wed, 05 Jul 2006) | 1 line
1187  
1188  
1189 ------------------------------------------------------------------------