From 1d95f0521d098f514e4331a2c43c5c212df879be Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Tue, 5 Feb 2008 12:18:50 +0000 Subject: Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't work anyway. Added js to OpenSim.ini.example. --- bin/OpenSim.ini.example | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 366978d..f406595 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -225,13 +225,14 @@ AsyncLLCommandLoopms=50 WriteScriptSourceToDebugFile=true ; Specify default script compiler -; If you do not specify //cs, //vb or //lsl tag as the first characters of your script then the default compiler will be chosen -; Valid languages are: lsl, cs and vb +; If you do not specify //cs, //vb, //js or //lsl tag as the first characters of your script then the default compiler will be chosen +; Valid languages are: lsl, cs, js and vb DefaultCompileLanguage=lsl ; Specify what compilers are allowed to be used -; Valid languages are: lsl, cs and vb -AllowedCompilers=lsl,cs,vb +; Note vb only works on Windows for now (Mono lacks VB compile support) +; Valid languages are: lsl, cs, js and vb +AllowedCompilers=lsl,cs,js,vb ; Compile scripts with debugging ; Probably a thousand times slower, but gives you a line number when something goes wrong. -- cgit v1.1