* This commit incorporates the heart of the OpenGridProtocol patch that is currently on Forge in a nice, friendly modular format.

* There are a lot of changes and this is quite experimental.  It's off by default, but you can turn it on by examining the bottom of the opensim.ini.example for the proper OpenSim.ini settings.    Remember, you still need an agent domain..  
* Furthermore, it isn't quite right when it comes to teleporting to remote regions (place_avatar)
This commit is contained in:
Teravus Ovares
2008-08-25 07:35:17 +00:00
parent 032a4ee9b5
commit 2912aafe25
21 changed files with 1310 additions and 38 deletions

View File

@@ -302,6 +302,11 @@ namespace OpenSim.Region.Examples.SimpleModule
get { return m_scene; }
}
public bool SendLogoutPacketWhenClosing
{
set { }
}
public virtual void ActivateGesture(LLUUID assetId, LLUUID gestureId)
{
}
@@ -855,5 +860,9 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendParcelInfo (RegionInfo info, LandData land, LLUUID parcelID, uint x, uint y)
{
}
public void KillEndDone()
{
}
}
}