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