mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Added header/footer of scripts to make C# and VB scripts much easier to write.
Added some logging on what is happening during compile.
This commit is contained in:
@@ -41,6 +41,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
: base(scriptEngine)
|
||||
{
|
||||
base.m_scriptEngine = scriptEngine;
|
||||
|
||||
}
|
||||
|
||||
// KEEP TRACK OF SCRIPTS <int id, whatever script>
|
||||
@@ -57,7 +58,9 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
|
||||
// First time start? Lets fire up our compiler...
|
||||
if (LSLCompiler == null)
|
||||
{
|
||||
LSLCompiler = new Compiler.LSL.Compiler(m_scriptEngine);
|
||||
}
|
||||
|
||||
//IScriptHost root = host.GetRoot();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user