diff options
author | Justin Clark-Casey (justincc) | 2014-03-26 00:50:33 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-03-26 00:50:33 +0000 |
commit | cffea984f141381befed09b0d86f9d36befbbc63 (patch) | |
tree | c640563c188ef2a99e142f4a53571ca11a16e05f /bin/OpenSimDefaults.ini | |
parent | minor: Add some doc to Scene.Backup() detailing its direct invocation if the ... (diff) | |
download | opensim-SC-cffea984f141381befed09b0d86f9d36befbbc63.zip opensim-SC-cffea984f141381befed09b0d86f9d36befbbc63.tar.gz opensim-SC-cffea984f141381befed09b0d86f9d36befbbc63.tar.bz2 opensim-SC-cffea984f141381befed09b0d86f9d36befbbc63.tar.xz |
minor: Remove "js" (Javascript) from list of allowed languages in script config since it hasn't been present in OpenSimulator for a very long time (0.6 days)
One reason support was removed is that the external DLL that implemented Javascript stopped development.
Not sure how well this ever worked in OpenSimulator.
Not removing vb for now as this is directly supported by Mono (via vbnc compiler) though I strongly suspect it is also inoperable.
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 4f2563c..91fd05d 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1420,8 +1420,8 @@ | |||
1420 | ; Default language for scripts | 1420 | ; Default language for scripts |
1421 | DefaultCompileLanguage = lsl | 1421 | DefaultCompileLanguage = lsl |
1422 | 1422 | ||
1423 | ; List of allowed languages (lsl,vb,js,cs) | 1423 | ; List of allowed languages (lsl,vb,cs) |
1424 | ; AllowedCompilers=lsl,cs,js,vb. | 1424 | ; AllowedCompilers=lsl,cs,vb |
1425 | ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. | 1425 | ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. |
1426 | AllowedCompilers=lsl | 1426 | AllowedCompilers=lsl |
1427 | 1427 | ||