vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | A castingbar replacement mod: Repentby elvendawn (repent@kc.rr.com) |
2 | - original author elvendawn (c0elvenn@yahoo.com) |
||
3 | |||
4 | TODO |
||
5 | ------------------------------------------------------ |
||
6 | - There is a bug if you enable/disable a mirror bar while one is going on so try not to do this. |
||
7 | |||
8 | - In the next few weeks I am going to start working on 2.0. You will have the same casting |
||
9 | bar you do now as well as the mirror bar for your swimming, feign death, fatigue, etc. I will |
||
10 | be adding timers for any timer you can think of in the game. I may need some help for info |
||
11 | on all the classes. For example, I want to have the freeze timer for a hunter or polymorph timer |
||
12 | for a mage. |
||
13 | |||
14 | Slash Commands: /castingbar or /ecb |
||
15 | config |
||
16 | help |
||
17 | |||
18 | The Mirror Bar is used for the Blizzard Timers (Feign Death, Breath, Exhaustion) |
||
19 | |||
20 | |||
21 | Changes: |
||
22 | |||
23 | 1.3.24 |
||
24 | - Fixed the chat spam, Sorry!!! |
||
25 | - You should now see the correct message when using your skills. If not please let me know. |
||
26 | - Fixed the spyglass bug. |
||
27 | |||
28 | 1.3.23 |
||
29 | - Using the Friendly/Enemy Colors while casting a spell is now an option |
||
30 | - A custom tooltip is now used to figure out the spell rank |
||
31 | - Fixed a bug when using an object after casting a spell. |
||
32 | |||
33 | 1.3.22 |
||
34 | - Updated for patch 1.10 |
||
35 | - Fixed Channeling Bug |
||
36 | - Added an option to show spell rank |
||
37 | - You can now specify a friendly target color and an enemy target color |
||
38 | |||
39 | 1.3.21 |
||
40 | - Fixed option text for mirror bar |
||
41 | - Updated to 1.9 |
||
42 | |||
43 | 1.3.20 |
||
44 | - Fixed a bug with supporting FlightMap. |
||
45 | |||
46 | 1.3.19 |
||
47 | - Fixed a bug when trying to cast a spell while flying. |
||
48 | |||
49 | 1.3.18 |
||
50 | - Changed the step on the slider back to 1. Did not realize it would affect the edit box too. |
||
51 | - Added a keybinding for the configuration window. |
||
52 | - Added support for FlightMap. When you are in the air the normal casting bar will show your destination and how |
||
53 | much time is left. If the time is unknown a default of 10 minutes is specified. |
||
54 | |||
55 | 1.3.17 |
||
56 | - You can now change the font size for the bars. This will affect the name and the time. |
||
57 | |||
58 | 1.3.16 |
||
59 | - Fixed a bug when saving a setting for the first time. You could not load it until the next time you got in the game. |
||
60 | |||
61 | 1.3.15 |
||
62 | - Added support for ModWatcher |
||
63 | - If your bars are off the screen they will now load that way. They were reseting them inside the screen. |
||
64 | - You can now save your settings and load again at a later time. These settings will be used for all |
||
65 | characters. You can also delete a setting if you don't want it. |
||
66 | |||
67 | 1.3.14 |
||
68 | - Fixed the error where the spark was not working while casting and throwing an error. This also fixes |
||
69 | bandaging and fishing. Sorry about that. |
||
70 | |||
71 | 1.3.13 |
||
72 | - Created a few more bars for the mirror timers similar to how Blizzards were. |
||
73 | - The bars will now work like Blizzards as well. If you are under water and come back up the timer will |
||
74 | slowly go up as you are gathering breath or if your fatigue is lessening. |
||
75 | - The fatigue bar and the breath bar can now both show at the same time. |
||
76 | - You can now drag the bar wherever you want it to be. Some users wanted to be able to make it flush with the screen. |
||
77 | - The outline will now not show when a bar is disabled. |
||
78 | |||
79 | 1.3.12 |
||
80 | - Fixed a problem with positioning the bars. Some is do to the fact that I am a moron :), some is due to Blizzard. |
||
81 | I have set the maximum amount for the slider position to be 2000. Originally I had set it to your screen |
||
82 | resolution but that was the problem. Blizzard gives me the wrong one for some reason. I will look into this |
||
83 | more because I really would like to have it where you cant place your bar off the screen. |
||
84 | |||
85 | 1.3.11 |
||
86 | - The blizzard timers (Feign Death, Breathing, Exhaustion) now has their own bar. You can set all the same |
||
87 | options as the normal casting bar except showing delay. There is now a new time color and flash border |
||
88 | color for the mirror bar. |
||
89 | - You can position the mirror bars with a slider and/or text box now. |
||
90 | - Fixed some other bugs |
||
91 | |||
92 | 1.3.10 |
||
93 | - You can now change the width and height with a text box. |
||
94 | - You can now specify the maximum amount of characters of a spell shown. -1 shows all, 0 shows nothing. |
||
95 | - Fixed a bug where locking the casting bar would lock the config window from moving. |
||
96 | - You can now set the justification of the spell name (left, center, right) |
||
97 | - You can now set the opacity of all colors. |
||
98 | - Fixed a bug when left justifying a spell name. The name would not be flush with the left side of the bar. |
||
99 | |||
100 | 1.3.9 |
||
101 | - Fixed a bug when you were underwater and started to cast a spell. Your breathing bar would disappear. |
||
102 | This is because we are sharing this bar with the one windows uses. Now if this happens or |
||
103 | you fail a spell while one of these mirror frames are being used the original blizzard frame is |
||
104 | now shown. |
||
105 | |||
106 | 1.3.8 |
||
107 | - All blizzard mirror timers (Feign Death, Exhaustion, Breathing) will now show up except death. |
||
108 | Blizzard has a timer setup for death but they don't use it. |
||
109 | - Added colors for the mirror timers |
||
110 | - Feign death now works on the mirror frame instead of looking for a buff. You won't see |
||
111 | Blizzards' feign death frame show up anymore. |
||
112 | - Added a delay for casting and channeling. Casting will show how much delay has been added on. |
||
113 | Channeling will show how much time has been removed from your channeling. |
||
114 | - You will probably have to change the size of your casting bar again because I made some changes |
||
115 | to some variables to make it easier for me in the future. |
||
116 | |||
117 | 1.3.7 |
||
118 | - The config window is now moveable |
||
119 | - Removed the green button for dragging. The whole outline is now dragable. |
||
120 | |||
121 | 1.3.6 |
||
122 | - Change the flash border color now works |
||
123 | - Fixed a bug when hitting cancel when choosing a new color |
||
124 | |||
125 | 1.3.5 |
||
126 | - Changed Rar to Zip |
||
127 | |||
128 | 1.3.4 |
||
129 | - Fixed Feign Death bug |
||
130 | |||
131 | 1.3.3 |
||
132 | - Took out a debug message |
||
133 | |||
134 | 1.3.2 -elvendaw, Repent |
||
135 | - Fixed a small channeling bug - thanks to speak.pkhq for the report. |
||
136 | - You can now hide the background from the options menu. |
||
137 | |||
138 | 1.3.1 |
||
139 | - Hunter's feign death is now on the status bar and the color can be changed. |
||
140 | - You can choose to show the time left through the config. |
||
141 | |||
142 | 1.3 |
||
143 | - Added a configuration window to change all settings, colors and to resize the casting bar. |
||
144 | |||
145 | 1.2 1700 -elvendawn |
||
146 | -Truely fixed the slash commands |
||
147 | -Added default to center of screen unlocked to help users on first load. |
||
148 | -Centered the text vertially up by one, by request of K.Rool. |
||
149 | -Changed the CastingTime Format, thanks to wbb for the Code. |
||
150 | |||
151 | 1.1 1700 -elvendawn |
||
152 | -Added per character save. |
||
153 | -Fixed slash commands. |
||
154 | -EDIT: actually i broked everything =P |
||
155 | |||
156 | 1.0 1700 -elvendawn |
||
157 | -Initial Release |