Fix OAR parcel loading so that old parcels are replaced by the new instead of merged.

The --merge switch will still merge the old and new land parcelling.
This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-27 18:48:48 +00:00
parent e33cb3db93
commit 5a26dc2743
6 changed files with 44 additions and 0 deletions

View File

@@ -69,6 +69,11 @@ namespace OpenSim.Region.Framework.Interfaces
/// <returns></returns>
ILandObject GetLandObject(int localID);
/// <summary>
/// Clear the land channel of all parcels.
/// </summary>
void Clear();
bool IsLandPrimCountTainted();
bool IsForcefulBansAllowed();
void UpdateLandObject(int localID, LandData data);