mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
* Formatted ExportSerialiserModule and SvnBackupModule
* Added a form of GZip compression support to object.xml files produced by exportserialiser. Will look towards standard GZip support. File compression seems to be highly worthwhile reducing a 1.5mb sim state to 62kb.
This commit is contained in:
@@ -29,8 +29,8 @@ using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Environment.Modules.ExportSerialiser
|
||||
{
|
||||
interface IFileSerialiser
|
||||
internal interface IFileSerialiser
|
||||
{
|
||||
string WriteToFile(Scene scene, string dir);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user