From f0ea8eb53463fe7e228537779f3f700bc6ecb74d Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 30 Dec 2008 19:00:19 +0000 Subject: * 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 --- OpenSim/Region/Environment/Interfaces/IEstateModule.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'OpenSim/Region/Environment/Interfaces') diff --git a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs index 70c5800..8e393bb 100644 --- a/OpenSim/Region/Environment/Interfaces/IEstateModule.cs +++ b/OpenSim/Region/Environment/Interfaces/IEstateModule.cs @@ -35,5 +35,10 @@ namespace OpenSim.Region.Environment.Interfaces { uint GetRegionFlags(); bool IsManager(UUID avatarID); + + /// + /// Tell all clients about the current state of the region (terrain textures, water height, etc.) + /// + void sendRegionHandshakeToAll(); } } -- cgit v1.1