diff options
author | UbitUmarov | 2017-07-12 07:27:21 +0100 |
---|---|---|
committer | UbitUmarov | 2017-07-12 07:27:21 +0100 |
commit | aff9c345dddfa290222ceaf42b6c452a590a2276 (patch) | |
tree | 661bb6fa350162a0d3879e701bfe5a0ec6c1cf3a /OpenSim/Framework | |
parent | osSetParcelDetails: make seeAVs send updates. This is a temporary patch, thi... (diff) | |
download | opensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.zip opensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.tar.gz opensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.tar.bz2 opensim-SC_OLD-aff9c345dddfa290222ceaf42b6c452a590a2276.tar.xz |
osSetParcelDetails: add more land update code
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/ILandChannel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/ILandChannel.cs b/OpenSim/Framework/ILandChannel.cs index 12a8228..8667837 100644 --- a/OpenSim/Framework/ILandChannel.cs +++ b/OpenSim/Framework/ILandChannel.cs | |||
@@ -88,6 +88,7 @@ namespace OpenSim.Region.Framework.Interfaces | |||
88 | 88 | ||
89 | bool IsForcefulBansAllowed(); | 89 | bool IsForcefulBansAllowed(); |
90 | void UpdateLandObject(int localID, LandData data); | 90 | void UpdateLandObject(int localID, LandData data); |
91 | void SendParcelsOverlay(IClientAPI client); | ||
91 | void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient); | 92 | void ReturnObjectsInParcel(int localID, uint returnType, UUID[] agentIDs, UUID[] taskIDs, IClientAPI remoteClient); |
92 | void setParcelObjectMaxOverride(overrideParcelMaxPrimCountDelegate overrideDel); | 93 | void setParcelObjectMaxOverride(overrideParcelMaxPrimCountDelegate overrideDel); |
93 | void setSimulatorObjectMaxOverride(overrideSimulatorMaxPrimCountDelegate overrideDel); | 94 | void setSimulatorObjectMaxOverride(overrideSimulatorMaxPrimCountDelegate overrideDel); |