diff options
author | Kevin Cozens | 2017-10-26 13:40:59 -0400 |
---|---|---|
committer | Kevin Cozens | 2017-10-26 13:40:59 -0400 |
commit | 5cc41eee3412a5ad138bd410cc662efae3261c24 (patch) | |
tree | 1dc0513dd20dc57c4a4dae399f9af6c07e9ef261 | |
parent | Corrected name of function in call to CheckThreatLevel. (diff) | |
download | opensim-SC_OLD-5cc41eee3412a5ad138bd410cc662efae3261c24.zip opensim-SC_OLD-5cc41eee3412a5ad138bd410cc662efae3261c24.tar.gz opensim-SC_OLD-5cc41eee3412a5ad138bd410cc662efae3261c24.tar.bz2 opensim-SC_OLD-5cc41eee3412a5ad138bd410cc662efae3261c24.tar.xz |
Sorted the groups of Allow statements by alphabetical order.
-rw-r--r-- | bin/config-include/osslEnable.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index aa7c90b..4b0d3d2 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -77,7 +77,7 @@ | |||
77 | Allow_osGetGender = true | 77 | Allow_osGetGender = true |
78 | Allow_osGetHealth = true | 78 | Allow_osGetHealth = true |
79 | Allow_osGetHealRate = true | 79 | Allow_osGetHealRate = true |
80 | Allow_osGetNPCList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 80 | Allow_osGetNPCList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
81 | Allow_osGetRezzingObject = true | 81 | Allow_osGetRezzingObject = true |
82 | Allow_osNpcGetOwner = ${XEngine|osslNPC} | 82 | Allow_osNpcGetOwner = ${XEngine|osslNPC} |
83 | Allow_osParseJSON = true | 83 | Allow_osParseJSON = true |
@@ -121,7 +121,7 @@ | |||
121 | Allow_osLoadedCreationTime = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 121 | Allow_osLoadedCreationTime = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
122 | Allow_osMessageObject = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 122 | Allow_osMessageObject = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
123 | Allow_osRegexIsMatch = true | 123 | Allow_osRegexIsMatch = true |
124 | Allow_osGetAvatarHomeURI = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 124 | Allow_osGetAvatarHomeURI = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
125 | Allow_osNpcSetProfileAbout = ${XEngine|osslNPC} | 125 | Allow_osNpcSetProfileAbout = ${XEngine|osslNPC} |
126 | Allow_osNpcSetProfileImage = ${XEngine|osslNPC} | 126 | Allow_osNpcSetProfileImage = ${XEngine|osslNPC} |
127 | Allow_osDie = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 127 | Allow_osDie = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
@@ -221,28 +221,28 @@ | |||
221 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) | 221 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) |
222 | 222 | ||
223 | ; available functions out of Threat level control (for reference only) | 223 | ; available functions out of Threat level control (for reference only) |
224 | ; Allow_osClearInertia = true | ||
225 | ; Allow_osCheckODE = true | 224 | ; Allow_osCheckODE = true |
225 | ; Allow_osClearInertia = true | ||
226 | ; Allow_osCollisionSound = true | 226 | ; Allow_osCollisionSound = true |
227 | ; Allow_osDrawEllipse = true | 227 | ; Allow_osDrawEllipse = true |
228 | ; Allow_osDrawFilledEllipse = true | 228 | ; Allow_osDrawFilledEllipse = true |
229 | ; Allow_osDrawFilledPolygon = true | 229 | ; Allow_osDrawFilledPolygon = true |
230 | ; Allow_osDrawFilledRectangle = true | 230 | ; Allow_osDrawFilledRectangle = true |
231 | ; Allow_osDrawResetTransform = true | ||
232 | ; Allow_osDrawRotationTransform = true | ||
233 | ; Allow_osDrawScaleTransform = true | ||
234 | ; Allow_osDrawTranslationTransform = true | ||
235 | ; Allow_osDrawImage = true | 231 | ; Allow_osDrawImage = true |
236 | ; Allow_osDrawLine = true | 232 | ; Allow_osDrawLine = true |
237 | ; Allow_osDrawPolygon = true | 233 | ; Allow_osDrawPolygon = true |
238 | ; Allow_osDrawRectangle = true | 234 | ; Allow_osDrawRectangle = true |
235 | ; Allow_osDrawResetTransform = true | ||
236 | ; Allow_osDrawRotationTransform = true | ||
237 | ; Allow_osDrawScaleTransform = true | ||
239 | ; Allow_osDrawText = true | 238 | ; Allow_osDrawText = true |
239 | ; Allow_osDrawTranslationTransform = true | ||
240 | ; Allow_osGetCurrentSunHour = true | 240 | ; Allow_osGetCurrentSunHour = true |
241 | ; Allow_osGetPhysicsEngineName = true | ||
242 | ; Allow_osGetInertiaData = true | 241 | ; Allow_osGetInertiaData = true |
243 | ; Allow_osGetInventoryDesc = true | 242 | ; Allow_osGetInventoryDesc = true |
244 | ; Allow_osGetLinkNumber = true | 243 | ; Allow_osGetLinkNumber = true |
245 | ; Allow_osGetMapTexture = true | 244 | ; Allow_osGetMapTexture = true |
245 | ; Allow_osGetPhysicsEngineName = true | ||
246 | ; Allow_osGetRegionSize = true | 246 | ; Allow_osGetRegionSize = true |
247 | ; Allow_osGetSunParam = true | 247 | ; Allow_osGetSunParam = true |
248 | ; Allow_osGetTerrainHeight = true | 248 | ; Allow_osGetTerrainHeight = true |
@@ -253,12 +253,12 @@ | |||
253 | ; Allow_osMax = true | 253 | ; Allow_osMax = true |
254 | ; Allow_osMin = true | 254 | ; Allow_osMin = true |
255 | ; Allow_osMovePen = true | 255 | ; Allow_osMovePen = true |
256 | ; Allow_osSetFontName = true | ||
257 | ; Allow_osSetFontSize = true | ||
256 | ; Allow_osSetInertia = true | 258 | ; Allow_osSetInertia = true |
257 | ; Allow_osSetInertiaAsBox = true | 259 | ; Allow_osSetInertiaAsBox = true |
258 | ; Allow_osSetInertiaAsSphere = true | 260 | ; Allow_osSetInertiaAsSphere = true |
259 | ; Allow_osSetInertiaAsCylinder = true | 261 | ; Allow_osSetInertiaAsCylinder = true |
260 | ; Allow_osSetFontName = true | ||
261 | ; Allow_osSetFontSize = true | ||
262 | ; Allow_osSetPenCap = true | 262 | ; Allow_osSetPenCap = true |
263 | ; Allow_osSetPenColor = true | 263 | ; Allow_osSetPenColor = true |
264 | ; Allow_osSetPenSize = true | 264 | ; Allow_osSetPenSize = true |