diff options
author | McCabe Maxsted | 2010-03-30 22:53:55 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-03-30 22:53:55 -0700 |
commit | c55c7339ea950034d56ef61bdf34b450c28b510f (patch) | |
tree | c98ab9da656348845ef4b9ce799f69b38958f5e0 /linden/indra/newview/skins/default/xui | |
parent | @nochangelog fixed line endings on /es/panel_avatar.xml (diff) | |
download | meta-impy-c55c7339ea950034d56ef61bdf34b450c28b510f.zip meta-impy-c55c7339ea950034d56ef61bdf34b450c28b510f.tar.gz meta-impy-c55c7339ea950034d56ef61bdf34b450c28b510f.tar.bz2 meta-impy-c55c7339ea950034d56ef61bdf34b450c28b510f.tar.xz |
Ported clientside AO from Emerald r1633
Diffstat (limited to 'linden/indra/newview/skins/default/xui')
3 files changed, 331 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/de/floater_ao.xml b/linden/indra/newview/skins/default/xui/de/floater_ao.xml new file mode 100644 index 0000000..c0731ea --- /dev/null +++ b/linden/indra/newview/skins/default/xui/de/floater_ao.xml | |||
@@ -0,0 +1,95 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater name="geminifloater" title="Animation Overrider"> | ||
3 | <view_border name="ao_notecard"/> | ||
4 | <view_border name="ao_notecard_vis"/> | ||
5 | <text name="Give inventory" tool_tip="ZHAO Notiz hier fallen lassen. Konfiguration und Animationen müssen im gleichen Inventar Ordner liegen!"> | ||
6 | ZHAO II Konfiguration hier fallen lassen. | ||
7 | </text> | ||
8 | <view_border name="ao_notecard_disp"/> | ||
9 | <text name="ao_nc_text" tool_tip=""> | ||
10 | Aktuell: ITEM | ||
11 | </text> | ||
12 | <button name="opencard" label="Laden"/> | ||
13 | <button name="reloadcard" label="Neuladen"/> | ||
14 | <button label="Mehr >>" name="more_btn" tool_tip="Erweiterte Optionen"/> | ||
15 | <button label="<< Weniger" name="less_btn" tool_tip="Erweiterte Optionen"/> | ||
16 | <check_box label="Anims übersteuern" name="EmeraldAOEnabled"/> | ||
17 | <check_box label="Sitzen übersteuern" name="EmeraldAOSitsEnabled"/> | ||
18 | <text name="buttons_desc"> | ||
19 | Stand: | ||
20 | </text> | ||
21 | <combo_box name="stands" label=""/> | ||
22 | <button name="prevstand" tool_tip="vorheriger Stand" label="<<"/> | ||
23 | <button name="nextstand" tool_tip="nächster Stand" label=">>"/> | ||
24 | <check_box label="zufällige Stand Ani" name="EmeraldAOStandRandomize"/> | ||
25 | <check_box label="keine Stand Ani bei Mouselook" name="EmeraldAONoStandsInMouselook"/> | ||
26 | <spinner name="standtime" label="Stand Zeit" tool_tip="AO Stand zeit in Sekunden"/> | ||
27 | <tab_container label="Default" name="tabcontainer"> | ||
28 | <panel label="Standard Anis" name="tabdefaultanims"> | ||
29 | <text name="textdefaultwalk"> | ||
30 | Standard Gang: | ||
31 | </text> | ||
32 | <combo_box name="walks" label=""/> | ||
33 | <text name="textdefaultrun"> | ||
34 | Standard Rennen: | ||
35 | </text> | ||
36 | <combo_box name="runs" label=""/> | ||
37 | <text name="textdefaultjump"> | ||
38 | Standard Sprung: | ||
39 | </text> | ||
40 | <combo_box name="jumps" label=""/> | ||
41 | <text name="textdefaultsit"> | ||
42 | Standard sitzen: | ||
43 | </text> | ||
44 | <combo_box name="sits" label=""/> | ||
45 | <text name="textdefaultgsit"> | ||
46 | Standard Bodensitz: | ||
47 | </text> | ||
48 | <combo_box name="gsits" label=""/> | ||
49 | <text name="textdefaultcrouch"> | ||
50 | Standard geduckt: | ||
51 | </text> | ||
52 | <combo_box name="crouchs" label=""/> | ||
53 | <text name="textdefaultcrouchwalk"> | ||
54 | Standard geduckt Gang: | ||
55 | </text> | ||
56 | <combo_box name="cwalks" label=""/> | ||
57 | <text name="textdefaultfall"> | ||
58 | Standard fallen: | ||
59 | </text> | ||
60 | <combo_box name="falls" label=""/> | ||
61 | <text name="textdefaulthover"> | ||
62 | Standard scheweben: | ||
63 | </text> | ||
64 | <combo_box name="hovers" label=""/> | ||
65 | <text name="textdefaultfly"> | ||
66 | Standard fliegen: | ||
67 | </text> | ||
68 | <combo_box name="flys" label=""/> | ||
69 | <text name="textdefaultflyslow"> | ||
70 | Standard langsam fliegen: | ||
71 | </text> | ||
72 | <combo_box name="flyslows" label=""/> | ||
73 | <text name="textdefaultflyup"> | ||
74 | Standard aufwärts fliegen: | ||
75 | </text> | ||
76 | <combo_box name="flyups" label=""/> | ||
77 | <text name="textdefaultflydown"> | ||
78 | Standard abwärts fliegen: | ||
79 | </text> | ||
80 | <combo_box name="flydowns" label=""/> | ||
81 | <text name="textdefaultland"> | ||
82 | Standard landen: | ||
83 | </text> | ||
84 | <combo_box name="lands" label=""/> | ||
85 | <text name="textdefaultstandup"> | ||
86 | Standard aufstehen: | ||
87 | </text> | ||
88 | <combo_box name="standups" label=""/> | ||
89 | <text name="textdefaultprejump"> | ||
90 | Standard Pre-Sprung: | ||
91 | </text> | ||
92 | <combo_box name="prejumps" label=""/> | ||
93 | </panel> | ||
94 | </tab_container> | ||
95 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml b/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml new file mode 100644 index 0000000..8210b1b --- /dev/null +++ b/linden/indra/newview/skins/default/xui/en-us/floater_ao.xml | |||
@@ -0,0 +1,231 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater | ||
3 | name="geminifloater" | ||
4 | rect_control="EmeraldAORect" | ||
5 | title="Animation Overrider" | ||
6 | can_resize="false" | ||
7 | can_minimize="true" | ||
8 | can_close="true" | ||
9 | can_drag_on_left="false" | ||
10 | width="610" | ||
11 | height="380"> | ||
12 | |||
13 | <view_border blevel_style="in" border_thickness="0" bottom="-380" follows="left|top" height="380" left="1" | ||
14 | mouse_opaque="false" name="ao_notecard" width="610" /> | ||
15 | <view_border blevel_style="in" bottom="340" follows="left|top" height="16" left="10" | ||
16 | mouse_opaque="false" name="ao_notecard_vis" width="180" /> | ||
17 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
18 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | ||
19 | font="SansSerifSmall" h_pad="0" halign="center" height="16" left_delta="0" | ||
20 | mouse_opaque="true" name="Give inventory" | ||
21 | tool_tip="Drop a ZHAO notecard here. Animations have to be in the same Inventory folder as the notecard." v_pad="2" | ||
22 | width="180"> | ||
23 | Drop a ZHAO II Notecard here. | ||
24 | </text> | ||
25 | <view_border blevel_style="in" bottom_delta="-18" follows="left|top" height="16" left_delta="0" | ||
26 | mouse_opaque="false" name="ao_notecard_disp" width="180" /> | ||
27 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
28 | bottom_delta="0" drop_shadow_visible="true" follows="left|top" | ||
29 | font="SansSerifSmall" h_pad="0" halign="center" height="16" left_delta="0" | ||
30 | mouse_opaque="true" name="ao_nc_text" | ||
31 | tool_tip="" v_pad="2" | ||
32 | width="180"> | ||
33 | Currently set to: ITEM | ||
34 | </text> | ||
35 | |||
36 | <button | ||
37 | name="opencard" | ||
38 | label="Open" | ||
39 | font="SansSerifSmall" | ||
40 | left="10" | ||
41 | bottom_delta="-30" | ||
42 | width="58" | ||
43 | height="20" | ||
44 | follows="bottom|left" | ||
45 | /> | ||
46 | <button | ||
47 | name="reloadcard" | ||
48 | label="Reload" | ||
49 | font="SansSerifSmall" | ||
50 | left="70" | ||
51 | bottom_delta="0" | ||
52 | width="58" | ||
53 | height="20" | ||
54 | follows="bottom|left" | ||
55 | /> | ||
56 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center" | ||
57 | height="20" label="More >>" left="130" | ||
58 | mouse_opaque="true" name="more_btn" scale_image="TRUE" | ||
59 | tool_tip="Advanced Options" width="58" /> | ||
60 | <button bottom_delta="0" follows="left|top" font="SansSerifSmall" halign="center" | ||
61 | height="20" label="<< Less" left_delta="0" | ||
62 | mouse_opaque="true" name="less_btn" scale_image="TRUE" | ||
63 | tool_tip="Advanced Options" width="58" /> | ||
64 | |||
65 | |||
66 | <check_box bottom_delta="-42" control_name="EmeraldAOEnabled" enabled="true" | ||
67 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Override Anims" left="10" | ||
68 | mouse_opaque="true" name="EmeraldAOEnabled" radio_style="false" width="90" /> | ||
69 | <check_box bottom_delta="0" control_name="EmeraldAOSitsEnabled" enabled="true" | ||
70 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Override Sits" left="110" | ||
71 | mouse_opaque="true" name="EmeraldAOSitsEnabled" radio_style="false" width="90" /> | ||
72 | |||
73 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
74 | bottom_delta="-20" drop_shadow_visible="true" follows="left|bottom" | ||
75 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
76 | mouse_opaque="true" name="buttons_desc" v_pad="0" width="180"> | ||
77 | Stands: | ||
78 | </text> | ||
79 | <combo_box name="stands" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="-20"/> | ||
80 | <button | ||
81 | name="prevstand" | ||
82 | tool_tip="previous stand" | ||
83 | label="<<" | ||
84 | font="SansSerifSmall" | ||
85 | left="10" | ||
86 | bottom_delta="-25" | ||
87 | width="90" | ||
88 | height="20" | ||
89 | follows="bottom|left" | ||
90 | /> | ||
91 | <button | ||
92 | name="nextstand" | ||
93 | tool_tip="next stand" | ||
94 | label=">>" | ||
95 | font="SansSerifSmall" | ||
96 | left="100" | ||
97 | bottom_delta="0" | ||
98 | width="90" | ||
99 | height="20" | ||
100 | follows="bottom|left" | ||
101 | /> | ||
102 | <check_box bottom_delta="-20" control_name="EmeraldAOStandRandomize" enabled="true" | ||
103 | follows="left|top" font="SansSerifSmall" height="16" initial_value="false" label="Randomize Stand Order" left="10" | ||
104 | mouse_opaque="true" name="EmeraldAOStandRandomize" radio_style="false" width="200" /> | ||
105 | <check_box bottom_delta="-20" control_name="EmeraldAONoStandsInMouselook" enabled="true" | ||
106 | follows="left|top" font="SansSerifSmall" height="16" initial_value="true" label="Disable Stands in Mouselook" left="10" | ||
107 | mouse_opaque="true" name="EmeraldAONoStandsInMouselook" radio_style="false" width="180" /> | ||
108 | <spinner bottom_delta="-20" decimal_digits="2" follows="left|top" height="16" control_name="EmeraldAOStandInterval" | ||
109 | increment="1" initial_val="20" left="10" max_val="9000" min_val="1.00" | ||
110 | mouse_opaque="true" name="standtime" label="Stand Time" label_width="80" | ||
111 | tool_tip="AO Stand Time in seconds" width="180" /> | ||
112 | |||
113 | <tab_container label="Default" bottom="6" left="210" mouse_opaque="false" name="tabcontainer" tab_min_width="50" tab_position="top" width="390" height="350" bg_opaque_color="0,0,0,0.0"> | ||
114 | <panel border="true" left="0" bottom="0" follows="left|top|right|bottom" height="350" label="Default Anims" mouse_opaque="true" name="tabdefaultanims" width="390"> | ||
115 | |||
116 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
117 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
118 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
119 | mouse_opaque="true" name="textdefaultwalk" v_pad="0" width="180"> | ||
120 | Default Walk: | ||
121 | </text> | ||
122 | <combo_box name="walks" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultWalk" /> | ||
123 | |||
124 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
125 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
126 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
127 | mouse_opaque="true" name="textdefaultrun" v_pad="0" width="180"> | ||
128 | Default Run: | ||
129 | </text> | ||
130 | <combo_box name="runs" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultRun" /> | ||
131 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
132 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
133 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
134 | mouse_opaque="true" name="textdefaultjump" v_pad="0" width="180"> | ||
135 | Default Jump: | ||
136 | </text> | ||
137 | <combo_box name="jumps" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultJump" /> | ||
138 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
139 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
140 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
141 | mouse_opaque="true" name="textdefaultsit" v_pad="0" width="180"> | ||
142 | Default Sit: | ||
143 | </text> | ||
144 | <combo_box name="sits" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultSit" /> | ||
145 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
146 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
147 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
148 | mouse_opaque="true" name="textdefaultgsit" v_pad="0" width="180"> | ||
149 | Default Groundsit: | ||
150 | </text> | ||
151 | <combo_box name="gsits" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultGroundSit" /> | ||
152 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
153 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
154 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
155 | mouse_opaque="true" name="textdefaultcrouch" v_pad="0" width="180"> | ||
156 | Default Crouch: | ||
157 | </text> | ||
158 | <combo_box name="crouchs" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultCrouch" /> | ||
159 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
160 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
161 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
162 | mouse_opaque="true" name="textdefaultcrouchwalk" v_pad="0" width="180"> | ||
163 | Default Crouchwalk: | ||
164 | </text> | ||
165 | <combo_box name="cwalks" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultCrouchWalk" /> | ||
166 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
167 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
168 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="10" | ||
169 | mouse_opaque="true" name="textdefaultfall" v_pad="0" width="180"> | ||
170 | Default Fall: | ||
171 | </text> | ||
172 | <combo_box name="falls" label="" follows="left|top" height="20" left="10" width="180" bottom_delta="0" control_name="EmeraldAODefaultFall" /> | ||
173 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
174 | bottom_delta="280" drop_shadow_visible="true" follows="left|bottom" | ||
175 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left="200" | ||
176 | mouse_opaque="true" name="textdefaulthover" v_pad="0" width="180"> | ||
177 | Default Hover: | ||
178 | </text> | ||
179 | <combo_box name="hovers" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultHover" /> | ||
180 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
181 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
182 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
183 | mouse_opaque="true" name="textdefaultfly" v_pad="0" width="180"> | ||
184 | Default Fly: | ||
185 | </text> | ||
186 | <combo_box name="flys" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFly" /> | ||
187 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
188 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
189 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
190 | mouse_opaque="true" name="textdefaultflyslow" v_pad="0" width="180"> | ||
191 | Default Slow Fly: | ||
192 | </text> | ||
193 | <combo_box name="flyslows" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFlySlow" /> | ||
194 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
195 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
196 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
197 | mouse_opaque="true" name="textdefaultflyup" v_pad="0" width="180"> | ||
198 | Default Upward Fly: | ||
199 | </text> | ||
200 | <combo_box name="flyups" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFlyUp" /> | ||
201 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
202 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
203 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
204 | mouse_opaque="true" name="textdefaultflydown" v_pad="0" width="180"> | ||
205 | Default Downward Fly: | ||
206 | </text> | ||
207 | <combo_box name="flydowns" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultFlyDown" /> | ||
208 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
209 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
210 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
211 | mouse_opaque="true" name="textdefaultland" v_pad="0" width="180"> | ||
212 | Default Land: | ||
213 | </text> | ||
214 | <combo_box name="lands" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultLand" /> | ||
215 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
216 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
217 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
218 | mouse_opaque="true" name="textdefaultstandup" v_pad="0" width="180"> | ||
219 | Default Standup: | ||
220 | </text> | ||
221 | <combo_box name="standups" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultStandUp" /> | ||
222 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | ||
223 | bottom_delta="-40" drop_shadow_visible="true" follows="left|bottom" | ||
224 | font="SansSerifSmall" h_pad="0" halign="left" height="16" left_delta="0" | ||
225 | mouse_opaque="true" name="textdefaultprejump" v_pad="0" width="180"> | ||
226 | Default Pre-Jump: | ||
227 | </text> | ||
228 | <combo_box name="prejumps" label="" follows="left|top" height="20" left_delta="0" width="180" bottom_delta="0" control_name="EmeraldAODefaultPreJump" /> | ||
229 | </panel> | ||
230 | </tab_container> | ||
231 | </floater> \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 9c02f07..8f213c8 100644 --- a/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | |||
@@ -346,6 +346,11 @@ | |||
346 | <on_check control="ShowMiniMap" /> | 346 | <on_check control="ShowMiniMap" /> |
347 | </menu_item_check> | 347 | </menu_item_check> |
348 | <menu_item_separator /> | 348 | <menu_item_separator /> |
349 | <menu_item_check label="AO" name="AO" | ||
350 | shortcut="control|shift|O"> | ||
351 | <on_click function="View.AO" userdata="" /> | ||
352 | </menu_item_check> | ||
353 | <menu_item_separator /> | ||
349 | <menu_item_check name="Statistics Bar" label="Statistics Bar" | 354 | <menu_item_check name="Statistics Bar" label="Statistics Bar" |
350 | shortcut="control|shift|1"> | 355 | shortcut="control|shift|1"> |
351 | <on_click function="ShowFloater" userdata="stat bar" /> | 356 | <on_click function="ShowFloater" userdata="stat bar" /> |