aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/en-us
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/default/xui/en-us')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_about.xml6
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml8
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml23
3 files changed, 22 insertions, 15 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml
index 1ba9c40..ef02bfa 100644
--- a/linden/indra/newview/skins/default/xui/en-us/floater_about.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_about.xml
@@ -8,16 +8,16 @@
8 max_length="65536" mouse_opaque="true" name="credits_editor" width="458" 8 max_length="65536" mouse_opaque="true" name="credits_editor" width="458"
9 word_wrap="true"> 9 word_wrap="true">
10 The Imprudence Viewer was rocked hard by: 10 The Imprudence Viewer was rocked hard by:
11 Jacek Antonelli, McCabe Maxsted, and Armin Weatherwax. 11 Jacek Antonelli, McCabe Maxsted, Armin Weatherwax, Elektra Hesse, and CodeBastard Redgrave.
12 http://imprudenceviewer.org 12 http://imprudenceviewer.org
13 13
14 Imprudence is so awesome thanks to contributions from many generous people: 14 Imprudence is so awesome thanks to contributions from many generous people:
15 15
16 For their patches and code contributions, we thank Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Angus Boyd, Asuka Neely, Balp Allen, Carjay McGinnis, Dale Glass, Felix Duesenburg, Geneko Nemeth, Henri Beauchamp, Kitty Barnett, Latif Khalifa, Lilly Zenovka, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Nicholaz Beresford, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thomas Shikami, Vadim Bigbear, Zi Ree, and Zwagoth Klaar. 16 For their patches and code contributions, we thank Admiral Admiral, Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Archimedies Plutonian, Angus Boyd, Ansariel Hiller, Ardy Lay, Asuka Neely, Balp Allen, Carjay McGinnis, Chalice Yao, Dale Glass, Damian Delacrois, Danny Nolan, Felix Duesenburg, Geneko Nemeth, Henri Beauchamp, Katharine Berry, KirstenLee Cinquetti, Kitty Barnett, Latif Khalifa, Lilly Zenovka, Makomk Makosen, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Mm Alder, Nemurimasu Neiro, Nicholaz Beresford, Patrick Sapinski, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thickbrick Sleaford, Thomas Shikami, Tom Meta, tx Oh, Vaalith Jinn, Vadim Bigbear, Vex Streeter, Zi Ree, and Zwagoth Klaar.
17 17
18 For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden. 18 For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden.
19 19
20 Thanks also to the developer(s) of the Emerald Viewer, Hippo Viewer, Cool VL Viewer, and Meerkat Viewer for viewer enhancements we have incorporated, as well as Kitty Barnett for RLVa. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible. 20 Thanks also to the developer(s) of the Emerald Viewer, Hippo Viewer, Cool VL Viewer, Snowglobe Viewer, Meta7 Viewer, FrozenGlobe Viewer, and Meerkat Viewer for viewer enhancements we have incorporated, as well as Kitty Barnett for RLVa. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible.
21 21
22 For a complete list of who did what, read the release notes! 22 For a complete list of who did what, read the release notes!
23 23
diff --git a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
index 78fc75e..1ae7465 100644
--- a/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml
@@ -249,13 +249,9 @@
249 mouse_opaque="true" name="Detach From Yourself" width="128"> 249 mouse_opaque="true" name="Detach From Yourself" width="128">
250 <on_click filter="" function="Inventory.DoToSelected" userdata="detach" /> 250 <on_click filter="" function="Inventory.DoToSelected" userdata="detach" />
251 </menu_item_call> 251 </menu_item_call>
252 <!-- COMMENTED OUT for DEV-32347 --> 252 <menu_item_call bottom_delta="-18" height="18" label="Edit" left="0" mouse_opaque="true" name="Attachment Edit" width="128">
253 <!-- 253 <on_click filter="" function="Inventory.DoToSelected" userdata="edit" />
254 <menu_item_call bottom_delta="-18" height="18" label="Restore to Last Position" left="0" mouse_opaque="true"
255 name="Restore to Last Position" width="128">
256 <on_click filter="" function="Inventory.DoToSelected" userdata="restoreToWorld" />
257 </menu_item_call> 254 </menu_item_call>
258 -->
259 <menu_item_call bottom_delta="-18" height="18" label="Wear" left="0" mouse_opaque="true" 255 <menu_item_call bottom_delta="-18" height="18" label="Wear" left="0" mouse_opaque="true"
260 name="Object Wear" width="128"> 256 name="Object Wear" width="128">
261 <on_click filter="" function="Inventory.DoToSelected" userdata="attach" /> 257 <on_click filter="" function="Inventory.DoToSelected" userdata="attach" />
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml
index 55af056..153a111 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml
@@ -162,8 +162,8 @@
162 follows="left|top" font="SansSerifSmall" height="16" 162 follows="left|top" font="SansSerifSmall" height="16"
163 initial_value="true" label="Custom" left="385" mouse_opaque="true" 163 initial_value="true" label="Custom" left="385" mouse_opaque="true"
164 name="CustomSettings" radio_style="false" width="256" /> 164 name="CustomSettings" radio_style="false" width="256" />
165 <view_border bevel_style="none" border_thickness="1" bottom="-375" follows="top|left" 165 <view_border bevel_style="none" border_thickness="1" bottom="-415" follows="left|top"
166 height="260" left="5" name="GraphicsBorder" width="485" /> 166 height="300" left="5" name="GraphicsBorder" width="485" />
167 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 167 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
168 bottom="-130" drop_shadow_visible="true" enabled="true" follows="left|top" 168 bottom="-130" drop_shadow_visible="true" enabled="true" follows="left|top"
169 font="SansSerifSmall" h_pad="0" halign="left" height="12" 169 font="SansSerifSmall" h_pad="0" halign="left" height="12"
@@ -235,6 +235,17 @@
235 follows="left|top" font="SansSerifSmall" height="16" initial_value="true" 235 follows="left|top" font="SansSerifSmall" height="16" initial_value="true"
236 label="Avatar cloth" left_delta="0" mouse_opaque="true" name="AvatarCloth" 236 label="Avatar cloth" left_delta="0" mouse_opaque="true" name="AvatarCloth"
237 radio_style="false" width="256" /> 237 radio_style="false" width="256" />
238 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
239 bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top"
240 font="SansSerifSmall" h_pad="0" halign="left" height="12" left_delta="0"
241 mouse_opaque="true" name="AvatarCountText" v_pad="0" width="128">
242 Max. non-imposters:
243 </text>
244 <slider bottom_delta="-20" can_edit_text="false" control_name="RenderAvatarMaxVisible"
245 decimal_digits="0" enabled="true" follows="left|top" height="16"
246 increment="1" initial_val="35" label=""
247 label_width="0" left_delta="0" max_val="50" min_val="0" mouse_opaque="true"
248 name="AvatarMaxVisible" show_text="true" width="100" />
238 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false" 249 <text type="string" length="1" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
239 bottom="-131" drop_shadow_visible="true" enabled="true" follows="left|top" 250 bottom="-131" drop_shadow_visible="true" enabled="true" follows="left|top"
240 font="SansSerifSmall" h_pad="0" halign="left" height="12" 251 font="SansSerifSmall" h_pad="0" halign="left" height="12"
@@ -387,13 +398,13 @@
387 High 398 High
388 </radio_item> 399 </radio_item>
389 </radio_group> 400 </radio_group>
390 <button bottom="-400" enabled="true" font="SansSerif" halign="center" height="20" 401 <button bottom="4" enabled="true" font="SansSerif" halign="center" height="20"
391 label="Recommended Settings" left="130" mouse_opaque="true" 402 label="Recommended Settings" left="130" mouse_opaque="true"
392 name="Defaults" scale_image="true" width="170" /> 403 name="Defaults" scale_image="true" width="170" follows="left|bottom" />
393 <button bottom="-400" enabled="true" font="SansSerif" halign="center" height="20" 404 <button bottom="4" enabled="true" font="SansSerif" halign="center" height="20"
394 label="Hardware Options" label_selected="Hardware Options" 405 label="Hardware Options" label_selected="Hardware Options"
395 left="310" mouse_opaque="true" name="GraphicsHardwareButton" 406 left="310" mouse_opaque="true" name="GraphicsHardwareButton"
396 scale_image="true" width="170" /> 407 scale_image="true" width="170" follows="left|bottom" />
397 <string name="resolution_format"> 408 <string name="resolution_format">
398 [RES_X] x [RES_Y] 409 [RES_X] x [RES_Y]
399 </string> 410 </string>