aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveWriteRequestPreparation.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-10On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)1-5/+12
2012-01-28Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)1-3/+0
2011-09-12When creating an OAR, optionally exclude objects according to their permissionsOren Hurvitz1-3/+103
2011-05-26Add --noassets option for "save iar"Justin Clark-Casey (justincc)1-1/+1
2011-05-26Bump OAR file format version up to 0.7 for this development cycle.Justin Clark-Casey (justincc)1-2/+2
2011-05-26Add a --noassets option to "save oar".Justin Clark-Casey (justincc)1-34/+47
2011-04-18bump oar version number to 0.6.Justin Clark-Casey (justincc)1-1/+1
2010-12-11Drop current OAR version back to 0.5 since these are currently now compatible...Justin Clark-Casey (justincc)1-32/+32
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-5/+6
2010-11-20Fix unit tests and save problemsJustin Clark-Casey (justincc)1-1/+2
2010-11-20Bump oar version to 1.0 from 0.5Justin Clark-Casey (justincc)1-83/+119
2010-11-02Old deserialization can't deal with commas in flag fields. Making use of -ver...Diva Canto1-11/+8
2010-10-27Formatting cleanup.Jeff Ames1-3/+3
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
2010-10-22write IAR control file first in the archive rather than lastJustin Clark-Casey (justincc)1-1/+2
2010-10-16Rip out version option since it turns out that the changed object serializati...Justin Clark-Casey (justincc)1-5/+9
2010-10-16change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)1-4/+22
2010-10-16Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)1-1/+1
2010-10-16save oar control file first rather than in the middle so that it's the first ...Justin Clark-Casey (justincc)1-0/+38
2010-10-15Made OARs use the new serialization procedure. (TPs/crossings still on the ol...Diva Canto1-2/+3
2010-09-10First pass at cleaning up thread safety in EntityManager and SceneGraphJohn Hurliman1-1/+1
2010-03-15* UuidGatherer now tracks asset types for assets it discovers. The asset type...John Hurliman1-7/+7
2010-02-19forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)1-1/+13
2009-11-25minor: add doc to a few parcel methodsJustin Clark-Casey (justincc)1-0/+10
2009-11-24make save and load oar slightly more robust by always closing the archive str...Justin Clark-Casey (justincc)1-0/+6
2009-10-01Formatting cleanup.Jeff Ames1-3/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-2/+2
2009-05-14* When saving an oar, save assets when immediately received rather than stori...Justin Clarke Casey1-3/+8
2009-04-15* Make it possible to add a request id to load and save oar requestsJustin Clarke Casey1-4/+9
2009-02-19* refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey1-1/+1
2009-02-18* Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey1-1/+1
2009-02-18* Move asset gathering code from oar module to OpenSim.Region.Framework since...Justin Clarke Casey1-197/+4
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-2/+2
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-14/+14
2009-02-12* optimized usings.lbsa711-17/+14
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-3/+3
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-02-02* Establish OnOarFileSaved EventManager event and subscribe to that instead o...Justin Clarke Casey1-6/+3
2009-01-30* Extend archive save test to check for the presence of the file for the obje...Justin Clarke Casey1-3/+6
2009-01-23* Add direct stream loading and saving methods to the archive module.Justin Clarke Casey1-5/+21
2008-12-30* Implement saving of region settings in OAR filesJustin Clarke Casey1-7/+26
2008-12-26* Fixes missing sculpt texture assets from oar files as detailed on mantis 29...Teravus Ovares1-0/+2
2008-12-19* refactor: Rename IRegionSerialiser and move into interfaces namespaceJustin Clarke Casey1-1/+1
2008-11-12* refactor: as per a recent opensim-dev thread, rename InnerScene to SceneGra...Justin Clarke Casey1-1/+1
2008-11-07* refactor: allocate local ids to prims only when an object is attached to a ...Justin Clarke Casey1-1/+1
2008-11-03* Use the UUID regex sitting in utils for detection of uuids embedded in scriptsJustin Clarke Casey1-9/+1
2008-11-01* Introduce an IsAttachment property on the group level (which just returns f...Justin Clarke Casey1-1/+1
2008-11-01* Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey1-1/+6
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-2/+2