aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorRobert Adams2015-04-12 19:32:06 -0700
committerRobert Adams2015-04-12 19:32:06 -0700
commitd96d31be4524f52715278d7b96c7b1755e763ad8 (patch)
treebc7bc91074a84d56761a0e711472c3dc358c39b0 /bin/config-include
parentAdd osCheckODE() function so scripts can configure for running with legacy ph... (diff)
downloadopensim-SC_OLD-d96d31be4524f52715278d7b96c7b1755e763ad8.zip
opensim-SC_OLD-d96d31be4524f52715278d7b96c7b1755e763ad8.tar.gz
opensim-SC_OLD-d96d31be4524f52715278d7b96c7b1755e763ad8.tar.bz2
opensim-SC_OLD-d96d31be4524f52715278d7b96c7b1755e763ad8.tar.xz
Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which forces animations
on avatars without requesting user permission.
Diffstat (limited to 'bin/config-include')
-rwxr-xr-xbin/config-include/osslEnable.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini
index ba814c6..988060e 100755
--- a/bin/config-include/osslEnable.ini
+++ b/bin/config-include/osslEnable.ini
@@ -74,6 +74,7 @@
74 Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER 74 Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
75 Allow_osTeleportOwner = true 75 Allow_osTeleportOwner = true
76 Allow_osWindActiveModelPluginName = true 76 Allow_osWindActiveModelPluginName = true
77 Allow_osCheckODE = true
77 78
78 ; ThreatLevel Nuisance 79 ; ThreatLevel Nuisance
79 Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER 80 Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER
@@ -176,6 +177,9 @@
176 177
177 ; VeryHigh 178 ; VeryHigh
178 Allow_osAgentSaveAppearance = ESTATE_OWNER, ESTATE_MANAGER 179 Allow_osAgentSaveAppearance = ESTATE_OWNER, ESTATE_MANAGER
180 ; Warning: The next function allows scripts to force animations on avatars without the user giving permission.
181 ; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations.
182 ; Similar things can be said for several of the 'force' functions. Enable with care and control.
179 Allow_osAvatarPlayAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER 183 Allow_osAvatarPlayAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
180 Allow_osAvatarStopAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER 184 Allow_osAvatarStopAnimation = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
181 Allow_osForceDetachFromAvatar = ESTATE_OWNER, ESTATE_MANAGER 185 Allow_osForceDetachFromAvatar = ESTATE_OWNER, ESTATE_MANAGER