terraforming changes: support selected parcel edit; fix area smooth

This commit is contained in:
UbitUmarov
2019-11-10 02:48:54 +00:00
parent f6ea22647d
commit b4d9f7ffe8
6 changed files with 68 additions and 26 deletions

View File

@@ -844,6 +844,8 @@ namespace OpenSim.Region.Framework.Scenes
#endregion
#region TERRAFORM LAND
// if pos.x < 0, pos.y <0 and pos.z >=0 pos.z is parcel localID
// id pos.z < 0 x a and y identify the parcel
public bool CanTerraformLand(UUID user, Vector3 pos)
{
TerraformLandHandler handler = OnTerraformLand;