update osslEnable.ini. functions that have no level check are still listed but commented, just to be more visible
parent
f660aa37ac
commit
9ea6580c37
|
@ -69,7 +69,11 @@
|
|||
; some ThreadLevel None functions no longer do level check. listed comment just to be visible
|
||||
|
||||
; ThreatLevel None
|
||||
; Allow_osDrawEllipse = true ; no level check
|
||||
|
||||
; Allow_osClearInertia() = true ; no level check
|
||||
; Allow_osCheckODE = true ; no level check
|
||||
; Allow_osCollisionSound = true ; no level check
|
||||
; Allow_osDrawEllipse = true ; no level check
|
||||
; Allow_osDrawFilledEllipse = true ; no level check
|
||||
; Allow_osDrawFilledPolygon = true ; no level check
|
||||
; Allow_osDrawFilledRectangle = true ; no level check
|
||||
|
@ -85,10 +89,13 @@
|
|||
Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osGetCurrentSunHour = true
|
||||
; Allow_osGetPhysicsEngineName = true ; no level check
|
||||
Allow_osGetGender = true
|
||||
Allow_osGetHealth = true
|
||||
Allow_osGetHealRate = true
|
||||
; Allow_osGetInertiaData = true ; no level check
|
||||
Allow_osGetInventoryDesc = true
|
||||
; Allow_osGetLinkNumber = true ; no level check
|
||||
Allow_osGetMapTexture = true
|
||||
Allow_osGetRegionSize = true
|
||||
Allow_osGetRezzingObject = true
|
||||
|
@ -103,6 +110,11 @@
|
|||
Allow_osNpcGetOwner = ${XEngine|osslNPC}
|
||||
Allow_osParseJSON = true
|
||||
Allow_osParseJSONNew = true
|
||||
; Allow_osSetInertia = true ; no level check
|
||||
; Allow_osSetInertiaAsBox = true ; no level check
|
||||
; Allow_osSetInertiaAsSphere = true ; no level check
|
||||
; Allow_osSetInertiaAsCylinder = true ; no level check
|
||||
|
||||
; Allow_osSetFontName = true ; no level check
|
||||
; Allow_osSetFontSize = true ; no level check
|
||||
; Allow_osSetPenCap = true ; no level check
|
||||
|
@ -111,7 +123,7 @@
|
|||
Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osTeleportOwner = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osWindActiveModelPluginName = true
|
||||
Allow_osCheckODE = true ; Here for completeness. This function cannot be turned off
|
||||
; Allow_osVolumeDetect = true ; no level check
|
||||
|
||||
; ThreatLevel Nuisance
|
||||
Allow_osSetEstateSunSettings = ESTATE_MANAGER,ESTATE_OWNER
|
||||
|
@ -126,6 +138,7 @@
|
|||
Allow_osInviteToGroup = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osReplaceString = true
|
||||
Allow_osSetDynamicTextureData = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osSetDynamicTextureDataFace = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osSetDynamicTextureDataBlend = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osSetDynamicTextureDataBlendFace = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
Allow_osSetDynamicTextureURL = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||
|
|
Loading…
Reference in New Issue