vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 DHUD_CommandList = {
2 ["scale"] = {
3 ["type"] = "range",
4 ["command"] = "scale",
5 ["minvalue"] = 0.5,
6 ["maxvalue"] = 2,
7 },
8 ["fontsizecasttime"] = {
9 ["type"] = "range",
10 ["command"] = "fontsizecasttime",
11 ["minvalue"] = 1,
12 ["maxvalue"] = 30,
13 },
14 ["fontsizecastdelay"] = {
15 ["type"] = "range",
16 ["command"] = "fontsizecastdelay",
17 ["minvalue"] = 1,
18 ["maxvalue"] = 30,
19 },
20 ["fontsizetargetname"] = {
21 ["type"] = "range",
22 ["command"] = "fontsizetargetname",
23 ["minvalue"] = 1,
24 ["maxvalue"] = 30,
25 },
26 ["fontsizetarget"] = {
27 ["type"] = "range",
28 ["command"] = "fontsizetarget",
29 ["minvalue"] = 1,
30 ["maxvalue"] = 30,
31 },
32 ["fontsizeplayer"] = {
33 ["type"] = "range",
34 ["command"] = "fontsizeplayer",
35 ["minvalue"] = 1,
36 ["maxvalue"] = 30,
37 },
38 ["fontsizepet"] = {
39 ["type"] = "range",
40 ["command"] = "fontsizepet",
41 ["minvalue"] = 1,
42 ["maxvalue"] = 30,
43 },
44 ["combatAlpha"] = {
45 ["type"] = "range",
46 ["command"] = "combatalpha",
47 ["minvalue"] = 0,
48 ["maxvalue"] = 1,
49 },
50 ["oocAlpha"] = {
51 ["type"] = "range",
52 ["command"] = "nocombatalpha",
53 ["minvalue"] = 0,
54 ["maxvalue"] = 1,
55 },
56 ["selAlpha"] = {
57 ["type"] = "range",
58 ["command"] = "selectalpha",
59 ["minvalue"] = 0,
60 ["maxvalue"] = 1,
61 },
62 ["regAlpha"] = {
63 ["type"] = "range",
64 ["command"] = "regalpha",
65 ["minvalue"] = 0,
66 ["maxvalue"] = 1,
67 },
68 ["playerdisplaymode"] = {
69 ["type"] = "range",
70 ["command"] = "playerdisplaymode",
71 ["minvalue"] = 1,
72 ["maxvalue"] = 4,
73 },
74 ["targetdisplaymode"] = {
75 ["type"] = "range",
76 ["command"] = "targetdisplaymode",
77 ["minvalue"] = 1,
78 ["maxvalue"] = 4,
79 },
80 ["petdisplaymode"] = {
81 ["type"] = "range",
82 ["command"] = "petdisplaymode",
83 ["minvalue"] = 1,
84 ["maxvalue"] = 4,
85 },
86 ["xoffset"] = {
87 ["type"] = "range",
88 ["command"] = "xoffset",
89 ["minvalue"] = -1000,
90 ["maxvalue"] = 1000,
91 },
92 ["yoffset"] = {
93 ["type"] = "range",
94 ["command"] = "yoffset",
95 ["minvalue"] = -1000,
96 ["maxvalue"] = 1000,
97 },
98 ["showclass"] = {
99 ["type"] = "toggle",
100 ["command"] = "showclass",
101 },
102 ["showelite"] = {
103 ["type"] = "toggle",
104 ["command"] = "showelite",
105 },
106 ["showname"] = {
107 ["type"] = "toggle",
108 ["command"] = "showname",
109 },
110 ["showlevel"] = {
111 ["type"] = "toggle",
112 ["command"] = "showlevel",
113 },
114 ["castingbar"] = {
115 ["type"] = "toggle",
116 ["command"] = "castingbar",
117 },
118 ["castingbartimer"] = {
119 ["type"] = "toggle",
120 ["command"] = "castingbartimer",
121 },
122 ["animatebars"] = {
123 ["type"] = "toggle",
124 ["command"] = "animatebars",
125 },
126 ["reset"] = {
127 ["type"] = "reset",
128 ["command"] = "reset",
129 },
130 ["barborders"] = {
131 ["type"] = "toggle",
132 ["command"] = "barborders",
133 },
134 ["showauras"] = {
135 ["type"] = "toggle",
136 ["command"] = "showauras",
137 },
138 ["showtarget"] = {
139 ["type"] = "toggle",
140 ["command"] = "showtarget",
141 },
142 ["showpet"] = {
143 ["type"] = "toggle",
144 ["command"] = "showpet",
145 },
146 ["menu"] = {
147 ["type"] = "menu",
148 ["command"] = "menu",
149 },
150 ["btarget"] = {
151 ["type"] = "toggle",
152 ["command"] = "btarget",
153 },
154 ["bplayer"] = {
155 ["type"] = "toggle",
156 ["command"] = "bplayer",
157 },
158 ["shownpc"] = {
159 ["type"] = "toggle",
160 ["command"] = "shownpc",
161 },
162 ["showmmb"] = {
163 ["type"] = "toggle",
164 ["command"] = "showmmb",
165 },
166 ["hudspacing"] = {
167 ["type"] = "range",
168 ["command"] = "hudspacing",
169 ["minvalue"] = -500,
170 ["maxvalue"] = 500,
171 },
172 ["targettexty"] = {
173 ["type"] = "range",
174 ["command"] = "targettexty",
175 ["minvalue"] = -500,
176 ["maxvalue"] = 500,
177 },
178 ["playerhptextx"] = {
179 ["type"] = "range",
180 ["command"] = "playerhptextx",
181 ["minvalue"] = -300,
182 ["maxvalue"] = 300,
183 },
184 ["playerhptexty"] = {
185 ["type"] = "range",
186 ["command"] = "playerhptexty",
187 ["minvalue"] = -300,
188 ["maxvalue"] = 300,
189 },
190 ["playermanatextx"] = {
191 ["type"] = "range",
192 ["command"] = "playermanatextx",
193 ["minvalue"] = -300,
194 ["maxvalue"] = 300,
195 },
196 ["playermanatexty"] = {
197 ["type"] = "range",
198 ["command"] = "playermanatexty",
199 ["minvalue"] = -300,
200 ["maxvalue"] = 300,
201 },
202 ["casttimetextcolor"] = {
203 ["type"] = "color",
204 ["command"] = "casttimetextcolor",
205 },
206 ["castdelaytextcolor"] = {
207 ["type"] = "color",
208 ["command"] = "castdelaytextcolor",
209 },
210 ["playerhptextcolor"] = {
211 ["type"] = "color",
212 ["command"] = "playerhptextcolor",
213 },
214 ["playermanatextcolor"] = {
215 ["type"] = "color",
216 ["command"] = "playermanatextcolor",
217 },
218 ["targethptextcolor"] = {
219 ["type"] = "color",
220 ["command"] = "targethptextcolor",
221 },
222 ["targetmanatextcolor"] = {
223 ["type"] = "color",
224 ["command"] = "targetmanatextcolor",
225 },
226 ["pethptextcolor"] = {
227 ["type"] = "color",
228 ["command"] = "pethptextcolor",
229 },
230 ["petmanatextcolor"] = {
231 ["type"] = "color",
232 ["command"] = "petmanatextcolor",
233 },
234 ["playerhpoutline"] = {
235 ["type"] = "range",
236 ["command"] = "playerhpoutline",
237 ["minvalue"] = 0,
238 ["maxvalue"] = 2,
239 },
240 ["playermanaoutline"] = {
241 ["type"] = "range",
242 ["command"] = "playermanaoutline",
243 ["minvalue"] = 0,
244 ["maxvalue"] = 2,
245 },
246 ["targethpoutline"] = {
247 ["type"] = "range",
248 ["command"] = "targethpoutline",
249 ["minvalue"] = 0,
250 ["maxvalue"] = 2,
251 },
252 ["targetmanaoutline"] = {
253 ["type"] = "range",
254 ["command"] = "targetmanaoutline",
255 ["minvalue"] = 0,
256 ["maxvalue"] = 2,
257 },
258 ["pethpoutline"] = {
259 ["type"] = "range",
260 ["command"] = "pethpoutline",
261 ["minvalue"] = 0,
262 ["maxvalue"] = 2,
263 },
264 ["petmanaoutline"] = {
265 ["type"] = "range",
266 ["command"] = "petmanaoutline",
267 ["minvalue"] = 0,
268 ["maxvalue"] = 2,
269 },
270 ["casttimeoutline"] = {
271 ["type"] = "range",
272 ["command"] = "casttimeoutline",
273 ["minvalue"] = 0,
274 ["maxvalue"] = 2,
275 },
276 ["castdelayoutline"] = {
277 ["type"] = "range",
278 ["command"] = "castdelayoutline",
279 ["minvalue"] = 0,
280 ["maxvalue"] = 2,
281 },
282 ["targetoutline"] = {
283 ["type"] = "range",
284 ["command"] = "targetoutline",
285 ["minvalue"] = 0,
286 ["maxvalue"] = 2,
287 },
288 }