aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestPreparation.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: break out archiver's combined sync-async asset request routine re...Justin Clarke Casey2008-07-041-25/+37
* * Allow archiver to operate even if there are 0 scene objects to saveJustin Clarke Casey2008-07-021-15/+13
* * Save terrain information in archiveJustin Clarke Casey2008-06-291-1/+6
* * fix a bug where I was assuming all entities would be SceneObjectGroups - of...Justin Clarke Casey2008-06-271-6/+13
* * archive each object as a separate xml file rather than put them all in one ...Justin Clarke Casey2008-06-211-31/+4
* Minor formatting cleanup.Jeff Ames2008-06-181-20/+20
* * Fix a bug in the archiver where I didn't realize a shape still needs its de...Justin Clarke Casey2008-06-161-3/+8
* * Allow archiver to save and load objects within other objects to arbitrary l...Justin Clarke Casey2008-06-161-31/+99
* * refactor: Fission ArchiveWriteRequest into prepare and execute classesJustin Clarke Casey2008-06-161-0/+142