aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorUbitUmarov2017-06-24 23:04:37 +0100
committerUbitUmarov2017-06-24 23:04:37 +0100
commitcb8975e56729c6fd077a69df3a7fa06cba285f82 (patch)
treebbc1cbd582f9d4ac27eba3ffa7f5cc46c70e4b5f /bin/config-include
parentadd dyn textures vectorrender comands ''ResetTransf;'', ''TransTransf x,y;'' ... (diff)
downloadopensim-SC_OLD-cb8975e56729c6fd077a69df3a7fa06cba285f82.zip
opensim-SC_OLD-cb8975e56729c6fd077a69df3a7fa06cba285f82.tar.gz
opensim-SC_OLD-cb8975e56729c6fd077a69df3a7fa06cba285f82.tar.bz2
opensim-SC_OLD-cb8975e56729c6fd077a69df3a7fa06cba285f82.tar.xz
add string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y), string osDrawRotationTransform(string drawList, LSL_Float x) and string osDrawResetTransform(string drawList) helper functions for the new vector renderer comands. Removed ThreadLevel check of similar funtions that had it None, and actually only set strings
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/osslEnable.ini37
1 files changed, 21 insertions, 16 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini
index f9bfe03..4779f60 100644
--- a/bin/config-include/osslEnable.ini
+++ b/bin/config-include/osslEnable.ini
@@ -65,17 +65,22 @@
65 ; There are a block of functions for creating and controlling NPCs. 65 ; There are a block of functions for creating and controlling NPCs.
66 ; These can be mis-used so limit use to those you can trust. 66 ; These can be mis-used so limit use to those you can trust.
67 osslNPC = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER 67 osslNPC = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
68 68
69; some ThreadLevel None functions no longer do level check. listed comment just to be visible
70
69 ; ThreatLevel None 71 ; ThreatLevel None
70 Allow_osDrawEllipse = true 72; Allow_osDrawEllipse = true ; no level check
71 Allow_osDrawFilledEllipse = true 73; Allow_osDrawFilledEllipse = true ; no level check
72 Allow_osDrawFilledPolygon = true 74; Allow_osDrawFilledPolygon = true ; no level check
73 Allow_osDrawFilledRectangle = true 75; Allow_osDrawFilledRectangle = true ; no level check
74 Allow_osDrawImage = true 76; Allow_osDrawTranslationTransform = true ; no level check
75 Allow_osDrawLine = true 77; Allow_osDrawRotationTransform = true ; no level check
76 Allow_osDrawPolygon = true 78; Allow_osDrawResetTransform = true ; no level check
77 Allow_osDrawRectangle = true 79; Allow_osDrawImage = true ; no level check
78 Allow_osDrawText = true 80; Allow_osDrawLine = true ; no level check
81; Allow_osDrawPolygon = true ; no level check
82; Allow_osDrawRectangle = true ; no level check
83; Allow_osDrawText = true ; no level check
79 Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER 84 Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
80 Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER 85 Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
81 Allow_osGetCurrentSunHour = true 86 Allow_osGetCurrentSunHour = true
@@ -93,15 +98,15 @@
93 Allow_osList2Double = true 98 Allow_osList2Double = true
94 Allow_osMax = true 99 Allow_osMax = true
95 Allow_osMin = true 100 Allow_osMin = true
96 Allow_osMovePen = true 101; Allow_osMovePen = true ; no level check
97 Allow_osNpcGetOwner = ${XEngine|osslNPC} 102 Allow_osNpcGetOwner = ${XEngine|osslNPC}
98 Allow_osParseJSON = true 103 Allow_osParseJSON = true
99 Allow_osParseJSONNew = true 104 Allow_osParseJSONNew = true
100 Allow_osSetFontName = true 105; Allow_osSetFontName = true ; no level check
101 Allow_osSetFontSize = true 106; Allow_osSetFontSize = true ; no level check
102 Allow_osSetPenCap = true 107; Allow_osSetPenCap = true ; no level check
103 Allow_osSetPenColor = true 108; Allow_osSetPenColor = true ; no level check
104 Allow_osSetPenSize = true 109; Allow_osSetPenSize = true ; no level check
105 Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER 110 Allow_osSetSunParam = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
106 Allow_osTeleportOwner = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER 111 Allow_osTeleportOwner = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
107 Allow_osWindActiveModelPluginName = true 112 Allow_osWindActiveModelPluginName = true