diff options
author | Robert Adams | 2015-04-12 19:32:06 -0700 |
---|---|---|
committer | Robert Adams | 2015-04-12 19:32:06 -0700 |
commit | d96d31be4524f52715278d7b96c7b1755e763ad8 (patch) | |
tree | bc7bc91074a84d56761a0e711472c3dc358c39b0 /bin/config-include | |
parent | Add osCheckODE() function so scripts can configure for running with legacy ph... (diff) | |
download | opensim-SC-d96d31be4524f52715278d7b96c7b1755e763ad8.zip opensim-SC-d96d31be4524f52715278d7b96c7b1755e763ad8.tar.gz opensim-SC-d96d31be4524f52715278d7b96c7b1755e763ad8.tar.bz2 opensim-SC-d96d31be4524f52715278d7b96c7b1755e763ad8.tar.xz |
Add warnings in osslEnable.ini about use of osAvatarPlayAnimation which forces animations
on avatars without requesting user permission.
Diffstat (limited to '')
-rwxr-xr-x | bin/config-include/osslEnable.ini | 4 |
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 |