diff options
author | Teravus Ovares | 2008-11-12 03:56:03 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-11-12 03:56:03 +0000 |
commit | 29fe003152f1e4c4eaa03ef0dc7deb68422f723a (patch) | |
tree | dc517ab75b484e6086032062794d2f6ad0600acc /bin | |
parent | Add the missing bits that got lost in the prim clamping commit. This should (diff) | |
download | opensim-SC_OLD-29fe003152f1e4c4eaa03ef0dc7deb68422f723a.zip opensim-SC_OLD-29fe003152f1e4c4eaa03ef0dc7deb68422f723a.tar.gz opensim-SC_OLD-29fe003152f1e4c4eaa03ef0dc7deb68422f723a.tar.bz2 opensim-SC_OLD-29fe003152f1e4c4eaa03ef0dc7deb68422f723a.tar.xz |
* Updates defaults to disclude cs/vb/js from the allowed compilers by default
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 6b3cb94..8f1441f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -635,7 +635,9 @@ DefaultCompileLanguage=lsl | |||
635 | ; Specify what compilers are allowed to be used | 635 | ; Specify what compilers are allowed to be used |
636 | ; Note vb only works on Windows for now (Mono lacks VB compile support) | 636 | ; Note vb only works on Windows for now (Mono lacks VB compile support) |
637 | ; Valid languages are: lsl, cs, js and vb | 637 | ; Valid languages are: lsl, cs, js and vb |
638 | AllowedCompilers=lsl,cs,js,vb | 638 | ; AllowedCompilers=lsl,cs,js,vb. *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. |
639 | AllowedCompilers=lsl | ||
640 | |||
639 | 641 | ||
640 | ; Compile scripts with debugging | 642 | ; Compile scripts with debugging |
641 | ; Probably a thousand times slower, but gives you a line number when something goes wrong. | 643 | ; Probably a thousand times slower, but gives you a line number when something goes wrong. |
@@ -766,7 +768,10 @@ WriteScriptSourceToDebugFile = false | |||
766 | ; Default language for scripts | 768 | ; Default language for scripts |
767 | DefaultCompileLanguage = lsl | 769 | DefaultCompileLanguage = lsl |
768 | ; List of allowed languages (lsl,vb,js,cs) | 770 | ; List of allowed languages (lsl,vb,js,cs) |
769 | AllowedCompilers = lsl,vb,js,cs | 771 | ; AllowedCompilers=lsl,cs,js,vb. |
772 | ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. | ||
773 | AllowedCompilers=lsl | ||
774 | |||
770 | ; Compile debug info (line numbers) into the script assemblies | 775 | ; Compile debug info (line numbers) into the script assemblies |
771 | CompileWithDebugInformation = true | 776 | CompileWithDebugInformation = true |
772 | ; Allow the use of os* functions (some are dangerous) | 777 | ; Allow the use of os* functions (some are dangerous) |