* Added a few more packets to ClientView. Added tendons to the Skeletal Groups Module, made it shared to save on threads.

This commit is contained in:
Teravus Ovares
2008-02-20 09:45:26 +00:00
parent 9be5f9d6cc
commit ac60382599
4 changed files with 303 additions and 15 deletions

View File

@@ -89,6 +89,9 @@ namespace SimpleApp
public event MoveObject OnGrabUpdate;
public event ViewerEffectEventHandler OnViewerEffect;
public event FetchInventory OnAgentDataUpdateRequest;
public event FetchInventory OnUserInfoRequest;
public event TeleportLocationRequest OnSetStartLocationRequest;
public event UpdateShape OnUpdatePrimShape;
public event ObjectExtraParams OnUpdateExtraParams;
@@ -226,6 +229,11 @@ namespace SimpleApp
{
}
public virtual void SendAgentDataUpdate(LLUUID agentid, LLUUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle)
{
}
public virtual void SendKillObject(ulong regionHandle, uint localID)
{
}