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:
Tedd Hansen
2008-02-02 03:42:35 +00:00
parent 5c8abed450
commit 8dc5153ad7
2 changed files with 49 additions and 8 deletions

View File

@@ -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();