aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/World/Archiver/ArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur2009-02-041-23/+23
* * Establish OnOarFileSaved EventManager event and subscribe to that instead o...Justin Clarke Casey2009-02-021-1/+1
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-281-37/+55
* * Write a simple archive loading test which doesn't actually do any testing y...Justin Clarke Casey2009-01-231-0/+11
* * Extend archive test to check for the presence of a control file in a saved ...Justin Clarke Casey2009-01-231-4/+3
* * Add direct stream loading and saving methods to the archive module.Justin Clarke Casey2009-01-231-10/+13
* white space & formatting cleanupDr Scofield2009-01-221-8/+8
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-221-3/+7
* * Implement saving of region settings in OAR filesJustin Clarke Casey2008-12-301-0/+72
* * refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey2008-12-191-6/+6
* * test: Add basic synchronous object remove testJustin Clarke Casey2008-11-121-2/+4
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-1/+1
* fix: ArchiveReadRequest.URIFetch stumbles over absent content length fieldDr Scofield2008-11-041-1/+2
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-301-1/+63
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-121-12/+15
* From: chris yeoh <yeohc@au1.ibm.com>Dr Scofield2008-10-071-0/+13
* Add the default script engine to the script creation from archive loadingMelanie Thielker2008-09-301-1/+1
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-8/+7
* Update svn properties, formatting cleanup.Jeff Ames2008-08-281-3/+3
* * On loading archives, report an error if an asset does not have the expected...Justin Clarke Casey2008-08-261-1/+12
* Formatting cleanup.Jeff Ames2008-08-181-43/+43
* Refactor a lot of direct calls to OGS1 to use the cached version instead.Melanie Thielker2008-08-161-1/+3
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-0/+2
* * if the user uuid is present, preserve ownership information when loading an...Justin Clarke Casey2008-08-091-10/+43
* From: alan webb <alan_webb@us.ibm.com>Dr Scofield2008-08-061-0/+4
* * Give new uuids to all the objects loaded in from an archive.Justin Clarke Casey2008-07-211-6/+6
* * minor: stick filename being loaded/saved from in save/load xml/oar informat...Justin Clarke Casey2008-07-211-3/+1
* * minor: change misleading 'all assets found' message to instead tell how man...Justin Clarke Casey2008-07-211-1/+6
* * refactor: break out sog loading code into two parts so that post-deserializ...Justin Clarke Casey2008-07-181-13/+11
* * On an archive load, make the master avatar the owner of all scene objects f...Justin Clarke Casey2008-07-141-0/+11
* * For now, when loading an archive all the existing scene objects get deleted...Justin Clarke Casey2008-07-141-0/+5
* * Actually persist restored archives to the database - wasn't actually doing ...Justin Clarke Casey2008-07-131-6/+17
* * Elminate most of the debugging log output from the archive commandsJustin Clarke Casey2008-07-121-11/+13
* * On archive loading, tell the user how many objects we are ignoring because ...Justin Clarke Casey2008-07-121-3/+13
* * Start compressing archivesJustin Clarke Casey2008-07-121-2/+5
* * Start scripts loaded from an archiveJustin Clarke Casey2008-07-071-2/+10
* * Twiddle with archive asset extensions yet againJustin Clarke Casey2008-07-021-1/+1
* * Reload terrain from archive if there is oneJustin Clarke Casey2008-06-291-5/+31
* * Experiment with not bothering with a seperate assets metadata file - extrac...Justin Clarke Casey2008-06-271-7/+44
* * archive each object as a separate xml file rather than put them all in one ...Justin Clarke Casey2008-06-211-27/+8
* * 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
* * Change archiver 'textures' dir back to 'assets'Justin Clarke Casey2008-06-051-1/+1
* * Dearchive using assets metadata rather than assuming everything is a textureJustin Clarke Casey2008-06-041-19/+10
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-24/+24
* * Change single assets/ archiver directory to be textures/ insteadJustin Clarke Casey2008-06-031-4/+3
* * 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-311-1/+26