Make the "All Estates" option work from the client (this makes chosen changes to all the estates that the user owns).

This applies to adding/removing estate users, groups, managers and bans.
This is the application of the AllEstates_0.5.patch from http://opensimulator.org/mantis/view.php?id=5420
Thanks very much, Snoopy!
This commit is contained in:
Justin Clark-Casey (justincc)
2011-04-05 01:30:13 +01:00
parent adb14ad20a
commit f58941e89f
11 changed files with 268 additions and 12 deletions

View File

@@ -372,6 +372,11 @@ namespace OpenSim.Data.MSSQL
return new List<int>();
}
public List<int> GetEstatesByOwner(UUID ownerID)
{
return new List<int>();
}
public bool LinkRegion(UUID regionID, int estateID)
{
// TODO: Implementation!