diff options
author | UbitUmarov | 2017-06-26 20:05:11 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-26 20:05:11 +0100 |
commit | 9ea6580c37840e5da7453d1a6108fb81883c8dbc (patch) | |
tree | 4db1bd1b879bfb886999e03f37a6c447cac09314 | |
parent | add similar restrictions to osObjectTeleport :( (diff) | |
download | opensim-SC_OLD-9ea6580c37840e5da7453d1a6108fb81883c8dbc.zip opensim-SC_OLD-9ea6580c37840e5da7453d1a6108fb81883c8dbc.tar.gz opensim-SC_OLD-9ea6580c37840e5da7453d1a6108fb81883c8dbc.tar.bz2 opensim-SC_OLD-9ea6580c37840e5da7453d1a6108fb81883c8dbc.tar.xz |
update osslEnable.ini. functions that have no level check are still listed but commented, just to be more visible
-rw-r--r-- | bin/config-include/osslEnable.ini | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 6481825..815a644 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -69,7 +69,11 @@ | |||
69 | ; some ThreadLevel None functions no longer do level check. listed comment just to be visible | 69 | ; some ThreadLevel None functions no longer do level check. listed comment just to be visible |
70 | 70 | ||
71 | ; ThreatLevel None | 71 | ; ThreatLevel None |
72 | ; Allow_osDrawEllipse = true ; no level check | 72 | |
73 | ; Allow_osClearInertia() = true ; no level check | ||
74 | ; Allow_osCheckODE = true ; no level check | ||
75 | ; Allow_osCollisionSound = true ; no level check | ||
76 | ; Allow_osDrawEllipse = true ; no level check | ||
73 | ; Allow_osDrawFilledEllipse = true ; no level check | 77 | ; Allow_osDrawFilledEllipse = true ; no level check |
74 | ; Allow_osDrawFilledPolygon = true ; no level check | 78 | ; Allow_osDrawFilledPolygon = true ; no level check |
75 | ; Allow_osDrawFilledRectangle = true ; no level check | 79 | ; Allow_osDrawFilledRectangle = true ; no level check |
@@ -85,10 +89,13 @@ | |||
85 | Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 89 | Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
86 | Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 90 | Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
87 | Allow_osGetCurrentSunHour = true | 91 | Allow_osGetCurrentSunHour = true |
92 | ; Allow_osGetPhysicsEngineName = true ; no level check | ||
88 | Allow_osGetGender = true | 93 | Allow_osGetGender = true |
89 | Allow_osGetHealth = true | 94 | Allow_osGetHealth = true |
90 | Allow_osGetHealRate = true | 95 | Allow_osGetHealRate = true |
96 | ; Allow_osGetInertiaData = true ; no level check | ||
91 | Allow_osGetInventoryDesc = true | 97 | Allow_osGetInventoryDesc = true |
98 | ; Allow_osGetLinkNumber = true ; no level check | ||
92 | Allow_osGetMapTexture = true | 99 | Allow_osGetMapTexture = true |
93 | Allow_osGetRegionSize = true | 100 | Allow_osGetRegionSize = true |
94 | Allow_osGetRezzingObject = true | 101 | Allow_osGetRezzingObject = true |
@@ -103,6 +110,11 @@ | |||
103 | Allow_osNpcGetOwner = ${XEngine|osslNPC} | 110 | Allow_osNpcGetOwner = ${XEngine|osslNPC} |
104 | Allow_osParseJSON = true | 111 | Allow_osParseJSON = true |
105 | Allow_osParseJSONNew = true | 112 | Allow_osParseJSONNew = true |
113 | ; Allow_osSetInertia = true ; no level check | ||
114 | ; Allow_osSetInertiaAsBox = true ; no level check | ||
115 | ; Allow_osSetInertiaAsSphere = true ; no level check | ||
116 | ; Allow_osSetInertiaAsCylinder = true ; no level check | ||
117 | |||
106 | ; Allow_osSetFontName = true ; no level check | 118 | ; Allow_osSetFontName = true ; no level check |
107 | ; Allow_osSetFontSize = true ; no level check | 119 | ; Allow_osSetFontSize = true ; no level check |
108 | ; Allow_osSetPenCap = true ; no level check | 120 | ; Allow_osSetPenCap = true ; no level check |
@@ -111,7 +123,7 @@ | |||
111 | Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 123 | Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
112 | Allow_osTeleportOwner = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 124 | Allow_osTeleportOwner = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
113 | Allow_osWindActiveModelPluginName = true | 125 | Allow_osWindActiveModelPluginName = true |
114 | Allow_osCheckODE = true ; Here for completeness. This function cannot be turned off | 126 | ; Allow_osVolumeDetect = true ; no level check |
115 | 127 | ||
116 | ; ThreatLevel Nuisance | 128 | ; ThreatLevel Nuisance |
117 | Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER | 129 | Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER |
@@ -126,6 +138,7 @@ | |||
126 | Allow_osInviteToGroup = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 138 | Allow_osInviteToGroup = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
127 | Allow_osReplaceString = true | 139 | Allow_osReplaceString = true |
128 | Allow_osSetDynamicTextureData = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 140 | Allow_osSetDynamicTextureData = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
141 | Allow_osSetDynamicTextureDataFace = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | ||
129 | Allow_osSetDynamicTextureDataBlend = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 142 | Allow_osSetDynamicTextureDataBlend = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
130 | Allow_osSetDynamicTextureDataBlendFace = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 143 | Allow_osSetDynamicTextureDataBlendFace = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
131 | Allow_osSetDynamicTextureURL = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 144 | Allow_osSetDynamicTextureURL = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |