aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver/ArchiveReadRequest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06new version of patch to add default-user switch new version :qw :wq updated v...Matt Lehmann1-0/+2
2014-05-06updated version of default user switch for load oar :q :qMatt Lehmann1-5/+17
2014-04-20Fixed: the parcel flag "Allow Scripts from Group" should only check if the pa...Oren Hurvitz1-5/+9
2014-03-28Removed default timeout when starting scripts after Load OAROren Hurvitz1-2/+2
2014-03-24In Load OAR, correctly restore group-owned objectsOren Hurvitz1-3/+3
2014-03-24In Load OAR: Zero isn't a valid Group IDOren Hurvitz1-4/+2
2014-03-24During Load OAR, fix the User and Group ID's in objects that are embedded in ...Oren Hurvitz1-53/+77
2014-02-15Fix displacement and location operations on legacy trees and grass inRobert Adams1-1/+1
2014-02-02Add "--no-objects" parameter to 'load oar'.Robert Adams1-1/+4
2014-02-02Change new 'load oar' parameters to be hyphenated to be consistant withRobert Adams1-3/+3
2014-02-02Implement terrain merging in TerrainChannel.Robert Adams1-16/+24
2014-01-19varregion: remove --noterrain and --noparcel parameters in 'load oar'.Robert Adams1-9/+46
2014-01-19varregion: add --noterrain and --noparcel to 'load oar'.Robert Adams1-10/+22
2014-01-19varregion: add --displacement parameter to 'load oar'.Robert Adams1-2/+20
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-01-02Changed locks to prevent deadlocks (especially during multi-region Load OAR)Oren Hurvitz1-15/+27
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