aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2016-09-23 13:03:16 +0100
committerUbitUmarov2016-09-23 13:03:16 +0100
commita6df626868c9715288b2ef025efe18a015256a74 (patch)
treec7b6114d2c9a8df39280421cde9141683b8796b6 /OpenSim/Tests
parentmove wind generation out of heartbeat to a pool job. Use that to send to all ... (diff)
downloadopensim-SC_OLD-a6df626868c9715288b2ef025efe18a015256a74.zip
opensim-SC_OLD-a6df626868c9715288b2ef025efe18a015256a74.tar.gz
opensim-SC_OLD-a6df626868c9715288b2ef025efe18a015256a74.tar.bz2
opensim-SC_OLD-a6df626868c9715288b2ef025efe18a015256a74.tar.xz
add a version tag to wind and cloud data updates to iclient
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 6a697f2..9251c4f 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -659,9 +659,9 @@ namespace OpenSim.Tests.Common
659 { 659 {
660 } 660 }
661 661
662 public virtual void SendWindData(Vector2[] windSpeeds) { } 662 public virtual void SendWindData(int version, Vector2[] windSpeeds) { }
663 663
664 public virtual void SendCloudData(float[] cloudCover) { } 664 public virtual void SendCloudData(int version, float[] cloudCover) { }
665 665
666 public virtual void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) 666 public virtual void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look)
667 { 667 {