diff options
author | UbitUmarov | 2014-07-31 03:10:50 +0100 |
---|---|---|
committer | UbitUmarov | 2014-07-31 03:10:50 +0100 |
commit | a5e9429f2bb2276486cc2f1ed2249e14fba90d6a (patch) | |
tree | 30373d517c5adbea792afb993d8a99546022b26b /OpenSim/Tests/Common/Mock/TestLandChannel.cs | |
parent | make HandlerRegionHandshakeReply processing async and delay it a bit. This (diff) | |
download | opensim-SC-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.zip opensim-SC-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.tar.gz opensim-SC-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.tar.bz2 opensim-SC-a5e9429f2bb2276486cc2f1ed2249e14fba90d6a.tar.xz |
MESS: changes in MakeRootAgent and CompleteMovement reordering things.
Added sending of land overlay and parcel information. This in order to
only send avatar related information after having its position well
defined and on the right parcel. THIS MAY STILL BE BAD :)
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestLandChannel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestLandChannel.cs b/OpenSim/Tests/Common/Mock/TestLandChannel.cs index 3115035..8135bfc 100644 --- a/OpenSim/Tests/Common/Mock/TestLandChannel.cs +++ b/OpenSim/Tests/Common/Mock/TestLandChannel.cs | |||
@@ -111,5 +111,6 @@ namespace OpenSim.Tests.Common.Mock | |||
111 | 111 | ||
112 | public void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {} | 112 | public void Join(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {} |
113 | public void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {} | 113 | public void Subdivide(int start_x, int start_y, int end_x, int end_y, UUID attempting_user_id) {} |
114 | public void sendClientInitialLandInfo(IClientAPI remoteClient) { } | ||
114 | } | 115 | } |
115 | } \ No newline at end of file | 116 | } \ No newline at end of file |