diff options
author | UbitUmarov | 2017-10-26 19:01:16 +0100 |
---|---|---|
committer | UbitUmarov | 2017-10-26 19:01:16 +0100 |
commit | 16a8e166ff2f853d97df0e72c360c99ad7d7f43f (patch) | |
tree | 444f507e825e417ca2ad9c0bd37e2627625a8526 /bin | |
parent | Merge branch 'master' into httptests (diff) | |
parent | Fixed typo in a comment. (diff) | |
download | opensim-SC-16a8e166ff2f853d97df0e72c360c99ad7d7f43f.zip opensim-SC-16a8e166ff2f853d97df0e72c360c99ad7d7f43f.tar.gz opensim-SC-16a8e166ff2f853d97df0e72c360c99ad7d7f43f.tar.bz2 opensim-SC-16a8e166ff2f853d97df0e72c360c99ad7d7f43f.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 | ||||
-rw-r--r-- | bin/config-include/osslEnable.ini | 21 |
2 files changed, 12 insertions, 11 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 5ca4ff1..51f6c9c 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -2061,7 +2061,7 @@ | |||
2061 | ;MessagingEnabled = true | 2061 | ;MessagingEnabled = true |
2062 | 2062 | ||
2063 | ; Experimental option to only message cached online users rather than all users | 2063 | ; Experimental option to only message cached online users rather than all users |
2064 | ; Should make large group with few online members messaging faster, as the expense of more calls to ROBUST presence service | 2064 | ; Should make large group with few online members messaging faster, at the expense of more calls to ROBUST presence service |
2065 | ; (Flotsam groups only; in V2 this is always on) | 2065 | ; (Flotsam groups only; in V2 this is always on) |
2066 | MessageOnlineUsersOnly = false | 2066 | MessageOnlineUsersOnly = false |
2067 | 2067 | ||
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index aa7c90b..aed43f0 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 |
@@ -138,6 +138,7 @@ | |||
138 | Allow_osGetNumberOfAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 138 | Allow_osGetNumberOfAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
139 | Allow_osGetRegionStats = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 139 | Allow_osGetRegionStats = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
140 | Allow_osGetSimulatorMemory = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 140 | Allow_osGetSimulatorMemory = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
141 | Allow_osGetSimulatorMemoryKB = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | ||
141 | Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 142 | Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
142 | Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 143 | Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |
143 | 144 | ||
@@ -221,28 +222,28 @@ | |||
221 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) | 222 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) |
222 | 223 | ||
223 | ; available functions out of Threat level control (for reference only) | 224 | ; available functions out of Threat level control (for reference only) |
224 | ; Allow_osClearInertia = true | ||
225 | ; Allow_osCheckODE = true | 225 | ; Allow_osCheckODE = true |
226 | ; Allow_osClearInertia = true | ||
226 | ; Allow_osCollisionSound = true | 227 | ; Allow_osCollisionSound = true |
227 | ; Allow_osDrawEllipse = true | 228 | ; Allow_osDrawEllipse = true |
228 | ; Allow_osDrawFilledEllipse = true | 229 | ; Allow_osDrawFilledEllipse = true |
229 | ; Allow_osDrawFilledPolygon = true | 230 | ; Allow_osDrawFilledPolygon = true |
230 | ; Allow_osDrawFilledRectangle = true | 231 | ; Allow_osDrawFilledRectangle = true |
231 | ; Allow_osDrawResetTransform = true | ||
232 | ; Allow_osDrawRotationTransform = true | ||
233 | ; Allow_osDrawScaleTransform = true | ||
234 | ; Allow_osDrawTranslationTransform = true | ||
235 | ; Allow_osDrawImage = true | 232 | ; Allow_osDrawImage = true |
236 | ; Allow_osDrawLine = true | 233 | ; Allow_osDrawLine = true |
237 | ; Allow_osDrawPolygon = true | 234 | ; Allow_osDrawPolygon = true |
238 | ; Allow_osDrawRectangle = true | 235 | ; Allow_osDrawRectangle = true |
236 | ; Allow_osDrawResetTransform = true | ||
237 | ; Allow_osDrawRotationTransform = true | ||
238 | ; Allow_osDrawScaleTransform = true | ||
239 | ; Allow_osDrawText = true | 239 | ; Allow_osDrawText = true |
240 | ; Allow_osDrawTranslationTransform = true | ||
240 | ; Allow_osGetCurrentSunHour = true | 241 | ; Allow_osGetCurrentSunHour = true |
241 | ; Allow_osGetPhysicsEngineName = true | ||
242 | ; Allow_osGetInertiaData = true | 242 | ; Allow_osGetInertiaData = true |
243 | ; Allow_osGetInventoryDesc = true | 243 | ; Allow_osGetInventoryDesc = true |
244 | ; Allow_osGetLinkNumber = true | 244 | ; Allow_osGetLinkNumber = true |
245 | ; Allow_osGetMapTexture = true | 245 | ; Allow_osGetMapTexture = true |
246 | ; Allow_osGetPhysicsEngineName = true | ||
246 | ; Allow_osGetRegionSize = true | 247 | ; Allow_osGetRegionSize = true |
247 | ; Allow_osGetSunParam = true | 248 | ; Allow_osGetSunParam = true |
248 | ; Allow_osGetTerrainHeight = true | 249 | ; Allow_osGetTerrainHeight = true |
@@ -253,12 +254,12 @@ | |||
253 | ; Allow_osMax = true | 254 | ; Allow_osMax = true |
254 | ; Allow_osMin = true | 255 | ; Allow_osMin = true |
255 | ; Allow_osMovePen = true | 256 | ; Allow_osMovePen = true |
257 | ; Allow_osSetFontName = true | ||
258 | ; Allow_osSetFontSize = true | ||
256 | ; Allow_osSetInertia = true | 259 | ; Allow_osSetInertia = true |
257 | ; Allow_osSetInertiaAsBox = true | 260 | ; Allow_osSetInertiaAsBox = true |
258 | ; Allow_osSetInertiaAsSphere = true | 261 | ; Allow_osSetInertiaAsSphere = true |
259 | ; Allow_osSetInertiaAsCylinder = true | 262 | ; Allow_osSetInertiaAsCylinder = true |
260 | ; Allow_osSetFontName = true | ||
261 | ; Allow_osSetFontSize = true | ||
262 | ; Allow_osSetPenCap = true | 263 | ; Allow_osSetPenCap = true |
263 | ; Allow_osSetPenColor = true | 264 | ; Allow_osSetPenColor = true |
264 | ; Allow_osSetPenSize = true | 265 | ; Allow_osSetPenSize = true |