diff options
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/keywords.ini | 1 | ||||
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 37 | 
2 files changed, 25 insertions, 13 deletions
| diff --git a/indra/newview/app_settings/keywords.ini b/indra/newview/app_settings/keywords.ini index 5d52158298..544f1c598e 100644 --- a/indra/newview/app_settings/keywords.ini +++ b/indra/newview/app_settings/keywords.ini @@ -459,6 +459,7 @@ PARCEL_FLAG_ALLOW_LANDMARK			Used with llGetParcelFlags to find if a parcel allo  PARCEL_FLAG_ALLOW_TERRAFORM			Used with llGetParcelFlags to find if a parcel allows anyone to terraform the land  PARCEL_FLAG_ALLOW_DAMAGE			Used with llGetParcelFlags to find if a parcel allows damage  PARCEL_FLAG_ALLOW_CREATE_OBJECTS	Used with llGetParcelFlags to find if a parcel allows anyone to create objects +PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS	Used with llGetParcelFlags to find if a parcel allows group members or objects to create objects  PARCEL_FLAG_USE_ACCESS_GROUP		Used with llGetParcelFlags to find if a parcel limits access to a group  PARCEL_FLAG_USE_ACCESS_LIST			Used with llGetParcelFlags to find if a parcel limits access to a list of residents  PARCEL_FLAG_USE_BAN_LIST			Used with llGetParcelFlags to find if a parcel uses a ban list diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index f1e5acdd74..f898c2d0c1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1599,7 +1599,7 @@      <key>Cursor3D</key>      <map>        <key>Comment</key> -      <string>Tread Joystick values as absolute positions (not deltas).</string> +      <string>Treat Joystick values as absolute positions (not deltas).</string>        <key>Persist</key>        <integer>1</integer>        <key>Type</key> @@ -3851,6 +3851,17 @@        <key>Value</key>        <string />      </map> +    <key>JoystickMouselookYaw</key> +    <map> +      <key>Comment</key> +        <string>Pass joystick yaw to scripts in Mouselook.</string> +      <key>Persist</key> +        <integer>1</integer> +      <key>Type</key> +        <string>Boolean</string> +      <key>Value</key> +         <integer>1</integer> +    </map>      <key>JoystickRunThreshold</key>      <map>        <key>Comment</key> @@ -4158,7 +4169,7 @@        <key>Type</key>        <string>Boolean</string>        <key>Value</key> -      <integer>0</integer> +      <integer>1</integer>      </map>      <key>LipSyncOoh</key>      <map> @@ -7632,6 +7643,17 @@        <key>Value</key>        <integer>1</integer>         </map> +    <key>ShowSnapshotButton</key>                 +    <map> +      <key>Comment</key> +      <string>Show/Hide Snapshot button button in the bottom tray</string> +      <key>Persist</key> +      <integer>1</integer> +      <key>Type</key> +      <string>Boolean</string> +      <key>Value</key> +      <integer>1</integer>    +    </map>      <key>ShowMoveButton</key>                      <map>        <key>Comment</key> @@ -9656,17 +9678,6 @@        <key>Value</key>        <integer>16</integer>      </map> -    <key>UITabCntrTabHeight</key> -    <map> -      <key>Comment</key> -      <string>UI Tab Container Tab Height</string> -      <key>Persist</key> -      <integer>1</integer> -      <key>Type</key> -      <string>S32</string> -      <key>Value</key> -      <integer>16</integer> -    </map>      <key>UITabCntrTabHPad</key>      <map>        <key>Comment</key> | 
