diff options
author | Melanie Thielker | 2008-10-04 15:54:21 +0000 |
---|---|---|
committer | Melanie Thielker | 2008-10-04 15:54:21 +0000 |
commit | c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3 (patch) | |
tree | d24ae6321e9a1299ac48ba32529e5da679616017 /OpenSim/Framework/IClientAPI.cs | |
parent | Guard against negative scale set through LSL functions (diff) | |
download | opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.zip opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.gz opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.bz2 opensim-SC_OLD-c28e8fcd67fb284930a0cc0e2f2ac5c8f7df3bc3.tar.xz |
Unclutter rezzing methods by removing the ad hoc permissions parameters.
Thise were client supplied untrusted values we never used anyway.
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 3a5402c..5baa595 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -53,11 +53,9 @@ namespace OpenSim.Framework | |||
53 | 53 | ||
54 | public delegate void RezObject(IClientAPI remoteClient, UUID itemID, Vector3 RayEnd, Vector3 RayStart, | 54 | public delegate void RezObject(IClientAPI remoteClient, UUID itemID, Vector3 RayEnd, Vector3 RayStart, |
55 | UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, | 55 | UUID RayTargetID, byte BypassRayCast, bool RayEndIsIntersection, |
56 | uint EveryoneMask, uint GroupMask, uint NextOwnerMask, uint ItemFlags, | ||
57 | bool RezSelected, bool RemoveItem, UUID fromTaskID); | 56 | bool RezSelected, bool RemoveItem, UUID fromTaskID); |
58 | 57 | ||
59 | public delegate void RezSingleAttachmentFromInv(IClientAPI remoteClient, UUID itemID, uint AttachmentPt, | 58 | public delegate void RezSingleAttachmentFromInv(IClientAPI remoteClient, UUID itemID, uint AttachmentPt); |
60 | uint ItemFlags, uint NextOwnerMask); | ||
61 | 59 | ||
62 | public delegate void ObjectAttach(IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, Quaternion rot); | 60 | public delegate void ObjectAttach(IClientAPI remoteClient, uint objectLocalID, uint AttachmentPt, Quaternion rot); |
63 | 61 | ||