* Rolled back a few changes.

This commit is contained in:
Adam Frisby
2008-05-01 18:04:42 +00:00
parent 138e612300
commit 20a9bf08f5
117 changed files with 5079 additions and 4982 deletions

View File

@@ -44,4 +44,4 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
string TouchName { get; set; }
void SetText(string text, Vector3 color, double alpha);
}
}
}

View File

@@ -33,9 +33,7 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
{
public class NullScriptHost : IScriptHost
{
private readonly LLVector3 m_pos = new LLVector3(128, 128, 30);
#region IScriptHost Members
private LLVector3 m_pos = new LLVector3(128, 128, 30);
public string Name
{
@@ -85,7 +83,5 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
{
Console.WriteLine("Tried to SetText [{0}] on NullScriptHost", text);
}
#endregion
}
}
}

View File

@@ -35,4 +35,4 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
void Shutdown();
// void StartScript(string ScriptID, IScriptHost ObjectID);
}
}
}

View File

@@ -51,7 +51,7 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
{
m_log.Error("[ScriptEngine]: " +
"Error loading assembly \"" + EngineName + "\": " + e.Message + ", " +
e.StackTrace);
e.StackTrace.ToString());
}
return ret;
}
@@ -116,4 +116,4 @@ namespace OpenSim.Region.Environment.Scenes.Scripting
return ret;
}
}
}
}