mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Patch #9151
Makes the estate dialog fully functional. Implements all client facing functionality. Moves estate data from estate_settings.xml, which is used to provide defaults, to the region data store. Creates one estate for each region, and places the region in it. Converts all region bans to estate bans.
This commit is contained in:
@@ -72,10 +72,6 @@ namespace OpenSim.Region.Environment.Interfaces
|
||||
void RemoveLandObject(LLUUID globalID);
|
||||
List<LandData> LoadLandObjects(LLUUID regionUUID);
|
||||
|
||||
List<RegionBanListItem> LoadRegionBanList(LLUUID regionUUID);
|
||||
void AddToRegionBanlist(RegionBanListItem item);
|
||||
void RemoveFromRegionBanlist(RegionBanListItem item);
|
||||
|
||||
void StoreRegionSettings(RegionSettings rs);
|
||||
RegionSettings LoadRegionSettings(LLUUID regionUUID);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user