From 2fb82f84d24d39c465b748d1e1500ad84206b630 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sun, 18 Nov 2018 23:35:16 +0000 Subject: [PATCH] update osslEnable --- BUILDING.md | 2 +- bin/config-include/osslEnable.ini | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 1fda6b8cfb..ac372e559a 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -20,7 +20,7 @@ From the distribution type: * type msbuild or xbuild * cd bin * copy OpenSim.ini.example to OpenSim.ini and other appropriate files in bin/config-include - * review and change those ini files acording to your needes + * review and change those ini files according to your needs * windows: execute opensim.exe or opensim32.exe for small regions * linux: run ./opensim.sh !* msbuild (xbuild) option switches diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index e74817be73..165816373c 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini @@ -277,6 +277,16 @@ ; Allow_osSetPenSize = true ; Allow_osSetSoundRadius = true ; Allow_osStopSound = true +; Allow_osStringSubString = true +; Allow_osStringSubString = true +; Allow_osStringStartsWith = true +; Allow_osStringEndsWith = true +; Allow_osStringIndexOf = true +; Allow_osStringIndexOf = true +; Allow_osStringLastIndexOf = true +; Allow_osStringLastIndexOf = true +; Allow_osStringRemove = true +; Allow_osStringReplace = true ; Allow_osTriggerSound = true ; Allow_osTriggerSoundLimited = true ; Allow_osVecDistSquare = true