aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
authorHomer Horwitz2009-04-04 15:43:02 +0000
committerHomer Horwitz2009-04-04 15:43:02 +0000
commit8136cf4075216d09738b8707258581e6db755759 (patch)
tree0d1a595c9301801750180624aeb04e839cf8f583 /OpenSim/Tests/Common/Mock/TestClient.cs
parentDST setting wasn't transferred to client, leading to wrong time display. (diff)
downloadopensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.zip
opensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.tar.gz
opensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.tar.bz2
opensim-SC_OLD-8136cf4075216d09738b8707258581e6db755759.tar.xz
Thanks jonc, for a patch that adds rendering of classic clouds.
First part of Mantis #964, the necessary clouds image will follow separately.
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index b47e48d..33f080f 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -491,6 +491,8 @@ namespace OpenSim.Tests.Common.Mock
491 491
492 public virtual void SendWindData(Vector2[] windSpeeds) { } 492 public virtual void SendWindData(Vector2[] windSpeeds) { }
493 493
494 public virtual void SendCloudData(float[] cloudCover) { }
495
494 public virtual void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look) 496 public virtual void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look)
495 { 497 {
496 } 498 }