aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/TarArchiveWriter.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Write a simple archive loading test which doesn't actually do any testing ↵Justin Clarke Casey2009-01-231-1/+1
| | | | yet apart from not blow up
* * Implement saving of region settings in OAR filesJustin Clarke Casey2008-12-301-1/+1
| | | | | | | | * 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
* Formatting cleanup.Jeff Ames2008-08-181-3/+3
|
* * Elminate most of the debugging log output from the archive commandsJustin Clarke Casey2008-07-121-6/+6
|
* * Make archive default tar file modes more permissiveJustin Clarke Casey2008-07-121-1/+1
|
* * Start compressing archivesJustin Clarke Casey2008-07-121-7/+5
|
* * Minor: Log message clean up in archiver codeJustin Clarke Casey2008-05-281-3/+3
|
* * Put in stubs for "load-oar" command, including ultra-primitive temporary ↵Justin Clarke Casey2008-05-281-0/+202
tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it