diff options
author | mingchen | 2007-12-19 04:28:54 +0000 |
---|---|---|
committer | mingchen | 2007-12-19 04:28:54 +0000 |
commit | bd16dddce5a23e67d9ead896f770a50168e46ef4 (patch) | |
tree | 8dfa26923eb1c34d8620b72a0f2de8b1d88718cd /OpenSim/Framework | |
parent | Thanks to CharlieO for: (diff) | |
download | opensim-SC_OLD-bd16dddce5a23e67d9ead896f770a50168e46ef4.zip opensim-SC_OLD-bd16dddce5a23e67d9ead896f770a50168e46ef4.tar.gz opensim-SC_OLD-bd16dddce5a23e67d9ead896f770a50168e46ef4.tar.bz2 opensim-SC_OLD-bd16dddce5a23e67d9ead896f770a50168e46ef4.tar.xz |
*Added Ban Lines around parcels for banned avatars, but there is no actual blocking done yet.
*Made the OnSignificantClientMovement distance from .02 to .45 to make it easier on the server.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/LandData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/LandData.cs b/OpenSim/Framework/LandData.cs index e35aa0e..1a94cfd 100644 --- a/OpenSim/Framework/LandData.cs +++ b/OpenSim/Framework/LandData.cs | |||
@@ -53,7 +53,7 @@ namespace OpenSim.Framework | |||
53 | public int simwideArea = 0; | 53 | public int simwideArea = 0; |
54 | public int salePrice = 0; //Unemeplemented. Parcels price. | 54 | public int salePrice = 0; //Unemeplemented. Parcels price. |
55 | public Parcel.ParcelStatus landStatus = Parcel.ParcelStatus.Leased; | 55 | public Parcel.ParcelStatus landStatus = Parcel.ParcelStatus.Leased; |
56 | 56 | ||
57 | public uint landFlags = (uint) Parcel.ParcelFlags.AllowFly | (uint) Parcel.ParcelFlags.AllowLandmark | | 57 | public uint landFlags = (uint) Parcel.ParcelFlags.AllowFly | (uint) Parcel.ParcelFlags.AllowLandmark | |
58 | (uint) Parcel.ParcelFlags.AllowAllObjectEntry | | 58 | (uint) Parcel.ParcelFlags.AllowAllObjectEntry | |
59 | (uint) Parcel.ParcelFlags.AllowDeedToGroup | (uint) Parcel.ParcelFlags.AllowTerraform | | 59 | (uint) Parcel.ParcelFlags.AllowDeedToGroup | (uint) Parcel.ParcelFlags.AllowTerraform | |