aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2011-04-18 21:04:09 +0100
committerMelanie2011-04-18 21:04:09 +0100
commitccf63a9c633606d994fe33c699f8fcd000ec9d81 (patch)
tree367d25e505b0986b78eaca8e58bc556c3dac6c92 /bin
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentFix bug where objects were being coalesced in the wrong positions. (diff)
downloadopensim-SC-ccf63a9c633606d994fe33c699f8fcd000ec9d81.zip
opensim-SC-ccf63a9c633606d994fe33c699f8fcd000ec9d81.tar.gz
opensim-SC-ccf63a9c633606d994fe33c699f8fcd000ec9d81.tar.bz2
opensim-SC-ccf63a9c633606d994fe33c699f8fcd000ec9d81.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r--bin/OpenSimDefaults.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 3c4ceb9..252ab8b 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -453,6 +453,13 @@
453 ; ForwardOfflineGroupMessages = true 453 ; ForwardOfflineGroupMessages = true
454 454
455 455
456[Inventory]
457 ; Control whether multiple objects sent to inventory should be coaleseced into a single item
458 ; There are still some issues with coalescence, including the fact that rotation is not restored
459 ; and some assets may be missing from archive files.
460 CoalesceMultipleObjectsToInventory = true
461
462
456[ODEPhysicsSettings] 463[ODEPhysicsSettings]
457 ;## 464 ;##
458 ;## World Settings 465 ;## World Settings