aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveWriteRequestPreparation.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-333/+0
* 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-6/+3
* * Extend archive save test to check for the presence of the file for the obje...Justin Clarke Casey2009-01-301-3/+6
* * Add direct stream loading and saving methods to the archive module.Justin Clarke Casey2009-01-231-5/+21
* * Implement saving of region settings in OAR filesJustin Clarke Casey2008-12-301-7/+26
* * Fixes missing sculpt texture assets from oar files as detailed on mantis 29...Teravus Ovares2008-12-261-0/+2
* * refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey2008-12-191-1/+1
* * refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey2008-11-121-1/+1
* * refactor: allocate local ids to prims only when an object is attached to a ...Justin Clarke Casey2008-11-071-1/+1
* * Use the UUID regex sitting in utils for detection of uuids embedded in scriptsJustin Clarke Casey2008-11-031-9/+1
* * Introduce an IsAttachment property on the group level (which just returns f...Justin Clarke Casey2008-11-011-1/+1
* * Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2008-11-011-1/+6
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-2/+2
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-16/+16
* Formatting cleanup.Jeff Ames2008-08-181-27/+27
* * Remove dumb bug I put in which meant that an archive save would never compl...Justin Clarke Casey2008-07-251-1/+2
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-131-1/+1
* * Elminate most of the debugging log output from the archive commandsJustin Clarke Casey2008-07-121-10/+10
* * Don't fail the archive operation if exceptions are encountered while analyz...Justin Clarke Casey2008-07-081-34/+42
* * In archiver, scan scripts for embedded asset uuids and save these outJustin Clarke Casey2008-07-061-1/+39
* * refactor: archiver code clean up so that it's more readable for the next fu...Justin Clarke Casey2008-07-061-20/+43
* * extend archiving asset analysis to clothingJustin Clarke Casey2008-07-041-9/+9
* * On archiving, analyze body parts and save textures referenced from themJustin Clarke Casey2008-07-041-1/+20
* * 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