aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-11Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)1-2/+0
2012-05-24Comment out accidentally left in log line that was printing out the control f...Justin Clark-Casey (justincc)1-3/+3
2012-05-19Add size of region to OAR control file. Megaregions (sw root OARs when saved...Justin Clark-Casey (justincc)1-14/+24
2012-05-19Remove recent IRegionCombinerModule.IsMegaregion(). In theory, there can be ...Justin Clark-Casey (justincc)1-1/+1
2012-05-19Add is_megaregion flag into oar control file. Not currently read - for futur...Justin Clark-Casey (justincc)2-41/+74
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)2-1/+56
2012-05-14Save the Telehub and its Spawn Points in the OAROren Hurvitz3-2/+29
2012-05-12Revert "Save the Telehub and its Spawn Points in the OAR"Justin Clark-Casey (justincc)3-29/+2
2012-05-10Save the Telehub and its Spawn Points in the OAROren Hurvitz3-2/+29
2012-05-07Revert "Better error handling if Load OAR or Save OAR fail"Justin Clark-Casey (justincc)3-32/+6
2012-05-07Better error handling if Load OAR or Save OAR failOren Hurvitz3-6/+32
2012-04-27Use DotNetZip to compress OARs and IARs.Oren Hurvitz1-1/+4
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-3/+3
2012-04-26When creating an OAR, objects where the user is the Creator are always includ...Oren Hurvitz1-2/+7
2012-04-22Fix bug where setting phantom on a prim would result in a server log message ...Justin Clark-Casey (justincc)1-2/+2
2012-03-10Fix TestSaveOarNoAssets() by not launch a no-assets request on a separate thr...Justin Clark-Casey (justincc)1-1/+1
2012-03-10minor: rearrange some save oar messages so they say what they're about to do ...Justin Clark-Casey (justincc)1-8/+7
2012-03-10On OAR saving, try fetch assets serially rather than firing all the requests ...Justin Clark-Casey (justincc)2-9/+18
2012-02-03Changed save oar and save iar parameter -p|--profile to -h|--home, including ...Snoopy Pfeffer1-2/+2
2012-01-28Add experimental --publish option to "save oar" so that OARs reloaded to the ...Justin Clark-Casey (justincc)4-14/+89
2012-01-19Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)1-1/+1
2012-01-18RegionReady:BlueWall1-0/+2
2012-01-13Update RegionReadyModuleBlueWall1-1/+9
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto1-2/+6
2012-01-10Add a check to see if an asset exists before recreating it whileMic Bowman1-0/+6
2011-10-19Change wording on asset requests.Justin Clark-Casey (justincc)1-2/+2
2011-09-12When creating an OAR, optionally exclude objects according to their permissionsOren Hurvitz2-3/+104
2011-09-09Comment out the part of the load oar code that zeroes out prim sit target ori...Justin Clark-Casey (justincc)2-2/+8
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-5/+5
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-4/+4
2011-06-14tweak messages. Make verbose inventory item save message give the item name ...Justin Clark-Casey (justincc)1-2/+2
2011-06-10Save the sun's position in OARsOren Hurvitz2-0/+5
2011-05-27Make sure culture is en-US when saving archive related xml.Justin Clark-Casey (justincc)1-0/+4
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)3-37/+143
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-14When loading an OAR that doesn't have parcels, create a default parcelOren Hurvitz2-4/+9
2011-04-18bump oar version number to 0.6.Justin Clark-Casey (justincc)1-1/+1
2011-04-18Add regression test to check that OARs start with the control file.Justin Clark-Casey (justincc)2-9/+18
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
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
2011-01-08Added more debug messages under the -verbose option.Diva Canto1-2/+6
2010-12-11Drop current OAR version back to 0.5 since these are currently now compatible...Justin Clark-Casey (justincc)3-35/+34
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto2-7/+30
2010-11-23Fix: Allow use of parameters without specifying a file path with command "sav...Marck1-1/+1