diff options
author | Melanie Thielker | 2008-08-13 13:53:28 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-08-13 13:53:28 +0000 |
commit | 4f8f89a21585f35ade3b8cfaa47820cf009c79e1 (patch) | |
tree | 439ef921bfdf99dbf58a920b3c2da1e93a948c36 /bin | |
parent | Port the llParcelMediaQuery forward to the new Shared/ directory (diff) | |
download | opensim-SC_OLD-4f8f89a21585f35ade3b8cfaa47820cf009c79e1.zip opensim-SC_OLD-4f8f89a21585f35ade3b8cfaa47820cf009c79e1.tar.gz opensim-SC_OLD-4f8f89a21585f35ade3b8cfaa47820cf009c79e1.tar.bz2 opensim-SC_OLD-4f8f89a21585f35ade3b8cfaa47820cf009c79e1.tar.xz |
Remove the (experimental) suffix from the XEngine line in the sample
config. Change defaults to enable all languages for XEngine.
Change comment on new LSL compiler form (experimental) to (under test).
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index fc10a8d..717319f 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -107,10 +107,10 @@ physical_prim = true | |||
107 | ; Example: | 107 | ; Example: |
108 | ;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll | 108 | ;script_engine = OpenSim.Region.ScriptEngine.DotNetEngine.dll,OpenSim.Region.ScriptEngine.RemoteServer.dll |
109 | ; | 109 | ; |
110 | ; This is the current and most stable ScriptEngine: | 110 | ; This is the current ScriptEngine: |
111 | script_engine = "OpenSim.Region.ScriptEngine.DotNetEngine.dll" | 111 | script_engine = "OpenSim.Region.ScriptEngine.DotNetEngine.dll" |
112 | 112 | ||
113 | ; This is the new XEngine (experimental) | 113 | ; This is the new XEngine |
114 | ;script_engine = "OpenSim.Region.ScriptEngine.XEngine.dll" | 114 | ;script_engine = "OpenSim.Region.ScriptEngine.XEngine.dll" |
115 | 115 | ||
116 | ;Experimental remote ScriptServer plugin (does not currently work): | 116 | ;Experimental remote ScriptServer plugin (does not currently work): |
@@ -596,7 +596,7 @@ AutoSavePeriod = 15 ; Number of minutes between autosave backups | |||
596 | 596 | ||
597 | 597 | ||
598 | [XEngine] | 598 | [XEngine] |
599 | ; Use the newer LSL to CS compiler (experimental) | 599 | ; Use the newer LSL to CS compiler (under test) |
600 | UseNewCompiler = true | 600 | UseNewCompiler = true |
601 | ; How many threads to keep alive even if nothing is happening | 601 | ; How many threads to keep alive even if nothing is happening |
602 | MinThreads = 2 | 602 | MinThreads = 2 |
@@ -617,7 +617,7 @@ WriteScriptSourceToDebugFile = false | |||
617 | ; Default language for scripts | 617 | ; Default language for scripts |
618 | DefaultCompileLanguage = lsl | 618 | DefaultCompileLanguage = lsl |
619 | ; List of allowed languages (lsl,vb,js,cs) | 619 | ; List of allowed languages (lsl,vb,js,cs) |
620 | AllowedCompilers = lsl | 620 | AllowedCompilers = lsl,vb,js,cs |
621 | ; Compile debug info (line numbers) into the script assemblies | 621 | ; Compile debug info (line numbers) into the script assemblies |
622 | CompileWithDebugInformation = true | 622 | CompileWithDebugInformation = true |
623 | ; Allow the use of os* functions (some are dangerous) | 623 | ; Allow the use of os* functions (some are dangerous) |