aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs34
1 files changed, 17 insertions, 17 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 098e721..343b5a6 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -156,7 +156,7 @@ namespace OpenSim.Framework
156 } 156 }
157 157
158 /// <summary> 158 /// <summary>
159 /// 159 ///
160 /// </summary> 160 /// </summary>
161 public IScene Scene 161 public IScene Scene
162 { 162 {
@@ -181,7 +181,7 @@ namespace OpenSim.Framework
181 } 181 }
182 182
183 /// <summary> 183 /// <summary>
184 /// 184 ///
185 /// </summary> 185 /// </summary>
186 public uint PacketNumber 186 public uint PacketNumber
187 { 187 {
@@ -190,7 +190,7 @@ namespace OpenSim.Framework
190 } 190 }
191 191
192 /// <summary> 192 /// <summary>
193 /// 193 ///
194 /// </summary> 194 /// </summary>
195 public sbyte DiscardLevel 195 public sbyte DiscardLevel
196 { 196 {
@@ -199,7 +199,7 @@ namespace OpenSim.Framework
199 } 199 }
200 200
201 /// <summary> 201 /// <summary>
202 /// 202 ///
203 /// </summary> 203 /// </summary>
204 public LLUUID RequestedAssetID 204 public LLUUID RequestedAssetID
205 { 205 {
@@ -213,7 +213,7 @@ namespace OpenSim.Framework
213 private List<Wearable> m_nowWearing = new List<Wearable>(); 213 private List<Wearable> m_nowWearing = new List<Wearable>();
214 214
215 /// <summary> 215 /// <summary>
216 /// 216 ///
217 /// </summary> 217 /// </summary>
218 public List<Wearable> NowWearing 218 public List<Wearable> NowWearing
219 { 219 {
@@ -381,7 +381,7 @@ namespace OpenSim.Framework
381 public delegate void ImprovedInstantMessage(IClientAPI remoteclient, 381 public delegate void ImprovedInstantMessage(IClientAPI remoteclient,
382 LLUUID fromAgentID, LLUUID fromAgentSession, LLUUID toAgentID, LLUUID imSessionID, uint timestamp, 382 LLUUID fromAgentID, LLUUID fromAgentSession, LLUUID toAgentID, LLUUID imSessionID, uint timestamp,
383 string fromAgentName, string message, byte dialog, bool fromGroup, byte offline, uint ParentEstateID, 383 string fromAgentName, string message, byte dialog, bool fromGroup, byte offline, uint ParentEstateID,
384 LLVector3 Position, LLUUID RegionID, byte[] binaryBucket); // This shouldn't be cut down... 384 LLVector3 Position, LLUUID RegionID, byte[] binaryBucket); // This shouldn't be cut down...
385 // especially if we're ever going to implement groups, presence, estate message dialogs... 385 // especially if we're ever going to implement groups, presence, estate message dialogs...
386 386
387 public delegate void RezObject(IClientAPI remoteClient, LLUUID itemID, LLVector3 RayEnd, LLVector3 RayStart, 387 public delegate void RezObject(IClientAPI remoteClient, LLUUID itemID, LLVector3 RayEnd, LLVector3 RayStart,
@@ -607,7 +607,7 @@ namespace OpenSim.Framework
607 public delegate void RequestPayPrice(IClientAPI remoteClient, LLUUID objectID); 607 public delegate void RequestPayPrice(IClientAPI remoteClient, LLUUID objectID);
608 608
609 public delegate void ForceReleaseControls(IClientAPI remoteClient, LLUUID agentID); 609 public delegate void ForceReleaseControls(IClientAPI remoteClient, LLUUID agentID);
610 610
611 //Estate Requests 611 //Estate Requests
612 public delegate void DetailedEstateDataRequest(IClientAPI remoteClient, LLUUID invoice); 612 public delegate void DetailedEstateDataRequest(IClientAPI remoteClient, LLUUID invoice);
613 public delegate void SetEstateFlagsRequest(bool blockTerraform, bool noFly, bool allowDamage, bool blockLandResell, int maxAgents, float objectBonusFactor, int matureLevel, bool restrictPushObject, bool allowParcelChanges); 613 public delegate void SetEstateFlagsRequest(bool blockTerraform, bool noFly, bool allowDamage, bool blockLandResell, int maxAgents, float objectBonusFactor, int matureLevel, bool restrictPushObject, bool allowParcelChanges);
@@ -764,7 +764,7 @@ namespace OpenSim.Framework
764 event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest; 764 event ParcelPropertiesUpdateRequest OnParcelPropertiesUpdateRequest;
765 event ParcelSelectObjects OnParcelSelectObjects; 765 event ParcelSelectObjects OnParcelSelectObjects;
766 event ParcelObjectOwnerRequest OnParcelObjectOwnerRequest; 766 event ParcelObjectOwnerRequest OnParcelObjectOwnerRequest;
767 event ParcelAbandonRequest OnParcelAbandonRequest; 767 event ParcelAbandonRequest OnParcelAbandonRequest;
768 event RegionInfoRequest OnRegionInfoRequest; 768 event RegionInfoRequest OnRegionInfoRequest;
769 event EstateCovenantRequest OnEstateCovenantRequest; 769 event EstateCovenantRequest OnEstateCovenantRequest;
770 770
@@ -808,7 +808,7 @@ namespace OpenSim.Framework
808 event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest; 808 event EstateTeleportOneUserHomeRequest OnEstateTeleportOneUserHomeRequest;
809 809
810 810
811 811
812 [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")] 812 [Obsolete("IClientAPI.OutPacket SHOULD NOT EXIST outside of LLClientView please refactor appropriately.")]
813 void OutPacket(Packet newPack, ThrottleOutPacketType packType); 813 void OutPacket(Packet newPack, ThrottleOutPacketType packType);
814 void SendWearables(AvatarWearable[] wearables, int serial); 814 void SendWearables(AvatarWearable[] wearables, int serial);
@@ -858,16 +858,16 @@ namespace OpenSim.Framework
858 void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint); 858 void AttachObject(uint localID, LLQuaternion rotation, byte attachPoint);
859 void SetChildAgentThrottle(byte[] throttle); 859 void SetChildAgentThrottle(byte[] throttle);
860 860
861 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, 861 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape,
862 LLVector3 pos, LLVector3 vel, LLVector3 acc, LLQuaternion rotation, LLVector3 rvel, 862 LLVector3 pos, LLVector3 vel, LLVector3 acc, LLQuaternion rotation, LLVector3 rvel,
863 uint flags, 863 uint flags,
864 LLUUID objectID, LLUUID ownerID, string text, byte[] color, uint parentID, byte[] particleSystem, 864 LLUUID objectID, LLUUID ownerID, string text, byte[] color, uint parentID, byte[] particleSystem,
865 byte clickAction, byte[] textureanim, bool attachment, uint AttachPoint, LLUUID AssetId); 865 byte clickAction, byte[] textureanim, bool attachment, uint AttachPoint, LLUUID AssetId);
866
867 866
868 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape, 867
868 void SendPrimitiveToClient(ulong regionHandle, ushort timeDilation, uint localID, PrimitiveBaseShape primShape,
869 LLVector3 pos, LLVector3 vel, LLVector3 acc, LLQuaternion rotation, LLVector3 rvel, 869 LLVector3 pos, LLVector3 vel, LLVector3 acc, LLQuaternion rotation, LLVector3 rvel,
870 uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color, 870 uint flags, LLUUID objectID, LLUUID ownerID, string text, byte[] color,
871 uint parentID, byte[] particleSystem, byte clickAction); 871 uint parentID, byte[] particleSystem, byte clickAction);
872 872
873 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position, 873 void SendPrimTerseUpdate(ulong regionHandle, ushort timeDilation, uint localID, LLVector3 position,
@@ -889,7 +889,7 @@ namespace OpenSim.Framework
889 void SendInventoryItemCreateUpdate(InventoryItemBase Item); 889 void SendInventoryItemCreateUpdate(InventoryItemBase Item);
890 890
891 void SendRemoveInventoryItem(LLUUID itemID); 891 void SendRemoveInventoryItem(LLUUID itemID);
892 892
893 void SendTakeControls(int controls, bool passToAgent, bool TakeControls); 893 void SendTakeControls(int controls, bool passToAgent, bool TakeControls);
894 894
895 void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName); 895 void SendTaskInventory(LLUUID taskID, short serial, byte[] fileName);
@@ -950,7 +950,7 @@ namespace OpenSim.Framework
950 void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, LLUUID AssetFullID); 950 void SendAssetUploadCompleteMessage(sbyte AssetType, bool Success, LLUUID AssetFullID);
951 void SendConfirmXfer(ulong xferID, uint PacketID); 951 void SendConfirmXfer(ulong xferID, uint PacketID);
952 void SendXferRequest(ulong XferID, short AssetType, LLUUID vFileID, byte FilePath, byte[] FileName); 952 void SendXferRequest(ulong XferID, short AssetType, LLUUID vFileID, byte FilePath, byte[] FileName);
953 953
954 void SendImagePart(ushort numParts, LLUUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec); 954 void SendImagePart(ushort numParts, LLUUID ImageUUID, uint ImageSize, byte[] ImageData, byte imageCodec);
955 955
956 void SendShutdownConnectionNotice(); 956 void SendShutdownConnectionNotice();
@@ -973,9 +973,9 @@ namespace OpenSim.Framework
973 LLVector3 CameraAtOffset, LLVector3 CameraEyeOffset, bool ForceMouseLook); 973 LLVector3 CameraAtOffset, LLVector3 CameraEyeOffset, bool ForceMouseLook);
974 974
975 void SendAdminResponse(LLUUID Token, uint AdminLevel); 975 void SendAdminResponse(LLUUID Token, uint AdminLevel);
976 976
977 void SendGroupMembership(GroupData[] GroupMembership); 977 void SendGroupMembership(GroupData[] GroupMembership);
978 978
979 979
980 byte[] GetThrottlesPacked(float multiplier); 980 byte[] GetThrottlesPacked(float multiplier);
981 981