diff options
author | Melanie | 2011-10-11 23:14:23 +0100 |
---|---|---|
committer | Melanie | 2011-10-11 23:14:23 +0100 |
commit | d1e681f68253e8a3a8f45132bb5a2d581a510fa0 (patch) | |
tree | ac0efa90456b8b566872e9b54a22c9a882e60ab0 /bin | |
parent | Merge commit '528fcede6c31c056c3863fd19528558fcbaf475f' into bigmerge (diff) | |
parent | Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all... (diff) | |
download | opensim-SC-d1e681f68253e8a3a8f45132bb5a2d581a510fa0.zip opensim-SC-d1e681f68253e8a3a8f45132bb5a2d581a510fa0.tar.gz opensim-SC-d1e681f68253e8a3a8f45132bb5a2d581a510fa0.tar.bz2 opensim-SC-d1e681f68253e8a3a8f45132bb5a2d581a510fa0.tar.xz |
Merge commit 'e742cffe15d3e50841908d7babc2e4c4a7630635' into bigmerge
Conflicts:
OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index a456f4d..245f087 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -515,6 +515,7 @@ | |||
515 | ; so it is disabled by default. | 515 | ; so it is disabled by default. |
516 | Cap_WebFetchInventoryDescendents = "" | 516 | Cap_WebFetchInventoryDescendents = "" |
517 | 517 | ||
518 | |||
518 | [Chat] | 519 | [Chat] |
519 | ; Controls whether the chat module is enabled. Default is true. | 520 | ; Controls whether the chat module is enabled. Default is true. |
520 | enabled = true; | 521 | enabled = true; |
@@ -528,6 +529,7 @@ | |||
528 | ; Distance in meters that shouts should travel. Default is 100m | 529 | ; Distance in meters that shouts should travel. Default is 100m |
529 | shout_distance = 100 | 530 | shout_distance = 100 |
530 | 531 | ||
532 | |||
531 | [EntityTransfer] | 533 | [EntityTransfer] |
532 | ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis | 534 | ; The maximum distance in regions that an agent is allowed to teleport along the x or y axis |
533 | ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance | 535 | ; This is set to 4095 because current viewers can't handle teleports that are greater than this distance |
@@ -554,6 +556,12 @@ | |||
554 | CoalesceMultipleObjectsToInventory = true | 556 | CoalesceMultipleObjectsToInventory = true |
555 | 557 | ||
556 | 558 | ||
559 | [Attachments] | ||
560 | ; Controls whether avatar attachments are enabled. | ||
561 | ; Defaults to true - only set to false for debugging purposes | ||
562 | Enabled = true | ||
563 | |||
564 | |||
557 | [Mesh] | 565 | [Mesh] |
558 | ; enable / disable Collada mesh support | 566 | ; enable / disable Collada mesh support |
559 | ; default is true | 567 | ; default is true |