vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <Binding name="DART_OPTIONS" header="DART">
3 DART_Options_Toggle();
4 </Binding>
5 <Binding name="DART_DRAGGING">
6 DART_Toggle_Dragging();
7 </Binding>
8  
9 <Binding name="DART_TEXTURE_1" header="DART_TEXTURES" runOnUp="true">
10 if (keystate == "up") then
11 DART_Texture_Process(11, 1, 1);
12 else
13 DART_Texture_Process(10, 1, 1);
14 end
15 </Binding>
16 <Binding name="DART_TEXTURE_2" runOnUp="true">
17 if (keystate == "up") then
18 DART_Texture_Process(11, 1, 2);
19 else
20 DART_Texture_Process(10, 1, 2);
21 end
22 </Binding>
23 <Binding name="DART_TEXTURE_3" runOnUp="true">
24 if (keystate == "up") then
25 DART_Texture_Process(11, 1, 3);
26 else
27 DART_Texture_Process(10, 1, 3);
28 end
29 </Binding>
30 <Binding name="DART_TEXTURE_4" runOnUp="true">
31 if (keystate == "up") then
32 DART_Texture_Process(11, 1, 4);
33 else
34 DART_Texture_Process(10, 1, 4);
35 end
36 </Binding>
37 <Binding name="DART_TEXTURE_5" runOnUp="true">
38 if (keystate == "up") then
39 DART_Texture_Process(11, 1, 5);
40 else
41 DART_Texture_Process(10, 1, 5);
42 end
43 </Binding>
44 <Binding name="DART_TEXTURE_6" runOnUp="true">
45 if (keystate == "up") then
46 DART_Texture_Process(11, 1, 6);
47 else
48 DART_Texture_Process(10, 1, 6);
49 end
50 </Binding>
51 <Binding name="DART_TEXTURE_7" runOnUp="true">
52 if (keystate == "up") then
53 DART_Texture_Process(11, 1, 7);
54 else
55 DART_Texture_Process(10, 1, 7);
56 end
57 </Binding>
58 <Binding name="DART_TEXTURE_8" runOnUp="true">
59 if (keystate == "up") then
60 DART_Texture_Process(11, 1, 8);
61 else
62 DART_Texture_Process(10, 1, 8);
63 end
64 </Binding>
65 <Binding name="DART_TEXTURE_9" runOnUp="true">
66 if (keystate == "up") then
67 DART_Texture_Process(11, 1, 9);
68 else
69 DART_Texture_Process(10, 1, 9);
70 end
71 </Binding>
72 <Binding name="DART_TEXTURE_10" runOnUp="true">
73 if (keystate == "up") then
74 DART_Texture_Process(11, 1, 10);
75 else
76 DART_Texture_Process(10, 1, 10);
77 end
78 </Binding>
79 <Binding name="DART_TEXTURE_11" runOnUp="true">
80 if (keystate == "up") then
81 DART_Texture_Process(11, 1, 11);
82 else
83 DART_Texture_Process(10, 1, 11);
84 end
85 </Binding>
86 <Binding name="DART_TEXTURE_12" runOnUp="true">
87 if (keystate == "up") then
88 DART_Texture_Process(11, 1, 12);
89 else
90 DART_Texture_Process(10, 1, 12);
91 end
92 </Binding>
93 <Binding name="DART_TEXTURE_13" runOnUp="true">
94 if (keystate == "up") then
95 DART_Texture_Process(11, 1, 13);
96 else
97 DART_Texture_Process(10, 1, 13);
98 end
99 </Binding>
100 <Binding name="DART_TEXTURE_14" runOnUp="true">
101 if (keystate == "up") then
102 DART_Texture_Process(11, 1, 14);
103 else
104 DART_Texture_Process(10, 1, 14);
105 end
106 </Binding>
107 <Binding name="DART_TEXTURE_15" runOnUp="true">
108 if (keystate == "up") then
109 DART_Texture_Process(11, 1, 15);
110 else
111 DART_Texture_Process(10, 1, 15);
112 end
113 </Binding>
114 <Binding name="DART_TEXTURE_16" runOnUp="true">
115 if (keystate == "up") then
116 DART_Texture_Process(11, 1, 16);
117 else
118 DART_Texture_Process(10, 1, 16);
119 end
120 </Binding>
121 <Binding name="DART_TEXTURE_17" runOnUp="true">
122 if (keystate == "up") then
123 DART_Texture_Process(11, 1, 17);
124 else
125 DART_Texture_Process(10, 1, 17);
126 end
127 </Binding>
128 <Binding name="DART_TEXTURE_18" runOnUp="true">
129 if (keystate == "up") then
130 DART_Texture_Process(11, 1, 18);
131 else
132 DART_Texture_Process(10, 1, 18);
133 end
134 </Binding>
135 <Binding name="DART_TEXTURE_19" runOnUp="true">
136 if (keystate == "up") then
137 DART_Texture_Process(11, 1, 19);
138 else
139 DART_Texture_Process(10, 1, 19);
140 end
141 </Binding>
142 <Binding name="DART_TEXTURE_20" runOnUp="true">
143 if (keystate == "up") then
144 DART_Texture_Process(11, 1, 20);
145 else
146 DART_Texture_Process(10, 1, 20);
147 end
148 </Binding>
149 </Bindings>