fix merge issue
commit
e733bfb3b5
|
@ -477,7 +477,7 @@ namespace OpenSim
|
||||||
|
|
||||||
if (scene.SnmpService != null)
|
if (scene.SnmpService != null)
|
||||||
{
|
{
|
||||||
scene.SnmpService.BootInfo("Loading prins", scene);
|
scene.SnmpService.BootInfo("Loading prims", scene);
|
||||||
}
|
}
|
||||||
|
|
||||||
while (regionInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null)
|
while (regionInfo.EstateSettings.EstateOwner == UUID.Zero && MainConsole.Instance != null)
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
; Determines the page from which regions xml is retrieved if you are loading these from the web
|
; Determines the page from which regions xml is retrieved if you are loading these from the web
|
||||||
; The XML here has the same format as it does on the filesystem (including the <Root> tag),
|
; The XML here has the same format as it does on the filesystem (including the <Root> tag),
|
||||||
; except that everything is also enclosed in a <Regions> tag.
|
; except that everything is also enclosed in a <Regions> tag.
|
||||||
; regionload_webserver_url = "http://example.com/regions.xml";
|
; regionload_webserver_url = "http://example.com/regions.xml"
|
||||||
|
|
||||||
;; Allow the simulator to start up if there are no region configuration available
|
;; Allow the simulator to start up if there are no region configuration available
|
||||||
;; from the selected region_info_source.
|
;; from the selected region_info_source.
|
||||||
|
@ -122,7 +122,7 @@
|
||||||
;; keep it true if you have many old objects with sits set by scripts.
|
;; keep it true if you have many old objects with sits set by scripts.
|
||||||
;; the offset in question is added to the SitTarget to find the sitting avatar position.
|
;; the offset in question is added to the SitTarget to find the sitting avatar position.
|
||||||
;; acording to its size, etc.
|
;; acording to its size, etc.
|
||||||
; LegacySitOffsets = true;
|
; LegacySitOffsets = true
|
||||||
|
|
||||||
; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos
|
; Maximum number of position, rotation and scale changes for each prim that the simulator will store for later undos
|
||||||
; Increasing this number will increase memory usage.
|
; Increasing this number will increase memory usage.
|
||||||
|
@ -208,44 +208,44 @@
|
||||||
; Less than 60% of FPS is amber by default, less then 40% is red.
|
; Less than 60% of FPS is amber by default, less then 40% is red.
|
||||||
; These values are advisory. Viewers may choose to not use them but it is
|
; These values are advisory. Viewers may choose to not use them but it is
|
||||||
; encouraged that they do.
|
; encouraged that they do.
|
||||||
; FrameTimeWarnPercent = 60;
|
; FrameTimeWarnPercent = 60
|
||||||
; FrameTimeCritPercent = 40;
|
; FrameTimeCritPercent = 40
|
||||||
|
|
||||||
; Send scheduled updates to objects in the scene
|
; Send scheduled updates to objects in the scene
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateObjectsEveryNFrames = 1;
|
UpdateObjectsEveryNFrames = 1
|
||||||
|
|
||||||
; Send position/velocity, etc. updates to agents in the scene
|
; Send position/velocity, etc. updates to agents in the scene
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateAgentsEveryNFrames = 1;
|
UpdateAgentsEveryNFrames = 1
|
||||||
|
|
||||||
; Apply pending forces from physics calculations to an entity.
|
; Apply pending forces from physics calculations to an entity.
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateEntityMovementEveryNFrames = 1;
|
UpdateEntityMovementEveryNFrames = 1
|
||||||
|
|
||||||
; Send coarse location updates to viewers. In a classic viewer, this updates the minimap.
|
; Send coarse location updates to viewers. In a classic viewer, this updates the minimap.
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateCoarseLocationsEveryNFrames = 50;
|
UpdateCoarseLocationsEveryNFrames = 50
|
||||||
|
|
||||||
; Physics simulation execution or syncronization, acording to engine. Should be 1
|
; Physics simulation execution or syncronization, acording to engine. Should be 1
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdatePhysicsEveryNFrames = 1;
|
UpdatePhysicsEveryNFrames = 1
|
||||||
|
|
||||||
; Send out the on frame event to modules and other listeners. This should probably never deviate from 1.
|
; Send out the on frame event to modules and other listeners. This should probably never deviate from 1.
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateEventsEveryNFrames = 1;
|
UpdateEventsEveryNFrames = 1
|
||||||
|
|
||||||
; Send terrain updates to viewers
|
; Send terrain updates to viewers
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateTerrainEveryNFrames = 50;
|
UpdateTerrainEveryNFrames = 50
|
||||||
|
|
||||||
; Persitently store any objects which meet the PRIM STORAGE criteria
|
; Persitently store any objects which meet the PRIM STORAGE criteria
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateStorageEveryNFrames = 200;
|
UpdateStorageEveryNFrames = 200
|
||||||
|
|
||||||
; Clean up temp on rez objects.
|
; Clean up temp on rez objects.
|
||||||
; This must be a whole number
|
; This must be a whole number
|
||||||
UpdateTempCleaningEveryNSeconds = 180;
|
UpdateTempCleaningEveryNSeconds = 180
|
||||||
|
|
||||||
; ##
|
; ##
|
||||||
; ## PRIM STORAGE
|
; ## PRIM STORAGE
|
||||||
|
@ -452,7 +452,7 @@
|
||||||
TexturePrimSize = 48
|
TexturePrimSize = 48
|
||||||
|
|
||||||
; Attempt to render meshes and sculpties on the map
|
; Attempt to render meshes and sculpties on the map
|
||||||
RenderMeshes = false;
|
RenderMeshes = false
|
||||||
|
|
||||||
[Permissions]
|
[Permissions]
|
||||||
; ##
|
; ##
|
||||||
|
@ -850,7 +850,7 @@
|
||||||
|
|
||||||
[Chat]
|
[Chat]
|
||||||
; Controls whether the chat module is enabled. Default is true.
|
; Controls whether the chat module is enabled. Default is true.
|
||||||
enabled = true;
|
enabled = true
|
||||||
|
|
||||||
; Distance in meters that whispers should travel. Default is 10m
|
; Distance in meters that whispers should travel. Default is 10m
|
||||||
whisper_distance = 10
|
whisper_distance = 10
|
||||||
|
@ -945,7 +945,7 @@
|
||||||
; Experimental setting to control CPU spiking when avatars with many attachments login/change outfit
|
; Experimental setting to control CPU spiking when avatars with many attachments login/change outfit
|
||||||
; or when multiple avatars with medium level attachments login/change outfit simultaneously.
|
; or when multiple avatars with medium level attachments login/change outfit simultaneously.
|
||||||
; If 0 then no throttling is performed.
|
; If 0 then no throttling is performed.
|
||||||
ThrottlePer100PrimsRezzed = 0;
|
ThrottlePer100PrimsRezzed = 0
|
||||||
|
|
||||||
|
|
||||||
[Mesh]
|
[Mesh]
|
||||||
|
@ -974,7 +974,7 @@
|
||||||
;MeshFileCache = true
|
;MeshFileCache = true
|
||||||
; cache folder name relative to bin/ or absolute path
|
; cache folder name relative to bin/ or absolute path
|
||||||
;MeshFileCachePath = MeshCache
|
;MeshFileCachePath = MeshCache
|
||||||
;MeshFileCacheDoExpire = true;
|
;MeshFileCacheDoExpire = true
|
||||||
;MeshFileCacheExpireHours = 48
|
;MeshFileCacheExpireHours = 48
|
||||||
|
|
||||||
|
|
||||||
|
@ -1088,7 +1088,7 @@
|
||||||
; See http://en.wikipedia.org/wiki/PID_controller
|
; See http://en.wikipedia.org/wiki/PID_controller
|
||||||
|
|
||||||
av_pid_derivative = 2200.0
|
av_pid_derivative = 2200.0
|
||||||
av_pid_proportional = 900.0;
|
av_pid_proportional = 900.0
|
||||||
|
|
||||||
;girth of the avatar. Adds radius to the height also
|
;girth of the avatar. Adds radius to the height also
|
||||||
av_capsule_radius = 0.37
|
av_capsule_radius = 0.37
|
||||||
|
@ -1884,7 +1884,7 @@
|
||||||
|
|
||||||
; Amount of time in milliseconds we will wait for an event to completely normally when a script stop is requested
|
; Amount of time in milliseconds we will wait for an event to completely normally when a script stop is requested
|
||||||
; before aborting the thread (such as when an object containing scripts is taken into inventory).
|
; before aborting the thread (such as when an object containing scripts is taken into inventory).
|
||||||
WaitForEventCompletionOnScriptStop = 1000;
|
WaitForEventCompletionOnScriptStop = 1000
|
||||||
|
|
||||||
; Sets the multiplier for the scripting delays
|
; Sets the multiplier for the scripting delays
|
||||||
ScriptDelayFactor = 1.0
|
ScriptDelayFactor = 1.0
|
||||||
|
@ -2096,8 +2096,8 @@
|
||||||
|
|
||||||
|
|
||||||
[PacketPool]
|
[PacketPool]
|
||||||
;RecyclePackets = true;
|
;RecyclePackets = true
|
||||||
;RecycleDataBlocks = true;
|
;RecycleDataBlocks = true
|
||||||
|
|
||||||
; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets.
|
; If true, then the basic packet objects used to receive data are also recycled, not just the LLUDP packets.
|
||||||
; This reduces data churn
|
; This reduces data churn
|
||||||
|
@ -2159,7 +2159,7 @@
|
||||||
|
|
||||||
[MediaOnAPrim]
|
[MediaOnAPrim]
|
||||||
; Enable media on a prim facilities
|
; Enable media on a prim facilities
|
||||||
Enabled = true;
|
Enabled = true
|
||||||
|
|
||||||
|
|
||||||
[NPC]
|
[NPC]
|
||||||
|
|
|
@ -387,7 +387,7 @@
|
||||||
[AuthenticationService]
|
[AuthenticationService]
|
||||||
; for the server connector
|
; for the server connector
|
||||||
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
; Realm = "useraccounts"
|
; Realm = "auth"
|
||||||
|
|
||||||
;; Allow the service to process HTTP getauthinfo calls.
|
;; Allow the service to process HTTP getauthinfo calls.
|
||||||
;; Default is false.
|
;; Default is false.
|
||||||
|
@ -410,13 +410,13 @@
|
||||||
|
|
||||||
; * This is the new style user service.
|
; * This is the new style user service.
|
||||||
; * "Realm" is the table that is used for user lookup.
|
; * "Realm" is the table that is used for user lookup.
|
||||||
; * It defaults to "useraccounts", which uses the new style.
|
; * It defaults to "UserAccounts", which uses the new style.
|
||||||
; * Realm = "users" will use the legacy tables as an authentication source
|
; * Realm = "users" will use the legacy tables as an authentication source
|
||||||
; *
|
; *
|
||||||
[UserAccountService]
|
[UserAccountService]
|
||||||
; for the server connector
|
; for the server connector
|
||||||
LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||||
; Realm = "useraccounts"
|
; Realm = "UserAccounts"
|
||||||
|
|
||||||
; These are for creating new accounts by the service
|
; These are for creating new accounts by the service
|
||||||
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
|
|
|
@ -334,7 +334,7 @@
|
||||||
[AuthenticationService]
|
[AuthenticationService]
|
||||||
; for the server connector
|
; for the server connector
|
||||||
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
LocalServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
; Realm = "useraccounts"
|
; Realm = "auth"
|
||||||
|
|
||||||
;; Allow the service to process HTTP getauthinfo calls.
|
;; Allow the service to process HTTP getauthinfo calls.
|
||||||
;; Default is false.
|
;; Default is false.
|
||||||
|
@ -363,7 +363,7 @@
|
||||||
[UserAccountService]
|
[UserAccountService]
|
||||||
; for the server connector
|
; for the server connector
|
||||||
LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService"
|
||||||
; Realm = "useraccounts"
|
; Realm = "UserAccounts"
|
||||||
|
|
||||||
; These are for creating new accounts by the service
|
; These are for creating new accounts by the service
|
||||||
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService"
|
||||||
|
|
Loading…
Reference in New Issue