aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2012-08-231-1/+62
|\
| * When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)2012-08-201-1/+62
* | Merge branch 'master' into careminsterMelanie2012-05-161-0/+1
|\ \ | |/
| * Route OAR SOG loading through the common SceneObjectSerializer.FromXml2Format...Justin Clark-Casey (justincc)2012-05-161-2/+1
| * Fix issue where loading OARs could sometimes result in link numbers being reo...Justin Clark-Casey (justincc)2012-05-151-1/+3
* | Merge branch 'master' into careminsterMelanie2012-05-141-1/+24
|\ \ | |/
| * Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-141-1/+24
| * Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)2012-05-121-24/+1
| * Save the Telehub and its Spawn Points in the OAROren Hurvitz2012-05-101-1/+24
| * Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)2012-05-071-16/+4
| * Better error handling if Load OAR or Save OAR failOren Hurvitz2012-05-071-4/+16
* | Merge branch 'master' into careminsterMelanie2012-01-281-8/+8
|\ \ | |/
| * Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)2012-01-281-8/+8
* | Merge branch 'master' into careminsterMelanie2012-01-121-0/+6
|\ \ | |/
| * Add a check to see if an asset exists before recreating it whileMic Bowman2012-01-101-0/+6
* | Bring us up to date.Tom2011-09-141-2/+2
|\ \ | |/
| * Comment out the part of the load oar code that zeroes out prim sit target ori...Justin Clark-Casey (justincc)2011-09-091-2/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-111-0/+3
|\ \ | |/
| * Save the sun's position in OARsOren Hurvitz2011-06-101-0/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-05-141-4/+7
|\ \ | |/
| * When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz2011-05-141-4/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-211-1/+8
|\ \ | |/
| * Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2011-04-181-1/+8
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-281-28/+44
|\ \ | |/
| * Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)2011-01-271-28/+44
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-01-271-0/+9
|\ \ | |/
| * When an oar is loaded, do not create a default parcel before loading the parc...Justin Clark-Casey (justincc)2011-01-271-1/+1
| * Show local IDs in "land show" output.Justin Clark-Casey (justincc)2011-01-271-0/+5
| * Fix OAR parcel loading so that old parcels are replaced by the new instead of...Justin Clark-Casey (justincc)2011-01-271-0/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-221-4/+25
|\ \ | |/
| * Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-3/+7
| * Global creator information working on MySQL DB and on load/save OARs. Creator...Diva Canto2010-11-211-2/+19
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-11-211-1/+1
|\ \ | |/
| * Fix unit tests and save problemsJustin Clark-Casey (justincc)2010-11-201-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-231-12/+5
|\ \ | |/
| * Implement guard against trying to load incompatible version IARsJustin Clark-Casey (justincc)2010-10-221-1/+1
| * start parsing iar control fileJustin Clark-Casey (justincc)2010-10-221-1/+1
| * slightly simplify oar control file loading codeJustin Clark-Casey (justincc)2010-10-221-10/+3
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-161-0/+22
|\ \ | |/
| * Drop max oar loading version back to 0 from 1Justin Clark-Casey (justincc)2010-10-161-1/+1
| * change --old-guids switch on the save oar command line to --version=<x>Justin Clark-Casey (justincc)2010-10-161-1/+1
| * Have OpenSim throw a strop if it tries to load an OAR with a major version th...Justin Clark-Casey (justincc)2010-10-161-0/+22
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-171-5/+1
|\ \ | |/
| * Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-5/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-1/+21
|\ \ | |/
| * Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-28/+29
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-261-22/+22
|\ \ | |/
| * Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)2010-08-261-26/+29
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-281-63/+1
|\ \ | |/
| * refactor: move GetStream and URI methods from ArchiveReadRequest -> ArchiveHe...Justin Clark-Casey (justincc)2010-05-281-63/+1