From ac60382599d8a2bfcf431c0eeafd65eebf865e21 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 20 Feb 2008 09:45:26 +0000 Subject: * Added a few more packets to ClientView. Added tendons to the Skeletal Groups Module, made it shared to save on threads. --- OpenSim/Framework/IClientAPI.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index bdddc33..0563f6b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -451,6 +451,10 @@ namespace OpenSim.Framework event Action OnRequestAvatarsData; event AddNewPrim OnAddPrim; + event FetchInventory OnAgentDataUpdateRequest; + event FetchInventory OnUserInfoRequest; + event TeleportLocationRequest OnSetStartLocationRequest; + event RequestGodlikePowers OnRequestGodlikePowers; event GodKickUser OnGodKickUser; @@ -620,6 +624,8 @@ namespace OpenSim.Framework void SendXferPacket(ulong xferID, uint packet, byte[] data); void SendAvatarPickerReply(AvatarPickerReplyPacket Pack); + void SendAgentDataUpdate(LLUUID agentid, LLUUID activegroupid, string firstname, string lastname, ulong grouppowers, string groupname, string grouptitle); + void SendPreLoadSound(LLUUID objectID, LLUUID ownerID, LLUUID soundID); void SendPlayAttachedSound(LLUUID soundID, LLUUID objectID, LLUUID ownerID, float gain, byte flags); void SendTriggeredSound(LLUUID soundID, LLUUID ownerID, LLUUID objectID, LLUUID parentID, ulong handle, LLVector3 position, float gain); -- cgit v1.1