* Write prim archives out as v7 tar files temporarily for testing purposes - not even gzipping yet!

* Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long
* No user functionality yet
This commit is contained in:
Justin Clarke Casey
2008-05-27 22:49:34 +00:00
parent 46d91df2a8
commit 69fdd0d3e8
3 changed files with 187 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ namespace OpenSim
/// <summary>
/// The file use to load and save an opensim archive if none has been specified
/// </summary>
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.zip";
protected const string DEFAULT_OAR_BACKUP_FILENAME = "scene.oar.tar";
public string m_physicsEngine;
public string m_meshEngineName;