diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2012-12-05 20:07:25 -0500 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2012-12-05 20:07:25 -0500 | 
| commit | 4c384aa4aba560ca86c1e8c520836386f2fd5599 (patch) | |
| tree | e11ad1eae274e89d128810b4fdb69a40a5fbb0a3 | |
| parent | 476f6a099056450b2c5632dea61c9715cb955ceb (diff) | |
| parent | e1da5bda78282a75ee56a30a0019ba36d4fb599d (diff) | |
merge changes for MAINT-1951
| -rwxr-xr-x | .hgtags | 1 | ||||
| -rw-r--r-- | indra/newview/llfeaturemanager.cpp | 4 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml | 43 | 
3 files changed, 39 insertions, 9 deletions
@@ -375,3 +375,4 @@ ab0aa2f6ba22b52fed30a2337197f589156edc75 DRTVWR-253  48382ec79741671d19ce4cc3e8cd59e9a521e4a7 DRTVWR-254  937ec902bb9a1cbceff17bd89e3923352b0a5fbc DRTVWR-256  44e764a6ac9e672a4f3bce821a4b6a218590c374 DRTVWR-258 +c23d734065ed593b2413385aecd8366d8e0ee96b DRTVWR-257 diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp index 36bf5a6842..24a27c5146 100644 --- a/indra/newview/llfeaturemanager.cpp +++ b/indra/newview/llfeaturemanager.cpp @@ -730,7 +730,9 @@ void LLFeatureManager::setGraphicsLevel(S32 level, bool skipFeatures)  			maskFeatures("High");  			maskFeatures("Class5");  			break; -		 +		case 6: +			maskFeatures("Ultra"); +			break;  		default:  			maskFeatures("Low");  			maskFeatures("Class0"); diff --git a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml index f7666bdc4c..849f3ef73d 100644 --- a/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml @@ -55,30 +55,57 @@       name="LowGraphicsDivet"       top_delta="-2"       width="2" /> +  <icon +     color="0.12 0.12 0.12 1" +     height="14" +     image_name="Rounded_Square" +     layout="topleft" +     left_pad="41" +     name="LowMidraphicsDivet" +     top_delta="-2" +     width="2" />      <icon       color="0.12 0.12 0.12 1"       height="14"       image_name="Rounded_Square"       layout="topleft" -     left_pad="83" +     left_pad="41"       name="MidGraphicsDivet"       top_delta="0"       width="2" /> +  <icon +     color="0.12 0.12 0.12 1" +     height="14" +     image_name="Rounded_Square" +     layout="topleft" +     left_pad="41" +     name="MidHighGraphicsDivet" +     top_delta="0" +     width="2" />      <icon       color="0.12 0.12 0.12 1"       height="14"       image_name="Rounded_Square"       layout="topleft" -     left_pad="85" +     left_pad="41"       name="HighGraphicsDivet"       top_delta="0"       width="2" /> +  <icon +     color="0.12 0.12 0.12 1" +     height="14" +     image_name="Rounded_Square" +     layout="topleft" +     left_pad="41" +     name="HighUltraGraphicsDivet" +     top_delta="0" +     width="2" />      <icon       color="0.12 0.12 0.12 1"       height="14"       image_name="Rounded_Square"       layout="topleft" -     left_pad="83" +     left_pad="41"       name="UltraGraphicsDivet"       top_delta="0"       width="2" /> @@ -91,7 +118,7 @@       initial_value="0"       layout="topleft"       left="120" -     max_val="3" +     max_val="6"       name="QualityPerformanceSelection"       show_text="false"       top_delta="-2" @@ -120,12 +147,12 @@       height="12"       layout="topleft"       left_delta="87" -     name="ShadersPrefText2" +     name="ShadersPrefText3"       top_delta="0"       width="80">          Mid      </text> -    <text +  <text       type="string"       length="1"       follows="left|top" @@ -136,8 +163,8 @@       name="ShadersPrefText3"       top_delta="0"       width="80"> -        High -    </text> +      High +  </text>      <text       type="string"       length="1"  | 
