diff options
author | Homer Horwitz | 2009-04-04 15:43:02 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-04 15:43:02 +0000 |
commit | 8136cf4075216d09738b8707258581e6db755759 (patch) | |
tree | 0d1a595c9301801750180624aeb04e839cf8f583 /OpenSim/Framework | |
parent | DST setting wasn't transferred to client, leading to wrong time display. (diff) | |
download | opensim-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/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 79fb763..2c153a9 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -827,6 +827,7 @@ namespace OpenSim.Framework | |||
827 | void SendLayerData(int px, int py, float[] map); | 827 | void SendLayerData(int px, int py, float[] map); |
828 | 828 | ||
829 | void SendWindData(Vector2[] windSpeeds); | 829 | void SendWindData(Vector2[] windSpeeds); |
830 | void SendCloudData(float[] cloudCover); | ||
830 | 831 | ||
831 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); | 832 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); |
832 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); | 833 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); |