Browse Source

update osslEnable

UbitUmarov 5 years ago
parent
commit
2fb82f84d2
2 changed files with 11 additions and 1 deletions
  1. 1 1
      BUILDING.md
  2. 10 0
      bin/config-include/osslEnable.ini

+ 1 - 1
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

+ 10 - 0
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