aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-82/+281
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-91/+223
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)1-13/+17
2012-11-23minor: Add some currently commented out debug log lines for investigating iss...Justin Clark-Casey (justincc)1-0/+5
2012-10-19Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)1-2/+2
2012-09-14Support multi-region OAR filesOren Hurvitz1-83/+282
2012-08-20When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)1-1/+62
2012-05-16Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format...Justin Clark-Casey (justincc)1-2/+1
2012-05-15Fix issue where loading OARs could sometimes result in link numbers being reo...Justin Clark-Casey (justincc)1-1/+3
2012-05-14Save the Telehub and its Spawn Points in the OAROren Hurvitz1-1/+24
2012-05-12Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)1-24/+1
2012-05-10Save the Telehub and its Spawn Points in the OAROren Hurvitz1-1/+24
2012-05-07Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)1-16/+4
2012-05-07Better error handling if Load OAR or Save OAR failOren Hurvitz1-4/+16
2012-01-28Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)1-8/+8
2012-01-10Add a check to see if an asset exists before recreating it whileMic Bowman1-0/+6
2011-09-09Comment out the part of the load oar code that zeroes out prim sit target ori...Justin Clark-Casey (justincc)1-2/+2
2011-06-10Save the sun's position in OARsOren Hurvitz1-0/+3
2011-05-14When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz1-4/+7
2011-04-18Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)1-1/+8
2011-01-27Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)1-28/+44
2011-01-27When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)1-1/+1
2011-01-27Show local IDs in "land show" output.Justin Clark-Casey (justincc)1-0/+5
2011-01-27Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)1-0/+4
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-3/+7
2010-11-21Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto1-2/+19
2010-11-20Fix unit tests and save problemsJustin Clark-Casey (justincc)1-1/+1
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-1/+1
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+1
2010-10-22slightly simplify oar control file loading codeJustin Clark-Casey (justincc)1-10/+3
2010-10-22Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)1-1/+1
2010-10-22start parsing iar control fileJustin Clark-Casey (justincc)1-1/+1
2010-10-22slightly simplify oar control file loading codeJustin Clark-Casey (justincc)1-10/+3
2010-10-16Drop max oar loading version back to 0 from 1Justin Clark-Casey (justincc)1-1/+1
2010-10-16change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)1-1/+1
2010-10-16Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)1-0/+22
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-5/+1
2010-08-28Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)1-28/+29
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-26/+29
2010-05-28refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)1-63/+1
2010-05-21Fix a problem where SceneGraph.AddSceneObject() would return false on success...Justin Clark-Casey (justincc)1-1/+0
2010-05-21make oar object filename/pathname creation a helper methodJustin Clark-Casey (justincc)1-1/+0
2010-04-19All scripts are now created suspended and are only unsuspended when the objectMelanie1-0/+1
2010-04-16minor: use the static ascii and utf8 encodings instead of instantiating our ownJustin Clark-Casey (justincc)1-6/+3
2010-04-16Add --skip-assets option to load oar.Justin Clark-Casey (justincc)1-15/+25
2010-02-26fix bug where region settings loaded via an oar (water height, terrain textur...Justin Clark-Casey (justincc)1-0/+2
2010-02-22Changed asset CreatorID to a stringJohn Hurliman1-1/+1
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman1-1/+1
2010-02-19forestall bug reports about the Command error: System.EntryPointNotFoundExcep...Justin Clark-Casey (justincc)1-1/+13
2010-01-22Allow oar loading to work even if an estate module is not presentJustin Clark-Casey (justincc)1-2/+4