diff options
author | UbitUmarov | 2014-08-21 00:49:10 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-21 00:49:10 +0100 |
commit | 5bf145a3977a55c474106bbe2a6c107dd9457f0d (patch) | |
tree | b43c772cdb4c15de78e8262b366a26af3d2fefae /OpenSim/Tests | |
parent | revert droping udp packet resends after 6 retries, keep resending. (diff) | |
download | opensim-SC-5bf145a3977a55c474106bbe2a6c107dd9457f0d.zip opensim-SC-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.gz opensim-SC-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.bz2 opensim-SC-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.xz |
add a direct sendpartfullUpdate to send a full object update to a part,
optionally overriding its parentID. check what it does to attachments
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestClient.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs index f3eaed3..2758030 100644 --- a/OpenSim/Tests/Common/Mock/TestClient.cs +++ b/OpenSim/Tests/Common/Mock/TestClient.cs | |||
@@ -536,6 +536,10 @@ namespace OpenSim.Tests.Common.Mock | |||
536 | ReceivedKills.AddRange(localID); | 536 | ReceivedKills.AddRange(localID); |
537 | } | 537 | } |
538 | 538 | ||
539 | public void SendPartFullUpdate(ISceneEntity ent, uint? parentID) | ||
540 | { | ||
541 | } | ||
542 | |||
539 | public virtual void SetChildAgentThrottle(byte[] throttle) | 543 | public virtual void SetChildAgentThrottle(byte[] throttle) |
540 | { | 544 | { |
541 | } | 545 | } |