aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Close streams immediately when we finish using themOren Hurvitz2014-08-021-9/+10
* new version of patch to add default-user switch new version :qw :wq updated v...Matt Lehmann2014-05-061-0/+2
* updated version of default user switch for load oar :q :qMatt Lehmann2014-05-061-5/+17
* Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz2014-04-201-5/+9
* Removed default timeout when starting scripts after Load OAROren Hurvitz2014-03-281-2/+2
* In Load OAR, correctly restore group-owned objectsOren Hurvitz2014-03-241-3/+3
* In Load OAR: Zero isn't a valid Group IDOren Hurvitz2014-03-241-4/+2
* During Load OAR, fix the User and Group ID's in objects that are embedded in ...Oren Hurvitz2014-03-241-53/+77
* Fix displacement and location operations on legacy trees and grass inRobert Adams2014-02-151-1/+1
* Add "--no-objects" parameter to 'load oar'.Robert Adams2014-02-021-1/+4
* Change new 'load oar' parameters to be hyphenated to be consistant withRobert Adams2014-02-021-3/+3
* Implement terrain merging in TerrainChannel.Robert Adams2014-02-021-16/+24
* varregion: remove --noterrain and --noparcel parameters in 'load oar'.Robert Adams2014-01-191-9/+46
* varregion: add --noterrain and --noparcel to 'load oar'.Robert Adams2014-01-191-10/+22
* varregion: add --displacement parameter to 'load oar'.Robert Adams2014-01-191-2/+20
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-2/+2
* Changed locks to prevent deadlocks (especially during multi-region Load OAR)Oren Hurvitz2013-01-021-15/+27
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-241-13/+17
* minor: Add some currently commented out debug log lines for investigating iss...Justin Clark-Casey (justincc)2012-11-231-0/+5
* Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)2012-10-191-2/+2
* Support multi-region OAR filesOren Hurvitz2012-09-141-83/+282
* When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)2012-08-201-1/+62
* 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
* 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
* Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)2012-01-281-8/+8
* Add a check to see if an asset exists before recreating it whileMic Bowman2012-01-101-0/+6
* 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
* Save the sun's position in OARsOren Hurvitz2011-06-101-0/+3
* When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz2011-05-141-4/+7
* Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2011-04-181-1/+8
* Refactor: Break out LoadObjects() and LoadParcels() from a longer methodJustin Clark-Casey (justincc)2011-01-271-28/+44
* 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
* 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
* Fix unit tests and save problemsJustin Clark-Casey (justincc)2010-11-201-1/+1
* 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
* 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
* Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman2010-09-161-5/+1
* Improve liveness by operating on list copies of SOG.Children where appropriateJustin Clark-Casey (justincc)2010-08-281-28/+29