aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Remove all use of asset.InvType, as outlined in mailing list discussionJustin Clarke Casey2008-06-232-4/+0
* * archive each object as a separate xml file rather than put them all in one ...Justin Clarke Casey2008-06-214-65/+41
* * refactor: Making some of the serialization names consistent, both within th...Justin Clarke Casey2008-06-211-13/+17
* * Remove a bug I created in r5171 where taking an object would terminate the ...Justin Clarke Casey2008-06-211-0/+15
* * minor: start saving current prims xml to an objects/ directory in the archiveJustin Clarke Casey2008-06-211-1/+1
* Minor formatting cleanup.Jeff Ames2008-06-182-27/+27
* Update svn properties.Jeff Ames2008-06-172-187/+187
* * 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-164-40/+96
* * Refactor: Break out AssetsRequest to a separate file in the Archiver moduleJustin Clarke Casey2008-06-162-68/+111
* Update svn properties. Formatting cleanup.Jeff Ames2008-06-102-13/+12
* Update svn properties.Jeff Ames2008-06-051-25/+25
* * refactor: rename now inaccurate textureUuids to assetUuidsJustin Clarke Casey2008-06-051-5/+5
* * exprimental: Export and reimport all items within a prim except ObjectsJustin Clarke Casey2008-06-054-13/+34
* * Change archiver 'textures' dir back to 'assets'Justin Clarke Casey2008-06-054-7/+7
* * Dearchive using assets metadata rather than assuming everything is a textureJustin Clarke Casey2008-06-043-19/+199
* Update svn properties.Jeff Ames2008-06-041-129/+129
* * Start writing out assets metadata file for archiverJustin Clarke Casey2008-06-042-17/+132
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-043-68/+68
* * experimental: archive out and reload textures within a prim's inventoryJustin Clarke Casey2008-06-031-0/+9
* * Change single assets/ archiver directory to be textures/ insteadJustin Clarke Casey2008-06-033-6/+5
* * experimental: Once we've received all the required assets from the asset se...Justin Clarke Casey2008-06-021-1/+13
* * experimental: Make OpenSim archiver save and reload all prim textures when ...Justin Clarke Casey2008-06-021-2/+11
* Update svn properties.Jeff Ames2008-06-011-45/+45
* * Enable loading of textures in OpenSim archives with load-oar/save-oarJustin Clarke Casey2008-05-311-2/+0
* * Put in preparatory code to restore whole prim textures on archive loadJustin Clarke Casey2008-05-313-3/+35
* * Hook up archive loading to load in prim xml dataJustin Clarke Casey2008-05-301-1/+4
* * Successfully pick out prims.xml file from archiveJustin Clarke Casey2008-05-304-5/+78
* * Read all files from tar archiveJustin Clarke Casey2008-05-302-11/+55
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-302-174/+174
* * Minor: Another small log adjustmentJustin Clarke Casey2008-05-281-1/+1
* * Minor: Log message clean up in archiver codeJustin Clarke Casey2008-05-282-3/+5
* * Put in stubs for "load-oar" command, including ultra-primitive temporary ta...Justin Clarke Casey2008-05-285-11/+182
* * Put textures into a separate assets/ directory in the opensim archiveJustin Clarke Casey2008-05-282-6/+37
* Formatting cleanup.Jeff Ames2008-05-282-75/+75
* Update svn properties. Fix inconsistent newlines.Jeff Ames2008-05-281-187/+187
* * Include prims.xml file in archiveJustin Clarke Casey2008-05-272-5/+17
* * Add .jp2 extension to archived texturesJustin Clarke Casey2008-05-271-1/+1
* * Write prim archives out as v7 tar files temporarily for testing purposes - ...Justin Clarke Casey2008-05-272-1/+186
* * Implement asynchronous assets request for archivingJustin Clarke Casey2008-05-271-116/+187
* * Break out baby archiving code into separate class ready for async asset req...Justin Clarke Casey2008-05-262-54/+118
* * Extract and boil down necessary texture UUIDs for an archive of the scene p...Justin Clarke Casey2008-05-261-1/+14
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-252-22/+22
* * Refactor: Change previous commits Object methods to SceneObject methods ins...Justin Clarke Casey2008-05-241-0/+6
* * Get the xml2 entities serialization representation in the archiver moduleJustin Clarke Casey2008-05-242-10/+54
* * Plug in stubbed out archiver moduleJustin Clarke Casey2008-05-222-0/+121