missing files
parent
e538628dec
commit
e7807d4359
|
@ -174,8 +174,8 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
{
|
{
|
||||||
string estateName = r["estate_name"].AsString();
|
string estateName = r["estate_name"].AsString();
|
||||||
UUID invoice = r["invoice"].AsUUID();
|
UUID invoice = r["invoice"].AsUUID();
|
||||||
int sunHour = r["sun_hour"].AsInteger();
|
//int sunHour = r["sun_hour"].AsInteger();
|
||||||
bool sunFixed = r["is_sun_fixed"].AsBoolean();
|
//bool sunFixed = r["is_sun_fixed"].AsBoolean();
|
||||||
bool externallyVisible = r["is_externally_visible"].AsBoolean();
|
bool externallyVisible = r["is_externally_visible"].AsBoolean();
|
||||||
bool allowDirectTeleport = r["allow_direct_teleport"].AsBoolean();
|
bool allowDirectTeleport = r["allow_direct_teleport"].AsBoolean();
|
||||||
bool denyAnonymous = r["deny_anonymous"].AsBoolean();
|
bool denyAnonymous = r["deny_anonymous"].AsBoolean();
|
||||||
|
@ -190,7 +190,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||||
if (r.ContainsKey("override_environment"))
|
if (r.ContainsKey("override_environment"))
|
||||||
allowEnviromentOverride = !r["override_environment"].AsBoolean();
|
allowEnviromentOverride = !r["override_environment"].AsBoolean();
|
||||||
|
|
||||||
ok = m_EstateModule.handleEstateChangeInfoCap(estateName, invoice, sunHour, sunFixed,
|
ok = m_EstateModule.handleEstateChangeInfoCap(estateName, invoice,
|
||||||
externallyVisible, allowDirectTeleport, denyAnonymous, denyAgeUnverified,
|
externallyVisible, allowDirectTeleport, denyAnonymous, denyAgeUnverified,
|
||||||
alloVoiceChat, overridePublicAccess, allowEnviromentOverride);
|
alloVoiceChat, overridePublicAccess, allowEnviromentOverride);
|
||||||
}
|
}
|
||||||
|
|
|
@ -68,9 +68,9 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||||
/// Returns whether the transfer ID is being used for a terrain transfer.
|
/// Returns whether the transfer ID is being used for a terrain transfer.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
bool IsTerrainXfer(ulong xferID);
|
bool IsTerrainXfer(ulong xferID);
|
||||||
bool handleEstateChangeInfoCap(string estateName, UUID invoice, int sunHour, bool sunFixed,
|
bool handleEstateChangeInfoCap(string estateName, UUID invoice,
|
||||||
bool externallyVisible, bool allowDirectTeleport, bool denyAnonymous, bool denyAgeUnverified,
|
bool externallyVisible, bool allowDirectTeleport, bool denyAnonymous, bool denyAgeUnverified,
|
||||||
bool alloVoiceChat, bool overridePublicAccess, bool allowEnviromentOverride);
|
bool alloVoiceChat, bool overridePublicAccess, bool allowEnviromentOverride);
|
||||||
void HandleRegionInfoRequest(IClientAPI remote_client);
|
void HandleRegionInfoRequest(IClientAPI remote_client);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue