aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2014-08-21 00:49:10 +0100
committerUbitUmarov2014-08-21 00:49:10 +0100
commit5bf145a3977a55c474106bbe2a6c107dd9457f0d (patch)
treeb43c772cdb4c15de78e8262b366a26af3d2fefae /OpenSim/Tests
parent revert droping udp packet resends after 6 retries, keep resending. (diff)
downloadopensim-SC_OLD-5bf145a3977a55c474106bbe2a6c107dd9457f0d.zip
opensim-SC_OLD-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.gz
opensim-SC_OLD-5bf145a3977a55c474106bbe2a6c107dd9457f0d.tar.bz2
opensim-SC_OLD-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.cs4
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 }