* Implement saving of region settings in OAR files

* This means that you can now save terrain textures, water height, etc.
* Estate settings are not supported
* Older OAR files without these settings can still be loaded
This commit is contained in:
Justin Clarke Casey
2008-12-30 19:00:19 +00:00
parent c22edf01f7
commit f0ea8eb534
11 changed files with 395 additions and 30 deletions

View File

@@ -35,5 +35,10 @@ namespace OpenSim.Region.Environment.Interfaces
{
uint GetRegionFlags();
bool IsManager(UUID avatarID);
/// <summary>
/// Tell all clients about the current state of the region (terrain textures, water height, etc.)
/// </summary>
void sendRegionHandshakeToAll();
}
}