diff options
author | dahlia | 2015-05-30 15:10:21 -0700 |
---|---|---|
committer | dahlia | 2015-05-30 15:10:21 -0700 |
commit | 22e0367203d6a9169c9a3faf080443382c713596 (patch) | |
tree | d2cd6f4307c166898967719e98e773964f9bc68f /bin | |
parent | Add a new os function "osGetGender()" (diff) | |
download | opensim-SC-22e0367203d6a9169c9a3faf080443382c713596.zip opensim-SC-22e0367203d6a9169c9a3faf080443382c713596.tar.gz opensim-SC-22e0367203d6a9169c9a3faf080443382c713596.tar.bz2 opensim-SC-22e0367203d6a9169c9a3faf080443382c713596.tar.xz |
Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to Austin Tate for the suggestion.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/osslEnable.ini | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 5dfa71c..ebb7b84 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -75,6 +75,7 @@ | |||
75 | Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 75 | Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
76 | Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 76 | Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
77 | Allow_osGetCurrentSunHour = true | 77 | Allow_osGetCurrentSunHour = true |
78 | Allow_osGetGender = true | ||
78 | Allow_osGetHealth = true | 79 | Allow_osGetHealth = true |
79 | Allow_osGetInventoryDesc = true | 80 | Allow_osGetInventoryDesc = true |
80 | Allow_osGetMapTexture = true | 81 | Allow_osGetMapTexture = true |
@@ -152,7 +153,7 @@ | |||
152 | Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 153 | Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
153 | Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 154 | Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
154 | 155 | ||
155 | ; High | 156 | ; ThreatLevel High |
156 | Allow_osCauseDamage = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 157 | Allow_osCauseDamage = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
157 | Allow_osCauseHealing = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 158 | Allow_osCauseHealing = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
158 | Allow_osForceAttachToAvatar = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 159 | Allow_osForceAttachToAvatar = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
@@ -200,7 +201,7 @@ | |||
200 | Allow_osSetTerrainTexture = ESTATE_MANAGER,ESTATE_OWNER | 201 | Allow_osSetTerrainTexture = ESTATE_MANAGER,ESTATE_OWNER |
201 | Allow_osSetTerrainTextureHeight = ESTATE_MANAGER,ESTATE_OWNER | 202 | Allow_osSetTerrainTextureHeight = ESTATE_MANAGER,ESTATE_OWNER |
202 | 203 | ||
203 | ; VeryHigh | 204 | ; ThreatLevel VeryHigh |
204 | Allow_osAgentSaveAppearance = ESTATE_MANAGER,ESTATE_OWNER | 205 | Allow_osAgentSaveAppearance = ESTATE_MANAGER,ESTATE_OWNER |
205 | ; Warning: The next function allows scripts to force animations on avatars without the user giving permission. | 206 | ; Warning: The next function allows scripts to force animations on avatars without the user giving permission. |
206 | ; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations. | 207 | ; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations. |
@@ -218,7 +219,7 @@ | |||
218 | Allow_osSetRot = false | 219 | Allow_osSetRot = false |
219 | Allow_osSetParcelDetails = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 220 | Allow_osSetParcelDetails = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
220 | 221 | ||
221 | ; Severe | 222 | ; ThreatLevel Severe |
222 | Allow_osConsoleCommand = false | 223 | Allow_osConsoleCommand = false |
223 | Allow_osForceAttachToOtherAvatarFromInventory = false | 224 | Allow_osForceAttachToOtherAvatarFromInventory = false |
224 | Allow_osGrantScriptPermissions = false | 225 | Allow_osGrantScriptPermissions = false |