diff options
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/notifications.xml | 7 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml | 13 |
2 files changed, 17 insertions, 3 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/notifications.xml b/linden/indra/newview/skins/default/xui/en-us/notifications.xml index 9e97930..b35ee4f 100644 --- a/linden/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/linden/indra/newview/skins/default/xui/en-us/notifications.xml | |||
@@ -6678,6 +6678,13 @@ Go to the Official Imprudence Forums to discuss the Imprudence Project. | |||
6678 | Use the toolbar to toggle the AO on/off. | 6678 | Use the toolbar to toggle the AO on/off. |
6679 | </notification> | 6679 | </notification> |
6680 | 6680 | ||
6681 | <notification | ||
6682 | icon="notifytip.tga" | ||
6683 | name="NoShadows" | ||
6684 | type="notifytip"> | ||
6685 | Shadows cannot be enabled due to your graphics settings being set too low. Make sure your graphics settings are set to Ultra with Basic and Atmospheric Shaders enabled. | ||
6686 | </notification> | ||
6687 | |||
6681 | 6688 | ||
6682 | <!--End Imprudence notifications--> | 6689 | <!--End Imprudence notifications--> |
6683 | 6690 | ||
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml index 417097d..39a3111 100644 --- a/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml +++ b/linden/indra/newview/skins/default/xui/en-us/panel_preferences_advanced.xml | |||
@@ -2,6 +2,9 @@ | |||
2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" | 2 | <panel border="true" bottom="-409" enabled="true" follows="left|top|right|bottom" |
3 | height="408" label="Advanced" left="102" mouse_opaque="true" | 3 | height="408" label="Advanced" left="102" mouse_opaque="true" |
4 | name="advanced_panel" width="517"> | 4 | name="advanced_panel" width="517"> |
5 | |||
6 | <!-- Start organizing these when we get enough of 'em - MC --> | ||
7 | |||
5 | <check_box bottom="-20" enabled="true" | 8 | <check_box bottom="-20" enabled="true" |
6 | follows="left|top" font="SansSerifSmall" height="16" | 9 | follows="left|top" font="SansSerifSmall" height="16" |
7 | initial_value="false" label="Disable Login/Logout Screens" left="12" | 10 | initial_value="false" label="Disable Login/Logout Screens" left="12" |
@@ -12,7 +15,11 @@ | |||
12 | label="Disable Teleport Screens" left="12" mouse_opaque="true" | 15 | label="Disable Teleport Screens" left="12" mouse_opaque="true" |
13 | name="disable_tp_screen_check" radio_style="false" width="217" /> | 16 | name="disable_tp_screen_check" radio_style="false" width="217" /> |
14 | <check_box bottom_delta="-25" enabled="true" follows="left|top" | 17 | <check_box bottom_delta="-25" enabled="true" follows="left|top" |
15 | font="SansSerifSmall" height="16" initial_value="false" | 18 | font="SansSerifSmall" height="16" initial_value="false" |
16 | label="Show Client Names in Name Tag" left="12" mouse_opaque="true" | 19 | label="Show Client Names in Name Tag" left="12" mouse_opaque="true" |
17 | name="client_name_tag_check" radio_style="false" width="217" /> | 20 | name="client_name_tag_check" radio_style="false" width="217" /> |
21 | <check_box bottom_delta="-25" enabled="true" follows="left|top" | ||
22 | font="SansSerifSmall" height="16" initial_value="false" | ||
23 | label="Enable Shadows (WARNING: unstable and requires Ultra graphics)" left="12" mouse_opaque="true" | ||
24 | name="shadows_check" radio_style="false" width="217" /> | ||
18 | </panel> | 25 | </panel> |