mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Estate series, patch 9 (#9157)
Adds the new access semantics and the new flag (allow only age verified) Plumbs in the abuse email address from sim to viewer. The other way around, libomv appears to be lacking support for the data field in the packet. Includes a migration, run prebuild!
This commit is contained in:
@@ -231,6 +231,14 @@ namespace OpenSim.Framework
|
||||
set { m_EstateOwner = value; }
|
||||
}
|
||||
|
||||
private bool m_DenyMinors = false;
|
||||
|
||||
public bool DenyMinors
|
||||
{
|
||||
get { return m_DenyMinors; }
|
||||
set { m_DenyMinors = value; }
|
||||
}
|
||||
|
||||
// All those lists...
|
||||
//
|
||||
private List<LLUUID> l_EstateManagers = new List<LLUUID>();
|
||||
|
||||
@@ -642,7 +642,7 @@ namespace OpenSim.Framework
|
||||
|
||||
void SendRegionInfoToEstateMenu(RegionInfoForEstateMenuArgs args);
|
||||
void SendEstateCovenantInformation(LLUUID covenant);
|
||||
void SendDetailedEstateData(LLUUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, LLUUID covenant);
|
||||
void SendDetailedEstateData(LLUUID invoice, string estateName, uint estateID, uint parentEstate, uint estateFlags, uint sunPosition, LLUUID covenant, string abuseEmail);
|
||||
|
||||
void SendLandProperties(IClientAPI remote_client, int sequence_id, bool snap_selection, int request_result, LandData landData, float simObjectBonusFactor, int parcelObjectCapacity, int simObjectCapacity, uint regionFlags);
|
||||
void SendLandAccessListData(List<LLUUID> avatars, uint accessFlag, int localLandID);
|
||||
|
||||
Reference in New Issue
Block a user