aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-28* Minor: Another small log adjustmentJustin Clarke Casey1-1/+1
2008-05-28* Minor: Log message clean up in archiver codeJustin Clarke Casey2-3/+5
2008-05-28* Put in stubs for "load-oar" command, including ultra-primitive temporary ↵Justin Clarke Casey5-11/+182
tar loading code * Currently as a test, this will successfully load only the first file of an opensim archive and do absolutely nothing with it
2008-05-28* Put textures into a separate assets/ directory in the opensim archiveJustin Clarke Casey2-6/+37
* Fix nre where the asset couldn't be found * Not ready yet
2008-05-28Formatting cleanup.Jeff Ames2-75/+75
2008-05-28Update svn properties. Fix inconsistent newlines.Jeff Ames1-187/+187
2008-05-27* Include prims.xml file in archiveJustin Clarke Casey2-5/+17
2008-05-27* Add .jp2 extension to archived texturesJustin Clarke Casey1-1/+1
2008-05-27* Write prim archives out as v7 tar files temporarily for testing purposes - ↵Justin Clarke Casey2-1/+186
not even gzipping yet! * Using hacked up code to create the correct tar archive headers - this stuff should really go away again before too long * No user functionality yet
2008-05-27* Implement asynchronous assets request for archivingJustin Clarke Casey1-116/+187
* No user functionality yet
2008-05-26* Break out baby archiving code into separate class ready for async asset ↵Justin Clarke Casey2-54/+118
requesting * No user functionality yet
2008-05-26* Extract and boil down necessary texture UUIDs for an archive of the scene ↵Justin Clarke Casey1-1/+14
prims * no user functionality yet
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames2-22/+22
2008-05-24* Refactor: Change previous commits Object methods to SceneObject methods ↵Justin Clarke Casey1-0/+6
instead, on the basis that this is less likely to cause confusion with c#'s base object type
2008-05-24* Get the xml2 entities serialization representation in the archiver moduleJustin Clarke Casey2-10/+54
* Not yet reusing serialization module - this will happen in the future * No user functionality yet
2008-05-22* Plug in stubbed out archiver moduleJustin Clarke Casey2-0/+121