Merge branch 'master' into vehicles

This commit is contained in:
Melanie
2009-10-15 21:14:13 +01:00
63 changed files with 2254 additions and 1996 deletions

View File

@@ -813,7 +813,7 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
public void Close(bool ShutdownCircuit)
public void Close()
{
}
@@ -833,6 +833,11 @@ namespace OpenSim.Region.Examples.SimpleModule
set { m_circuitCode = value; }
}
public IPEndPoint RemoteEndPoint
{
get { return new IPEndPoint(IPAddress.Loopback, (ushort)m_circuitCode); }
}
public void SendBlueBoxMessage(UUID FromAvatarID, String FromAvatarName, String Message)
{