From 8771130ef72af23a163eb3dc08782bec979f0251 Mon Sep 17 00:00:00 2001 From: Mnikolenko Productengine Date: Wed, 27 Jul 2022 19:30:55 +0300 Subject: SL-17809 Sounds from Avatar position instead of Camera position --- indra/newview/app_settings/settings.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 16d8cd9f06..b156e96d1f 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -14620,6 +14620,17 @@ Value 0 + MediaSoundsEarLocation + + Comment + Location of the virtual ear for media and sounds + Persist + 1 + Type + S32 + Value + 0 + VoiceHost Comment -- cgit v1.2.3 From fc73378865343c695e85cc36512e3b4568081416 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 5 Oct 2022 23:27:59 +0300 Subject: SL-18228 The search page works like a web search instead of in-viewer one --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/app_settings/settings.xml') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 415c9c449c..7a566042b6 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -4747,7 +4747,7 @@ Type String Value - https://search.[GRID]/?query_term=[QUERY]&search_type=[TYPE][COLLECTION]&maturity=[MATURITY]&lang=[LANGUAGE]&g=[GODLIKE]&sid=[SESSION_ID]&rid=[REGION_ID]&pid=[PARCEL_ID]&channel=[CHANNEL]&version=[VERSION]&major=[VERSION_MAJOR]&minor=[VERSION_MINOR]&patch=[VERSION_PATCH]&build=[VERSION_BUILD] + https://search.[GRID]/viewer/?query_term=[QUERY]&search_type=[TYPE][COLLECTION]&maturity=[MATURITY]&lang=[LANGUAGE]&g=[GODLIKE]&sid=[SESSION_ID]&rid=[REGION_ID]&pid=[PARCEL_ID]&channel=[CHANNEL]&version=[VERSION]&major=[VERSION_MAJOR]&minor=[VERSION_MINOR]&patch=[VERSION_PATCH]&build=[VERSION_BUILD] GuidebookURL -- cgit v1.2.3