vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | SpellAlert (Modified) by: Mithryn |
2 | Thanks to: Awen for the original Spell Alert |
||
3 | cide (a genius) for some useful code snippets =D |
||
4 | |||
5 | Version 1.65 |
||
6 | |||
7 | Link to the original SpellAlert: http://ui.worldofwar.net/ui.php?id=457 |
||
8 | |||
9 | This Addon is a modification of the original Spell Alert by Awen. |
||
10 | SpellAlert warns the user of what the target is casting. |
||
11 | |||
12 | Use /spellalert to open the options window. |
||
13 | |||
14 | Feedback is VERY much appreciated. So feel free to post any bugs or suggestions. |
||
15 | If you encounter any spells that I need to add to the spell list, please tell me. |
||
16 | If I said that I fixed a bug but it turns out I didn't really fix it... |
||
17 | Please tell me! =D |
||
18 | |||
19 | Changes: |
||
20 | |||
21 | 1.65 |
||
22 | -Improved dragging of the alert. |
||
23 | |||
24 | 1.6 |
||
25 | -Fixed hunter retargetting! Woot! |
||
26 | -Re-added Living Bomb warning. (Stupid MC lockout >_<! Let |
||
27 | me know if it doesn't actually work =P) |
||
28 | -Added option to change the delay time before fading out. |
||
29 | |||
30 | 1.51 |
||
31 | -Fixed silly typos that caused some options to not work. |
||
32 | -Renamed "alert emotes" to "alert npc emotes" |
||
33 | -There are some spells that are not listed in the |
||
34 | localization thus making some |
||
35 | options to turn off specific alerts to "seem" like they are |
||
36 | not working. |
||
37 | -TODO: Fix Hunter retargetting. |
||
38 | Perhaps re-add Living Bomb warnings etc. |
||
39 | Add other spells to the localizations. |
||
40 | -REMEMBER: Feedback is VERY much appreciated. So feel free |
||
41 | to post any bugs orsuggestions. If you encounter any spells |
||
42 | that I need to add to the spell list, please tell me. If I |
||
43 | said that I fixed a bug but it turns out I didn't really |
||
44 | fix it... please tell me! =D |
||
45 | |||
46 | 1.5 |
||
47 | -Updated TOC to 10900. |
||
48 | -Options frame is now draggable... yay! |
||
49 | -Changed the layout of the options panel.. because it's THAT important. =D |
||
50 | -Fixed some typos, clarified some stuff with tooltips. |
||
51 | -Added the option to change the border thickness of the alerts. |
||
52 | -A reset button.. for people who like defaults! |
||
53 | -As requested, the alert may now be dragged for the hardcore customizers' needs. |
||
54 | -TODO: Fix known bugs. |
||
55 | |||
56 | 1.4 |
||
57 | -Fixed A LOT of stupid typos and mistakes >_< |
||
58 | -Added ability to set whether you want the whole message, |
||
59 | just the spell name, or everything but the spell name colored. |
||
60 | -Colors no longer "reset" when opening the options window. |
||
61 | -Changed font to something less beefy, pixelation should no longer occur on |
||
62 | size changing. I plan on adding an option to set whether the text is bold |
||
63 | like before, or streamline like it is now. |
||
64 | |||
65 | 1.3 |
||
66 | -Color-coded alerts |
||
67 | -Added retarget after Death Coil |
||
68 | |||
69 | 1.2 |
||
70 | -Readded Auto-retarget |
||
71 | -Settings now saved per character |
||
72 | -Fixed random typos |
||
73 | |||
74 | 1.1: |
||
75 | -Removed some redundant code |
||
76 | -Removed Onyxia and Living Bomb warnings (CTRA does these great) |
||
77 | -Removed Auto-retarget (Not very reliable) |
||
78 | -Recoded the way the Alert was displayed. Nothing visible to the user |
||
79 | has changed |
||
80 | -Added ability to change font size |
||
81 | |||
82 | 1.0: |
||
83 | -Increased font size |
||
84 | -Added ability to move the Alert |
||
85 | |||
86 | |||
87 | Known Bugs: |
||
88 | -Unable to deselect hostile hunters because of auto-retarget |