aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveScenesGroup.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed saving non-square multi-region OARsOren Hurvitz2012-10-261-1/+1
|
* Support multi-region OAR filesOren Hurvitz2012-09-141-0/+176
Merged ArchiveWriteRequestPreparation.cs and ArchiveWriteRequestExecution.cs. This simplifies the code, and it's faster to write each scene to the archive as it's found rather than all at once at the end.