mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Add Chat module extra feature settings to GridExtraFeatures service
This commit is contained in:
@@ -82,6 +82,15 @@ namespace OpenSim.Server.Handlers.Grid
|
||||
case "ExportSupported":
|
||||
m_ExtraFeatures["ExportSupported"] = value;
|
||||
break;
|
||||
case "WhisperDistance":
|
||||
m_ExtraFeatures["whisper-range"] = value;
|
||||
break;
|
||||
case "SayDistance":
|
||||
m_ExtraFeatures["say-range"] = value;
|
||||
break;
|
||||
case "ShoutDistance":
|
||||
m_ExtraFeatures["shout-range"] = value;
|
||||
break;
|
||||
default:
|
||||
m_Log.InfoFormat("{0} not yet supported.");
|
||||
break;
|
||||
|
||||
@@ -504,6 +504,15 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
|
||||
; Grid Destination Guide URI
|
||||
;DestinationGuideURI = "http://example.com:8200/"
|
||||
|
||||
; Chat Whisper Distance
|
||||
;WhisperDistance = 10
|
||||
|
||||
; Chat Say Distance
|
||||
;SayDistance = 20
|
||||
|
||||
; Chat Shout Distance
|
||||
;ShoutDistance = 100
|
||||
|
||||
; Grid Allow Export
|
||||
;ExportSupported = true
|
||||
|
||||
|
||||
@@ -476,6 +476,15 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
|
||||
; Grid Destination Guide URI
|
||||
;DestinationGuideURI = "http://example.com:8200/"
|
||||
|
||||
; Chat Whisper Distance
|
||||
;WhisperDistance = 10
|
||||
|
||||
; Chat Say Distance
|
||||
;SayDistance = 20
|
||||
|
||||
; Chat Shout Distance
|
||||
;ShoutDistance = 100
|
||||
|
||||
; Grid Allow Export
|
||||
;ExportSupported = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user