diff options
author | Justin Clark-Casey (justincc) | 2012-01-16 22:58:58 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-01-16 22:58:58 +0000 |
commit | 82ad9d4e04867b23b4c824c4eca7402bf476f0b7 (patch) | |
tree | 7be92c494a20b912edeb181d9aa75b6e22139879 /OpenSim/Framework/IClientAPI.cs | |
parent | protect the region ready alerts for loading oarfiles if no post URI is set (diff) | |
download | opensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.zip opensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.tar.gz opensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.tar.bz2 opensim-SC_OLD-82ad9d4e04867b23b4c824c4eca7402bf476f0b7.tar.xz |
Remove monocov and other obsolete nant build targets.
monocov was a code coverage attempt 3 years ago which no longer works.
other removed targets have been commented out or unused for a very long time
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 258b3eb..29a69c3 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1074,7 +1074,15 @@ namespace OpenSim.Framework | |||
1074 | void SendWindData(Vector2[] windSpeeds); | 1074 | void SendWindData(Vector2[] windSpeeds); |
1075 | void SendCloudData(float[] cloudCover); | 1075 | void SendCloudData(float[] cloudCover); |
1076 | 1076 | ||
1077 | /// <summary> | ||
1078 | /// Sent when an agent completes its movement into a region. | ||
1079 | /// </summary> | ||
1080 | /// <remarks> | ||
1081 | /// This packet marks completion of the arrival of a root avatar in a region, whether through login, region | ||
1082 | /// crossing or direct teleport. | ||
1083 | /// </remarks> | ||
1077 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); | 1084 | void MoveAgentIntoRegion(RegionInfo regInfo, Vector3 pos, Vector3 look); |
1085 | |||
1078 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); | 1086 | void InformClientOfNeighbour(ulong neighbourHandle, IPEndPoint neighbourExternalEndPoint); |
1079 | 1087 | ||
1080 | /// <summary> | 1088 | /// <summary> |