aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2012-01-06 21:41:36 +0000
committerMelanie2012-01-06 21:41:36 +0000
commit11c48ac80708051a7d5b32ced81712b5c1be77aa (patch)
tree3a1e0fdd41b7c8a47072b84037828a9f4db31f27 /bin
parentReplaced llRot2Euler function. (diff)
parenteliminate a few tabs from OpenSimDefaults.ini (diff)
downloadopensim-SC-11c48ac80708051a7d5b32ced81712b5c1be77aa.zip
opensim-SC-11c48ac80708051a7d5b32ced81712b5c1be77aa.tar.gz
opensim-SC-11c48ac80708051a7d5b32ced81712b5c1be77aa.tar.bz2
opensim-SC-11c48ac80708051a7d5b32ced81712b5c1be77aa.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiTest.cs
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSimDefaults.ini23
1 files changed, 12 insertions, 11 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index d2345ba..6995410 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -515,13 +515,13 @@
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 = ""
@@ -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]