diff options
author | Teravus Ovares | 2008-04-15 06:21:44 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-04-15 06:21:44 +0000 |
commit | 682f4e9257bcec6e9690145760558cc3331bc5d8 (patch) | |
tree | cc3a7212426a9b5877ead378ad35a339663a838e /OpenSim/Framework/LandData.cs | |
parent | * Committing shell of a whole-region serialiser. This is not complete and wil... (diff) | |
download | opensim-SC-682f4e9257bcec6e9690145760558cc3331bc5d8.zip opensim-SC-682f4e9257bcec6e9690145760558cc3331bc5d8.tar.gz opensim-SC-682f4e9257bcec6e9690145760558cc3331bc5d8.tar.bz2 opensim-SC-682f4e9257bcec6e9690145760558cc3331bc5d8.tar.xz |
* Fixes an issue with the BaseHttpServer in Linux
* Fixes an estate naming issue
* Fixes a land issue with the landobject not reporting the proper parcel prim.
* A few other tweaks.
Diffstat (limited to 'OpenSim/Framework/LandData.cs')
-rw-r--r-- | OpenSim/Framework/LandData.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/LandData.cs b/OpenSim/Framework/LandData.cs index 734f221..f154e5e 100644 --- a/OpenSim/Framework/LandData.cs +++ b/OpenSim/Framework/LandData.cs | |||
@@ -56,6 +56,7 @@ namespace OpenSim.Framework | |||
56 | public int salePrice = 0; //Unemeplemented. Parcels price. | 56 | public int salePrice = 0; //Unemeplemented. Parcels price. |
57 | public Parcel.ParcelStatus landStatus = Parcel.ParcelStatus.Leased; | 57 | public Parcel.ParcelStatus landStatus = Parcel.ParcelStatus.Leased; |
58 | 58 | ||
59 | |||
59 | public uint landFlags = (uint) Parcel.ParcelFlags.AllowFly | (uint) Parcel.ParcelFlags.AllowLandmark | | 60 | public uint landFlags = (uint) Parcel.ParcelFlags.AllowFly | (uint) Parcel.ParcelFlags.AllowLandmark | |
60 | (uint) Parcel.ParcelFlags.AllowAllObjectEntry | | 61 | (uint) Parcel.ParcelFlags.AllowAllObjectEntry | |
61 | (uint) Parcel.ParcelFlags.AllowDeedToGroup | (uint) Parcel.ParcelFlags.AllowTerraform | | 62 | (uint) Parcel.ParcelFlags.AllowDeedToGroup | (uint) Parcel.ParcelFlags.AllowTerraform | |