diff options
author | Dan Lake | 2012-02-01 16:25:35 -0800 |
---|---|---|
committer | Dan Lake | 2012-02-01 16:25:35 -0800 |
commit | c10193c72b1f029a958f04d2f5d7ee384e693aaa (patch) | |
tree | 052ec7e973c15b158310511197affad14eb9c64f /bin/OpenSimDefaults.ini | |
parent | Trigger event when prims are scheduled for an update. This gives modules earl... (diff) | |
parent | Small optimization to last commit (diff) | |
download | opensim-SC-c10193c72b1f029a958f04d2f5d7ee384e693aaa.zip opensim-SC-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.gz opensim-SC-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.bz2 opensim-SC-c10193c72b1f029a958f04d2f5d7ee384e693aaa.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 3e7f8a6..3935c92 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -515,16 +515,16 @@ | |||
515 | ;DisableFacelights = "false(1815) | 515 | ;DisableFacelights = "false(1815) |
516 | 516 | ||
517 | [ClientStack.LindenCaps] | 517 | [ClientStack.LindenCaps] |
518 | ;; Long list of capabilities taken from | 518 | ;; Long list of capabilities taken from |
519 | ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities | 519 | ;; http://wiki.secondlife.com/wiki/Current_Sim_Capabilities |
520 | ;; Not all are supported by OpenSim. The ones supported are | 520 | ;; Not all are supported by OpenSim. The ones supported are |
521 | ;; set to localhost. These defaults can be overwritten | 521 | ;; set to localhost. These defaults can be overwritten |
522 | ;; in OpenSim.ini | 522 | ;; in OpenSim.ini |
523 | ;; | 523 | ;; |
524 | Cap_AttachmentResources = "" | 524 | Cap_AttachmentResources = "" |
525 | Cap_AvatarPickerSearch = "" | 525 | Cap_AvatarPickerSearch = "" |
526 | Cap_ChatSessionRequest = "" | 526 | Cap_ChatSessionRequest = "" |
527 | Cap_CopyInventoryFromNotecard = "" | 527 | Cap_CopyInventoryFromNotecard = "localhost" |
528 | Cap_DispatchRegionInfo = "" | 528 | Cap_DispatchRegionInfo = "" |
529 | Cap_EstateChangeInfo = "" | 529 | Cap_EstateChangeInfo = "" |
530 | Cap_EventQueueGet = "localhost" | 530 | Cap_EventQueueGet = "localhost" |
@@ -579,12 +579,13 @@ | |||
579 | Cap_ViewerStartAuction = "" | 579 | Cap_ViewerStartAuction = "" |
580 | Cap_ViewerStats = "" | 580 | Cap_ViewerStats = "" |
581 | 581 | ||
582 | ; The fetch inventory descendents caps are supported by OpenSim, but may | 582 | ; The various fetch inventory caps are supported by OpenSim, but may |
583 | ; lead to poor sim performance if served by the simulators, | 583 | ; lead to poor sim performance if served by the simulators, |
584 | ; so they are disabled by default. | 584 | ; so they are currently disabled by default. |
585 | ; FetchInventoryDescendents2 is the one used in the latest Linden Lab viewers (from some point in the v2 series and above) | 585 | ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) |
586 | Cap_WebFetchInventoryDescendents = "" | 586 | Cap_WebFetchInventoryDescendents = "" |
587 | Cap_FetchInventoryDescendents2 = "" | 587 | Cap_FetchInventoryDescendents2 = "" |
588 | Cap_FetchInventory2 = "" | ||
588 | 589 | ||
589 | 590 | ||
590 | [Chat] | 591 | [Chat] |
@@ -841,8 +842,9 @@ | |||
841 | DeactivationTime = 0.2 | 842 | DeactivationTime = 0.2 |
842 | LinearSleepingThreshold = 0.8 | 843 | LinearSleepingThreshold = 0.8 |
843 | AngularSleepingThreshold = 1.0 | 844 | AngularSleepingThreshold = 1.0 |
844 | CcdMotionThreshold = 0.5 | 845 | CcdMotionThreshold = 0.0 |
845 | CcdSweptSphereRadius = 0.2 | 846 | CcdSweptSphereRadius = 0.0 |
847 | ContactProcessingThreshold = 0.1 | ||
846 | 848 | ||
847 | ; Whether to mesh sculpties | 849 | ; Whether to mesh sculpties |
848 | MeshSculptedPrim = true | 850 | MeshSculptedPrim = true |