This repository was archived by the owner on May 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathchangelog-r14063.txt
1319 lines (906 loc) · 53.8 KB
/
changelog-r14063.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
------------------------------------------------------------------------
r14063 | cladhaire | 2006-10-16 03:36:34 -0400 (Mon, 16 Oct 2006) | 2 lines
Clique: Fixed the issue with click-casting switching targets.
------------------------------------------------------------------------
r13032 | cladhaire | 2006-10-04 22:28:53 -0400 (Wed, 04 Oct 2006) | 2 lines
Clique: Removed license. I said what I needed to in comments anyway.
------------------------------------------------------------------------
r13026 | cladhaire | 2006-10-04 21:30:35 -0400 (Wed, 04 Oct 2006) | 2 lines
Clique: Clique is now licensed under the Creative Commons Attribution-NoDerivs 2.5 license. See license.txt for more information, along with the addon header.
------------------------------------------------------------------------
r12969 | nevcairiel | 2006-10-04 11:10:27 -0400 (Wed, 04 Oct 2006) | 1 line
Clique: minor changes to sRF plugin
------------------------------------------------------------------------
r12920 | fenlis | 2006-10-04 03:18:18 -0400 (Wed, 04 Oct 2006) | 1 line
Clique : update locals koKR
------------------------------------------------------------------------
r12901 | cladhaire | 2006-10-03 23:36:24 -0400 (Tue, 03 Oct 2006) | 2 lines
Clique: Fixed an issue where the click set dropdown wouldn't revert properly if the window was force exited
------------------------------------------------------------------------
r12898 | cladhaire | 2006-10-03 23:14:36 -0400 (Tue, 03 Oct 2006) | 2 lines
Clique: Added a plugin for OzRaid
------------------------------------------------------------------------
r12784 | cladhaire | 2006-10-03 03:09:06 -0400 (Tue, 03 Oct 2006) | 2 lines
Clique: Removed plugins for AUF and AcePerl
------------------------------------------------------------------------
r12761 | cladhaire | 2006-10-03 00:20:52 -0400 (Tue, 03 Oct 2006) | 2 lines
Clique: Added pet support in Blizzard Unit Frames
------------------------------------------------------------------------
r12538 | cladhaire | 2006-10-01 15:31:56 -0400 (Sun, 01 Oct 2006) | 2 lines
Clique: Added plugin for eeMon. Thanks to ee.
------------------------------------------------------------------------
r12403 | kergoth | 2006-09-30 19:02:03 -0400 (Sat, 30 Sep 2006) | 3 lines
Sigh.. more reversions.
~lart svk for not merging when told to
------------------------------------------------------------------------
r12397 | kergoth | 2006-09-30 18:32:01 -0400 (Sat, 30 Sep 2006) | 1 line
Continuing the adjustment to use svn:eol-style of native on files to avoid line ending issues.
------------------------------------------------------------------------
r12231 | cladhaire | 2006-09-29 12:00:28 -0400 (Fri, 29 Sep 2006) | 2 lines
Clique: Adjusted X-Perl plugin for global/name adjustments! yay!
------------------------------------------------------------------------
r12160 | cladhaire | 2006-09-28 17:47:54 -0400 (Thu, 28 Sep 2006) | 2 lines
Clique: Update externals
------------------------------------------------------------------------
r12055 | nevcairiel | 2006-09-26 12:28:54 -0400 (Tue, 26 Sep 2006) | 1 line
Externals: The C - you know i never heard 90% of those addons names before?
------------------------------------------------------------------------
r11619 | fenlis | 2006-09-21 22:57:20 -0400 (Thu, 21 Sep 2006) | 2 lines
Clique (Plugins) : Clique_HealSelect.lua
- apply locals(rank_pattern, spell_format)
------------------------------------------------------------------------
r11615 | cladhaire | 2006-09-21 20:41:37 -0400 (Thu, 21 Sep 2006) | 3 lines
Clique:
* Fenlis added localisation throughout, and added koKRean locale.
------------------------------------------------------------------------
r11578 | cladhaire | 2006-09-20 20:27:25 -0400 (Wed, 20 Sep 2006) | 2 lines
Clique: Fixed PR plugin
------------------------------------------------------------------------
r11387 | iceroth | 2006-09-19 12:18:40 -0400 (Tue, 19 Sep 2006) | 1 line
Clique: Updated IceHUD plugin
------------------------------------------------------------------------
r10947 | ammo | 2006-09-15 02:52:50 -0400 (Fri, 15 Sep 2006) | 2 lines
Clique (oRA2_MTF plugin): Fixed for new clicktarget stuff in oRA2
------------------------------------------------------------------------
r10925 | cladhaire | 2006-09-14 23:26:45 -0400 (Thu, 14 Sep 2006) | 2 lines
Clique: XPerl plugin fixed.
------------------------------------------------------------------------
r10816 | jah | 2006-09-11 08:19:13 -0400 (Mon, 11 Sep 2006) | 3 lines
2 little bugfixes, acknowledged by Cladhaire :
- bugfix : replaced RANK by L"RANK" in Clique:BestRank(), fixing "Maxed" clickcasted spells.
- bugfix : fix the Util functions dropdown menu (bad display of IsBuffActive())
------------------------------------------------------------------------
r10815 | iceroth | 2006-09-11 08:03:55 -0400 (Mon, 11 Sep 2006) | 1 line
Clique: Added a plugin for IceHUD
------------------------------------------------------------------------
r10747 | laric | 2006-09-10 10:34:51 -0400 (Sun, 10 Sep 2006) | 2 lines
Clique:
- Fixed AoFHeal plugin
------------------------------------------------------------------------
r10296 | laric | 2006-09-06 07:16:07 -0400 (Wed, 06 Sep 2006) | 1 line
Clique: Remember to add the file as well.
------------------------------------------------------------------------
r10295 | laric | 2006-09-06 07:15:33 -0400 (Wed, 06 Sep 2006) | 1 line
Clique: Added plugin for AoFHeal
------------------------------------------------------------------------
r10278 | cladhaire | 2006-09-05 19:20:26 -0400 (Tue, 05 Sep 2006) | 2 lines
Clique: Added a plugin for SqueakyWheel
------------------------------------------------------------------------
r10277 | cladhaire | 2006-09-05 19:11:32 -0400 (Tue, 05 Sep 2006) | 3 lines
Clique:
* Added region checking to PCUF, clicking on the name frames will default click.
------------------------------------------------------------------------
r10276 | cladhaire | 2006-09-05 19:07:25 -0400 (Tue, 05 Sep 2006) | 2 lines
Clique: Possible fix for regrowth emergency healing.
------------------------------------------------------------------------
r10275 | cladhaire | 2006-09-05 18:47:26 -0400 (Tue, 05 Sep 2006) | 2 lines
Clique: Made sure that the BlizzRaid plugin won't load if the EasyRaid plugin is loaded
------------------------------------------------------------------------
r10266 | cladhaire | 2006-09-05 17:16:19 -0400 (Tue, 05 Sep 2006) | 2 lines
Clique: I hate you
------------------------------------------------------------------------
r10264 | cladhaire | 2006-09-05 17:07:20 -0400 (Tue, 05 Sep 2006) | 2 lines
Clique: ora2_mtf plugin
------------------------------------------------------------------------
r10095 | cladhaire | 2006-09-04 14:27:20 -0400 (Mon, 04 Sep 2006) | 3 lines
Clique:
* Resolved the Dispel Magic issues.. some major logic changes, but it cleaned up the logic.
------------------------------------------------------------------------
r9978 | cladhaire | 2006-09-03 17:34:06 -0400 (Sun, 03 Sep 2006) | 2 lines
Clique: Changed cvar comparison to a string
------------------------------------------------------------------------
r9977 | cladhaire | 2006-09-03 17:28:59 -0400 (Sun, 03 Sep 2006) | 2 lines
Clique: Should show an error message when you try to use Clique with AutoSelfCast enabled
------------------------------------------------------------------------
r9885 | cladhaire | 2006-09-02 23:44:28 -0400 (Sat, 02 Sep 2006) | 2 lines
Clique: Debug messages are turned off. Added a URL attribute to each plugin with the valid URL to download the addon
------------------------------------------------------------------------
r9799 | cladhaire | 2006-09-02 00:34:21 -0400 (Sat, 02 Sep 2006) | 2 lines
Clique: Muwahaha. Fixed the bug with random loss of target
------------------------------------------------------------------------
r9795 | cladhaire | 2006-09-01 22:49:07 -0400 (Fri, 01 Sep 2006) | 2 lines
Clique: Removed AcePerl plugin, can't find a working version
------------------------------------------------------------------------
r9789 | cladhaire | 2006-09-01 21:45:39 -0400 (Fri, 01 Sep 2006) | 2 lines
Clique: Please don't change my addons, especially for something retardedly trivial.
------------------------------------------------------------------------
r9787 | yzerman | 2006-09-01 21:29:55 -0400 (Fri, 01 Sep 2006) | 1 line
Clique - "Ace2" Logo added in toc file
------------------------------------------------------------------------
r9739 | tekkub | 2006-09-01 10:59:21 -0400 (Fri, 01 Sep 2006) | 2 lines
Clique
- Tweaked PRT plugin for PTarg
------------------------------------------------------------------------
r9387 | cladhaire | 2006-08-28 07:14:56 -0400 (Mon, 28 Aug 2006) | 2 lines
Clique: Checking in a minor change
------------------------------------------------------------------------
r9386 | cladhaire | 2006-08-28 07:12:50 -0400 (Mon, 28 Aug 2006) | 2 lines
Clique: Quick test
------------------------------------------------------------------------
r9364 | yzerman | 2006-08-28 01:28:33 -0400 (Mon, 28 Aug 2006) | 1 line
Clique: Add a localization variable HEALTH_PATTERN
------------------------------------------------------------------------
r9363 | yzerman | 2006-08-28 01:24:02 -0400 (Mon, 28 Aug 2006) | 1 line
Clique: Convert the pattern "(%d+) .+ (%d+)" to a localization variable HEALTH_PATTERN
------------------------------------------------------------------------
r9337 | sinaloit | 2006-08-27 17:54:28 -0400 (Sun, 27 Aug 2006) | 2 lines
Clique:
- Removed .toc Version from the future, sent us to the correct timespace location in order to preserve the timeline.
------------------------------------------------------------------------
r9074 | cladhaire | 2006-08-25 12:40:44 -0400 (Fri, 25 Aug 2006) | 2 lines
Clique: .toc update
------------------------------------------------------------------------
r9068 | cladhaire | 2006-08-25 12:16:56 -0400 (Fri, 25 Aug 2006) | 2 lines
Its a race! I win! I win!
------------------------------------------------------------------------
r9067 | cladhaire | 2006-08-25 12:10:38 -0400 (Fri, 25 Aug 2006) | 2 lines
I hate me.. don't you?
------------------------------------------------------------------------
r8951 | cladhaire | 2006-08-24 17:29:36 -0400 (Thu, 24 Aug 2006) | 2 lines
Clique: Removed newline
------------------------------------------------------------------------
r8867 | cladhaire | 2006-08-23 19:38:51 -0400 (Wed, 23 Aug 2006) | 2 lines
Clique: .toc update
------------------------------------------------------------------------
r8733 | cladhaire | 2006-08-22 18:23:29 -0400 (Tue, 22 Aug 2006) | 3 lines
Clique:
* Should work with Blizzard Raid Frames now
------------------------------------------------------------------------
r8401 | saroz | 2006-08-18 16:45:48 -0400 (Fri, 18 Aug 2006) | 1 line
Clique: sRaidFrames will act according to the value returned by Clique:OnClick
------------------------------------------------------------------------
r8360 | uruloke | 2006-08-18 07:12:09 -0400 (Fri, 18 Aug 2006) | 2 lines
Clique:
* Fixed plugin for ArcHUD 2.0 logic
------------------------------------------------------------------------
r8036 | cladhaire | 2006-08-14 20:29:52 -0400 (Mon, 14 Aug 2006) | 2 lines
Clique: Put the logic back in for dual spells
------------------------------------------------------------------------
r8031 | cladhaire | 2006-08-14 20:18:30 -0400 (Mon, 14 Aug 2006) | 3 lines
Clique:
* Added debugging to cureany
------------------------------------------------------------------------
r7938 | cladhaire | 2006-08-13 18:55:16 -0400 (Sun, 13 Aug 2006) | 2 lines
Clique: Added plugin for sRF.
------------------------------------------------------------------------
r7580 | cladhaire | 2006-08-10 08:59:38 -0400 (Thu, 10 Aug 2006) | 1 line
Clique: Fixed the issue with the MAX button
------------------------------------------------------------------------
r7359 | rabbit | 2006-08-08 21:03:44 -0400 (Tue, 08 Aug 2006) | 1 line
Clique: Add OptionalDeps for Ace2 and DewdropLib.
------------------------------------------------------------------------
r7131 | cladhaire | 2006-08-06 20:10:43 -0400 (Sun, 06 Aug 2006) | 3 lines
Clique:
* Fixed a number of random bugs. Things should work as expected now.
------------------------------------------------------------------------
r7130 | cladhaire | 2006-08-06 19:53:19 -0400 (Sun, 06 Aug 2006) | 2 lines
Clique: Fixed a few small issues with the icon selector
------------------------------------------------------------------------
r7127 | cladhaire | 2006-08-06 19:34:32 -0400 (Sun, 06 Aug 2006) | 4 lines
Clique:
* You can now click the icon in the edit screen. This will pop up the list of icons available.
* Clicking on any of these icons will set it as active. If you then click "Cancel" it will revert
------------------------------------------------------------------------
r7123 | cladhaire | 2006-08-06 19:10:11 -0400 (Sun, 06 Aug 2006) | 8 lines
Clique:
* Signifigant changes to the edit frames
* Added the icon border to the Clique icon for Tem
* You can now change the binding and its a bit more obvious
* If you create a new cast, and don't edit it, it's deleted
* If you change a binding and then CANCEL, it reverts to the old one
* Preliminarty support for changing icons
------------------------------------------------------------------------
r6684 | cladhaire | 2006-08-02 21:17:06 -0400 (Wed, 02 Aug 2006) | 2 lines
Clique: Update for XPerl plugin due to func name change
------------------------------------------------------------------------
r6682 | cladhaire | 2006-08-02 20:56:02 -0400 (Wed, 02 Aug 2006) | 8 lines
Clique:
* oUF now registers a custom function OnEnable
* HealSelect now registers its functions OnEnable
* HealSelect now returns true whether it casts a spell or not
* HealSelect now checks for Inner Focus and should cast if we're low mana, but are buffed
* Dewdrop menus should close when you'd expect it to. Nuff said
* Dewdrop menu should have tooltips displayed for all options
------------------------------------------------------------------------
r6674 | cladhaire | 2006-08-02 20:15:52 -0400 (Wed, 02 Aug 2006) | 4 lines
Clique:
* Reworked the logic in BestRank
* Regrowth should now work properly as an emergency heal (checking ranks)
------------------------------------------------------------------------
r6414 | cladhaire | 2006-07-31 21:14:46 -0400 (Mon, 31 Jul 2006) | 3 lines
Clique:
* Fixed the BestRank() code. Now subtracts 10 like it should. Thanks Nightdew
------------------------------------------------------------------------
r6149 | cladhaire | 2006-07-29 17:08:16 -0400 (Sat, 29 Jul 2006) | 5 lines
Clique:
* Added Clique:TargetUnit(["unit"])
* Added Clique:AssistUnit(["unit"])
* Added both to the right-click menu
------------------------------------------------------------------------
r6143 | ag | 2006-07-29 16:22:35 -0400 (Sat, 29 Jul 2006) | 2 lines
ag_UnitFrames -
* changed 'classes' to 'units' at line 37.
------------------------------------------------------------------------
r6054 | cladhaire | 2006-07-28 15:45:19 -0400 (Fri, 28 Jul 2006) | 1 line
Clique: Why would I use an array instead of a hash table O.o
------------------------------------------------------------------------
r6053 | cladhaire | 2006-07-28 15:42:37 -0400 (Fri, 28 Jul 2006) | 1 line
Clique: Added debug messages along with a title
------------------------------------------------------------------------
r6052 | cladhaire | 2006-07-28 15:29:01 -0400 (Fri, 28 Jul 2006) | 1 line
Clique: Fixed a typo
------------------------------------------------------------------------
r6047 | ag | 2006-07-28 14:28:52 -0400 (Fri, 28 Jul 2006) | 2 lines
Clique/ag_UnitFrames -
* fixed an oversight by me on the last change
------------------------------------------------------------------------
r6046 | cladhaire | 2006-07-28 14:18:37 -0400 (Fri, 28 Jul 2006) | 1 line
Clique: Fixed an issue with a debug string in HealSelect
------------------------------------------------------------------------
r6040 | cladhaire | 2006-07-28 13:42:40 -0400 (Fri, 28 Jul 2006) | 1 line
Clique: Changed custom function registration system so modules can register their functions. Not tested
------------------------------------------------------------------------
r6037 | ag | 2006-07-28 13:29:02 -0400 (Fri, 28 Jul 2006) | 2 lines
Clique/ag_UnitFrames -
* Moved unit objects to a subtable
------------------------------------------------------------------------
r6036 | cladhaire | 2006-07-28 13:05:22 -0400 (Fri, 28 Jul 2006) | 1 line
Clique: plus healing now adds 58% of plusHealing to modifier on emergency heals. Should prevent underhealing in those cases
------------------------------------------------------------------------
r6032 | cladhaire | 2006-07-28 12:09:28 -0400 (Fri, 28 Jul 2006) | 1 line
Clique: Fixed a typo with heal selection. Changed the Clique:GuessHealth() logic, should be a bit clearer now.
------------------------------------------------------------------------
r5946 | cladhaire | 2006-07-27 23:05:25 -0400 (Thu, 27 Jul 2006) | 3 lines
Clique:
* Clique:NewSpell() returns true/false based on Clique:CastSpell()
------------------------------------------------------------------------
r5945 | cladhaire | 2006-07-27 22:57:07 -0400 (Thu, 27 Jul 2006) | 3 lines
Clique:
* Small update to the contextual help, to advertise the right-click functions.
------------------------------------------------------------------------
r5944 | cladhaire | 2006-07-27 22:54:43 -0400 (Thu, 27 Jul 2006) | 8 lines
Clique:
* Added an optional argument to NewSpell
* Clique:NewSpell("spell"[, "buff")
* buff can be either a texture, or a spell name.
* "spell" will only be cast if "buff" is NOT found on the target
* "buff" defaults to "spell"
* Clique:NewSpell("Power Word:Shield", "Weakened Soul")
------------------------------------------------------------------------
r5943 | cladhaire | 2006-07-27 22:52:30 -0400 (Thu, 27 Jul 2006) | 5 lines
Clique:
* Added Clique:NewSpell(spell)
* Checks IsBuffActive("spell") and casts the spell if it would be new
* This can be used to ONLY cast rejuvenation when its not currently on your target
------------------------------------------------------------------------
r5942 | cladhaire | 2006-07-27 22:42:00 -0400 (Thu, 27 Jul 2006) | 4 lines
Clique:
* Added Dewdrop
* Right-clicking on the CliqueEditBox will now give you a listing of the "Special" functions. Clicking them will insert them into the edit box at the current location
------------------------------------------------------------------------
r5934 | cladhaire | 2006-07-27 21:37:55 -0400 (Thu, 27 Jul 2006) | 3 lines
Clique:
* Fix to the default logic for archud
------------------------------------------------------------------------
r5933 | cladhaire | 2006-07-27 21:34:40 -0400 (Thu, 27 Jul 2006) | 3 lines
Clique:
* Misc fixes for NeedyList and XPerl
------------------------------------------------------------------------
r5930 | cladhaire | 2006-07-27 21:01:19 -0400 (Thu, 27 Jul 2006) | 4 lines
Clique:
* Fix to OOC plugin
* Added a plugin for NeedyList
------------------------------------------------------------------------
r5924 | cladhaire | 2006-07-27 20:18:08 -0400 (Thu, 27 Jul 2006) | 3 lines
Clique:
* Grab unit once instead of two
------------------------------------------------------------------------
r5923 | cladhaire | 2006-07-27 20:12:45 -0400 (Thu, 27 Jul 2006) | 4 lines
Clique:
* Added the glue to make the OOC plugin work
* Fixed duplicate code in module loading that prevented from catching _OnClick methods in modules lacking a _Test method
------------------------------------------------------------------------
r5921 | cladhaire | 2006-07-27 19:53:13 -0400 (Thu, 27 Jul 2006) | 4 lines
Clique:
* Added an out-of-combat click-set
* Will only be called if you AND your target are out of combat
------------------------------------------------------------------------
r5916 | cladhaire | 2006-07-27 19:37:57 -0400 (Thu, 27 Jul 2006) | 3 lines
Clique:
* Updated the Sage plugin to reflect changes in the addon
------------------------------------------------------------------------
r5915 | cladhaire | 2006-07-27 19:36:46 -0400 (Thu, 27 Jul 2006) | 4 lines
Clique:
* Cleaned up some of the click-casting code
* Added debug messages so people can help troubleshoot
------------------------------------------------------------------------
r5875 | cladhaire | 2006-07-27 12:29:11 -0400 (Thu, 27 Jul 2006) | 1 line
Clique: Fixed an issue with Efficient/EmergencyHeal
------------------------------------------------------------------------
r5709 | cladhaire | 2006-07-25 19:31:25 -0400 (Tue, 25 Jul 2006) | 10 lines
Clique:
* Initial commit of a heal selection addon
* Provides Clique:EfficientHeal(unit, modifier)
* Provides Clique:EmergencyHeal(unit, modifier)
* Unit is optional, but must be supplied (by nil if blank) if you want to pass a modifier
* Modifier is ADDED to the deficit of the unit (i.e. If the unit is missing 0 health a modifier of 200 will put them at -200 for the algorithm)
* Clique.plusHealing can be manually set (And won't save across sessions)
* Clique.plusHealing is SUBTRACTED from the deficit, if its greater than Clique.plusHealing
* Plugin will not load for non-healers
------------------------------------------------------------------------
r5543 | cladhaire | 2006-07-24 14:00:31 -0400 (Mon, 24 Jul 2006) | 1 line
Clique: Fixed WatchDog plugin
------------------------------------------------------------------------
r5523 | cladhaire | 2006-07-24 09:09:57 -0400 (Mon, 24 Jul 2006) | 1 line
Clique: Added HA plugin to Plugins.xml
------------------------------------------------------------------------
r5522 | cladhaire | 2006-07-24 09:08:19 -0400 (Mon, 24 Jul 2006) | 1 line
Clique: Added a plugin for Healer's Assist
------------------------------------------------------------------------
r5520 | cladhaire | 2006-07-24 08:17:59 -0400 (Mon, 24 Jul 2006) | 1 line
Clique: Fixed Squishy plugin
------------------------------------------------------------------------
r5516 | cladhaire | 2006-07-24 06:52:08 -0400 (Mon, 24 Jul 2006) | 3 lines
Clique:
* Renamed MG2 plugin
------------------------------------------------------------------------
r5482 | cladhaire | 2006-07-23 22:34:56 -0400 (Sun, 23 Jul 2006) | 2 lines
Clique: Copy from branch to unstable?
------------------------------------------------------------------------
r5476 | cladhaire | 2006-07-23 21:52:59 -0400 (Sun, 23 Jul 2006) | 4 lines
Clique:
* Re-enabled all plugins after testing, looks to be good
* Should be all set for testing, will merge with trunk before I go to bed
------------------------------------------------------------------------
r5475 | cladhaire | 2006-07-23 21:26:27 -0400 (Sun, 23 Jul 2006) | 3 lines
Clique:
* Added a plugin for EasyRaid, since they break default frames
------------------------------------------------------------------------
r5472 | cladhaire | 2006-07-23 21:20:05 -0400 (Sun, 23 Jul 2006) | 3 lines
Clique:
* Added DUF back after testing
------------------------------------------------------------------------
r5471 | cladhaire | 2006-07-23 21:16:30 -0400 (Sun, 23 Jul 2006) | 4 lines
Clique:
* Fixed an issue with the duplicate binding check in the options frame
* Tested and "Certified" agUF. Only pets and partypets are untested
------------------------------------------------------------------------
r5469 | cladhaire | 2006-07-23 21:02:28 -0400 (Sun, 23 Jul 2006) | 2 lines
Clique: Fixing externals, FAIAP, etc.
------------------------------------------------------------------------
r5468 | cladhaire | 2006-07-23 20:58:23 -0400 (Sun, 23 Jul 2006) | 2 lines
Clique: Externals update?
------------------------------------------------------------------------
r5467 | cladhaire | 2006-07-23 20:54:40 -0400 (Sun, 23 Jul 2006) | 2 lines
Clique: Added FAIAP to version control. Whoops
------------------------------------------------------------------------
r5463 | cladhaire | 2006-07-23 19:58:21 -0400 (Sun, 23 Jul 2006) | 6 lines
Clique:
* Updated all debug messages to :LevelDebug() using the newest AceDebug
* Level 1 messages will tell you which plugins are loaded, and other trivial information
* Level 2 will give you function calls and other sequence information
* Level 3 will spam your chat, but give you the information we need to diagnose issues-- in theory.
------------------------------------------------------------------------
r5452 | cladhaire | 2006-07-23 17:22:25 -0400 (Sun, 23 Jul 2006) | 4 lines
Clique:
* Added the click-to-res system back in in the new format
* Made some changes to the debug system in preparation of AceDebug changes
------------------------------------------------------------------------
r5450 | cladhaire | 2006-07-23 16:36:34 -0400 (Sun, 23 Jul 2006) | 5 lines
Clique:
* Updated all plugins to new format, will not load currently
* Need to unit test each of them to ensure they work for main release
* Click-to-res needs to be rewritten with the new hook system, which I haven't implemented yet.
------------------------------------------------------------------------
r5448 | cladhaire | 2006-07-23 16:06:22 -0400 (Sun, 23 Jul 2006) | 3 lines
Clique:
* Updated localization files
------------------------------------------------------------------------
r5446 | cladhaire | 2006-07-23 15:48:48 -0400 (Sun, 23 Jul 2006) | 4 lines
Clique:
* Created and commited a plugin template. Should be obvious how to convert plugins to the new format
* I can't guarantee how speedy that conversion will be, if people wanna help =)
------------------------------------------------------------------------
r5445 | cladhaire | 2006-07-23 15:34:36 -0400 (Sun, 23 Jul 2006) | 6 lines
Clique:
* Worked through the module system so everything is disabled by default, and properly enabled when necessary
* Updated plugins for BUF and PerfectRaid, they will be the only ones that work at the moment
* Changed the SV structure to a new variable name, so everyone will be cleared. These settings should be final
* Updated the old key modifier system to bitpack for a number of reasons.
------------------------------------------------------------------------
r5439 | cladhaire | 2006-07-23 13:17:29 -0400 (Sun, 23 Jul 2006) | 6 lines
Clique:
* Initial conversion over to AceDB, etc.
* Externals update
* Using AceLocale for enUS, still in progress
* Appears to actually work (I'm healing atm).. we'll see.
------------------------------------------------------------------------
r5415 | cladhaire | 2006-07-23 09:44:23 -0400 (Sun, 23 Jul 2006) | 2 lines
Clique: Branching for unstable development
------------------------------------------------------------------------
r5256 | cladhaire | 2006-07-20 23:22:45 -0400 (Thu, 20 Jul 2006) | 3 lines
Clique:
* Click-to-res should now save properly
------------------------------------------------------------------------
r5174 | ag | 2006-07-19 22:05:15 -0400 (Wed, 19 Jul 2006) | 2 lines
clique plugin
------------------------------------------------------------------------
r5173 | cladhaire | 2006-07-19 21:53:43 -0400 (Wed, 19 Jul 2006) | 2 lines
Clique: Removed AceConsole for the time being
------------------------------------------------------------------------
r5172 | cladhaire | 2006-07-19 21:08:39 -0400 (Wed, 19 Jul 2006) | 3 lines
Clique:
* Fixed the code for Unit Popups with raid units
------------------------------------------------------------------------
r5171 | cladhaire | 2006-07-19 20:39:32 -0400 (Wed, 19 Jul 2006) | 3 lines
Clique:
* Added raid dropdowns using "FriendsDropDown"
------------------------------------------------------------------------
r5038 | cladhaire | 2006-07-17 06:59:30 -0400 (Mon, 17 Jul 2006) | 2 lines
Clique: Fixed a typo
------------------------------------------------------------------------
r5037 | cladhaire | 2006-07-17 06:56:58 -0400 (Mon, 17 Jul 2006) | 3 lines
Clique:
* Possible fix for ToT issues. Was re-targeting when it wasn't needed
------------------------------------------------------------------------
r4998 | cladhaire | 2006-07-16 13:29:48 -0400 (Sun, 16 Jul 2006) | 4 lines
Clique:
* Changed the plugin for PCUF to use the new super magical custom func
* Thanks to global for making the framework changes for me.
------------------------------------------------------------------------
r4994 | cladhaire | 2006-07-16 12:45:00 -0400 (Sun, 16 Jul 2006) | 4 lines
Clique:
* Fixed all occurances of spell rank localisation. MAX rank should work
* Spell display will now be "Rank X" instead of "RankX" on list screen
------------------------------------------------------------------------
r4993 | cladhaire | 2006-07-16 12:39:58 -0400 (Sun, 16 Jul 2006) | 4 lines
Clique:
* Added localization patterns for spell ranks
* Updated frFR localisation for Mark of the Wild
------------------------------------------------------------------------
r4700 | cladhaire | 2006-07-12 23:28:33 -0400 (Wed, 12 Jul 2006) | 7 lines
Clique:
* Added DHUD to Plugins.xml. I need to stop doing that
* Fixed the debug output from NUFBeta plugin
* Resolved some ToT issues and verified GetFriendlyUnit() logic
* Changed DHUD to work with the latest beta-- albeit in a hacky way
* Updated to Ace2 latest release
------------------------------------------------------------------------
r4699 | cladhaire | 2006-07-12 22:45:19 -0400 (Wed, 12 Jul 2006) | 4 lines
Clique:
* Fixed an issue with click-casting on targettarget when both target and tot
* are friendly
------------------------------------------------------------------------
r4691 | cladhaire | 2006-07-12 18:57:48 -0400 (Wed, 12 Jul 2006) | 3 lines
Clique:
* Actually adding the plugin for agUnitFrames
------------------------------------------------------------------------
r4585 | cladhaire | 2006-07-11 14:33:39 -0400 (Tue, 11 Jul 2006) | 1 line
Clique: Fixed a small localization issue
------------------------------------------------------------------------
r4574 | cladhaire | 2006-07-11 11:58:04 -0400 (Tue, 11 Jul 2006) | 1 line
Clique: Added returns for most of the util functions so you can check if action was taken
------------------------------------------------------------------------
r4568 | cladhaire | 2006-07-11 09:51:54 -0400 (Tue, 11 Jul 2006) | 1 line
Clique: Adding ag's plugin for agUnitFrames
------------------------------------------------------------------------
r4529 | cladhaire | 2006-07-10 21:02:47 -0400 (Mon, 10 Jul 2006) | 3 lines
Clique:
* I lied about that last part. At least for a commit.
------------------------------------------------------------------------
r4528 | cladhaire | 2006-07-10 20:59:39 -0400 (Mon, 10 Jul 2006) | 5 lines
Clique:
* Added Clique:IsBuffActive(spell, unit). Unit is optional of course
* Will scan both buffs and debuffs for the given spell name
* Added bonus: If you pass an icon path, it'll do a short scan for that.
------------------------------------------------------------------------
r4527 | cladhaire | 2006-07-10 20:24:40 -0400 (Mon, 10 Jul 2006) | 4 lines
Clique:
* Clique:BestRank() no longer requires the unit, it pulls it from Clique.unit
* if it exists
------------------------------------------------------------------------
r4411 | cladhaire | 2006-07-09 17:12:05 -0400 (Sun, 09 Jul 2006) | 3 lines
Clique:
* Forgot the plugin
------------------------------------------------------------------------
r4410 | cladhaire | 2006-07-09 17:11:06 -0400 (Sun, 09 Jul 2006) | 3 lines
Clique:
* Preliminary click-to-res
------------------------------------------------------------------------
r4402 | cladhaire | 2006-07-09 16:35:26 -0400 (Sun, 09 Jul 2006) | 5 lines
Clique:
* Checks for passive bindings now use Static Popups
* Checks for pre-existing bindings now work
* Checks for pre-existing bindings now use Static Popups
------------------------------------------------------------------------
r4399 | cladhaire | 2006-07-09 16:14:25 -0400 (Sun, 09 Jul 2006) | 3 lines
Clique:
* Fixed an issue where the unit could not exist and trigger an error
------------------------------------------------------------------------
r4163 | cladhaire | 2006-07-06 20:42:46 -0400 (Thu, 06 Jul 2006) | 3 lines
Clique:
* Added a plugin for PerfectRaidTargets... maybe
------------------------------------------------------------------------
r4093 | cladhaire | 2006-07-05 21:56:40 -0400 (Wed, 05 Jul 2006) | 5 lines
Clique:
* Removed a debug message from MarsRaid
* The options screen will now remember your dropdown choices
* The options screen will properly toggle between sets
------------------------------------------------------------------------
r4092 | cladhaire | 2006-07-05 21:44:34 -0400 (Wed, 05 Jul 2006) | 2 lines
Clique: Added default clicks for XRaid
------------------------------------------------------------------------
r4091 | cladhaire | 2006-07-05 21:36:21 -0400 (Wed, 05 Jul 2006) | 4 lines
Clique:
* Fixed a logic issue that caused a default left click when Clique actually
* took action
------------------------------------------------------------------------
r4090 | cladhaire | 2006-07-05 21:32:36 -0400 (Wed, 05 Jul 2006) | 3 lines
Clique:
* Fixed the MarsRaid plugin (i.e. added it to the load list)
------------------------------------------------------------------------
r4086 | cladhaire | 2006-07-05 20:44:06 -0400 (Wed, 05 Jul 2006) | 5 lines
Clique:
* Fix for the spellbook issue, the spellbook parser was running too early
* Moved the initialization data to PLAYER_ENTERING_WORLD
* Removed some old code for ranks from CliqueOptions
------------------------------------------------------------------------
r3970 | cladhaire | 2006-07-04 13:46:43 -0400 (Tue, 04 Jul 2006) | 5 lines
Clique:
* Added Clique:CastSpell(spell, unit) which handles targeting
* Clique:BestRank() and the default casts now use :CastSpell()
------------------------------------------------------------------------
r3726 | cladhaire | 2006-07-01 10:17:14 -0400 (Sat, 01 Jul 2006) | 6 lines
Clique:
* Added the ability for a plugin to specify a new set of click-castings and make them available.
* RegisterModule() now accepts module.clickSet = "SomeClickSetName"
* Clique:OnClick() now accepts a third argument "set" which specifies the
* click set to use
------------------------------------------------------------------------
r3682 | cladhaire | 2006-06-30 15:19:17 -0400 (Fri, 30 Jun 2006) | 1 line
Clique: Any custom script that returns true will run through the final logic (i.e. apply the spell is IsSpellTargeting(), and restore the target if we did a ClearTarget() and only if we did a clear target. Custom scripts that don't return true will have to handle this on their own. Should the behavior be reversed and this be default?
------------------------------------------------------------------------
r3681 | cladhaire | 2006-06-30 15:04:23 -0400 (Fri, 30 Jun 2006) | 1 line
Clique: Added a plugin for DHud, only works on target
------------------------------------------------------------------------
r3680 | cladhaire | 2006-06-30 14:55:36 -0400 (Fri, 30 Jun 2006) | 1 line
Clique: Added a plugin for MarsRaid
------------------------------------------------------------------------
r3642 | cladhaire | 2006-06-29 21:04:22 -0400 (Thu, 29 Jun 2006) | 2 lines
Clique: Finished Clique:CureAny(), tested it as best I could (I kept resisting wtf)
------------------------------------------------------------------------
r3641 | cladhaire | 2006-06-29 20:31:34 -0400 (Thu, 29 Jun 2006) | 2 lines
Clique: the unit argument is optional in Clique:UnitMenu()
------------------------------------------------------------------------
r3637 | cladhaire | 2006-06-29 20:10:25 -0400 (Thu, 29 Jun 2006) | 7 lines
Clique:
* Removed the debug message from BestRank
* Fixed an issue where you'd randomly target the last known target when
* click-casting wihtout a target.
* target.
* target.
------------------------------------------------------------------------
r3636 | cladhaire | 2006-06-29 20:06:48 -0400 (Thu, 29 Jun 2006) | 2 lines
Clique: Fixed the regexp in the spellbook scanner that caused spells rank 10 or higher to cast rank 1 instead =)
------------------------------------------------------------------------
r3635 | cladhaire | 2006-06-29 19:54:11 -0400 (Thu, 29 Jun 2006) | 3 lines
Clique: This goes out to each and every single douchebag that thinks Perl Classic Unit Frames is a good idea. This is in the hopes that this gets google-cached on the CIA page so everyone knows exactly how much I hate coding for anything with Perl Classic Unit Frames. Everything is tested except for the pet frame. I hate you.
~lart Cladhaire
------------------------------------------------------------------------
r3634 | cladhaire | 2006-06-29 19:35:04 -0400 (Thu, 29 Jun 2006) | 2 lines
Clique: I am going to stab myself in the face with a ballpoint pen.
------------------------------------------------------------------------
r3627 | cladhaire | 2006-06-29 17:40:11 -0400 (Thu, 29 Jun 2006) | 2 lines
Clique: Fixed the issue with the spell-cast hand hanging after a failed cast.
------------------------------------------------------------------------
r3570 | cladhaire | 2006-06-28 13:52:17 -0400 (Wed, 28 Jun 2006) | 1 line
Clique: Actually added a plugin for MiniGroup2-64PRE4
------------------------------------------------------------------------
r3569 | cladhaire | 2006-06-28 13:51:45 -0400 (Wed, 28 Jun 2006) | 1 line
Clique: Added a plugin for MiniGroup2-64PRE4
------------------------------------------------------------------------
r3564 | cladhaire | 2006-06-28 11:36:30 -0400 (Wed, 28 Jun 2006) | 1 line
Clique: Working on a fix for ora_mtf
------------------------------------------------------------------------
r3537 | kergoth | 2006-06-28 00:10:24 -0400 (Wed, 28 Jun 2006) | 1 line
Clique_oUF: bugfix: need to pass this.unit to TargetUnit().
------------------------------------------------------------------------
r3530 | cladhaire | 2006-06-27 22:51:35 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Update to the options screen
------------------------------------------------------------------------
r3526 | cladhaire | 2006-06-27 22:26:35 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Added some error localization, should be more explicit about LUA errors in your code
------------------------------------------------------------------------
r3525 | cladhaire | 2006-06-27 22:11:46 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Removed debug message
------------------------------------------------------------------------
r3524 | cladhaire | 2006-06-27 22:02:39 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Updating the .toc for lib moves
------------------------------------------------------------------------
r3523 | cladhaire | 2006-06-27 22:01:06 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Prop-edit
------------------------------------------------------------------------
r3522 | cladhaire | 2006-06-27 21:56:18 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Copying to /trunk
------------------------------------------------------------------------
r3521 | cladhaire | 2006-06-27 21:54:35 -0400 (Tue, 27 Jun 2006) | 5 lines
Clique:
* Fixed some minor issues
* Added a number of "tutorial screens"
* Brough the NameEditBox back to life!
------------------------------------------------------------------------
r3513 | cladhaire | 2006-06-27 21:30:48 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Finished off the XRaid plugins
------------------------------------------------------------------------
r3510 | cladhaire | 2006-06-27 20:57:30 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Nurfed Unit Frames (beta) plugin working and tested
------------------------------------------------------------------------
r3509 | cladhaire | 2006-06-27 20:51:46 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: PCUF I hate you more than you can possibly imagine
------------------------------------------------------------------------
r3506 | cladhaire | 2006-06-27 20:08:02 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: Added a plugin for Perl Classic Unit Frames, god damn.
------------------------------------------------------------------------
r3504 | cladhaire | 2006-06-27 19:40:13 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: WatchDog working and tested
------------------------------------------------------------------------
r3502 | cladhaire | 2006-06-27 19:31:22 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: PerfectRaid support tested
------------------------------------------------------------------------
r3501 | cladhaire | 2006-06-27 19:23:08 -0400 (Tue, 27 Jun 2006) | 4 lines
Clique:
* Fixed an issue with PerfectRaid plugin, not sure if it works.
* Fixed an issue with buff selection, logic appears to work now.
------------------------------------------------------------------------
r3500 | cladhaire | 2006-06-27 19:10:16 -0400 (Tue, 27 Jun 2006) | 3 lines
Clique:
* Sage tested, and initially approved.
------------------------------------------------------------------------
r3499 | cladhaire | 2006-06-27 19:00:39 -0400 (Tue, 27 Jun 2006) | 2 lines
Clique: oUF2 is tested and working
------------------------------------------------------------------------
r3498 | cladhaire | 2006-06-27 18:33:20 -0400 (Tue, 27 Jun 2006) | 3 lines
Clique:
* Load on Demand addons now properly load
------------------------------------------------------------------------
r3497 | cladhaire | 2006-06-27 18:26:24 -0400 (Tue, 27 Jun 2006) | 5 lines
Clique:
* Added targettarget to BlizzUnitFrames
* Minor anchor change to tutorialframe
* Fixed some issues in GetFriendlyTarget()