aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestExecution.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* * Establish OnOarFileSaved EventManager event and subscribe to that instead o...Justin Clarke Casey2009-02-021-16/+15
* * Extend archive save test to check for the presence of the file for the obje...Justin Clarke Casey2009-01-301-1/+8
* * Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey2009-01-231-3/+3
* * minor: small tweak to archive save completion log messageJustin Clarke Casey2009-01-231-2/+1
* * Add direct stream loading and saving methods to the archive module.Justin Clarke Casey2009-01-231-6/+6
* * Implement saving of region settings in OAR filesJustin Clarke Casey2008-12-301-5/+9
* * refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey2008-12-191-2/+2
* * minor: oops, small textual tweakJustin Clarke Casey2008-10-151-1/+1
* * minor: during opensim archive creation, tell the user that it may take some...Justin Clarke Casey2008-10-151-1/+4
* Mantis #2133Melanie Thielker2008-09-061-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-6/+6
* Formatting cleanup.Jeff Ames2008-08-181-19/+19
* * minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey2008-07-211-4/+10
* * Start compressing archivesJustin Clarke Casey2008-07-121-1/+2
* * switch terrain archiving to raw32 rather than png to avoid unnecessary post...Justin Clarke Casey2008-07-071-1/+1
* * Allow archiver to operate even if there are 0 scene objects to saveJustin Clarke Casey2008-07-021-3/+1
* * Start writing out control file in archive. Only contains version informati...Justin Clarke Casey2008-07-021-1/+31
* * Save terrain information in archiveJustin Clarke Casey2008-06-291-1/+20
* * fix a bug where I was assuming all entities would be SceneObjectGroups - of...Justin Clarke Casey2008-06-271-5/+5
* * archive each object as a separate xml file rather than put them all in one ...Justin Clarke Casey2008-06-211-6/+28
* Minor formatting cleanup.Jeff Ames2008-06-181-7/+7
* Update svn properties.Jeff Ames2008-06-171-73/+73
* * refactor: Fission ArchiveWriteRequest into prepare and execute classesJustin Clarke Casey2008-06-161-0/+73