aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (follow)
Commit message (Expand)AuthorAgeFilesLines
* When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz2014-05-261-1/+2
* 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-062-6/+42
* 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
* Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2014-03-252-4/+4
* 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-022-1/+7
* Really add the old parameter names to load oar to keep downward compatibiliyRobert Adams2014-02-021-0/+2
* Change new 'load oar' parameters to be hyphenated to be consistant withRobert Adams2014-02-022-10/+10
* Implement terrain merging in TerrainChannel.Robert Adams2014-02-022-22/+49
* clear land tainting when tested. Then testing, pass scene to LandObject as no...Robert Adams2014-01-281-1/+1
* Merge branch 'master' into varregionRobert Adams2014-01-212-12/+11
|\
| * Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2014-01-202-12/+11
* | varregion: remove --noterrain and --noparcel parameters in 'load oar'.Robert Adams2014-01-192-17/+66
* | varregion: add --noterrain and --noparcel to 'load oar'.Robert Adams2014-01-193-24/+54
* | varregion: add --displacement parameter to 'load oar'.Robert Adams2014-01-193-12/+46
* | varregion: many more updates removing the constant RegionSize and replacingRobert Adams2013-12-261-1/+1
* | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2013-12-142-5/+5
* | Merge branch 'master' into varregionRobert Adams2013-11-151-2/+2
|\ \ | |/
| * refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-2/+2
* | VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2013-09-282-5/+5
|/
* Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-0/+1
* Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)2013-02-161-0/+2
* Changed locks to prevent deadlocks (especially during multi-region Load OAR)Oren Hurvitz2013-01-021-15/+27
* If Save OAR/IAR times-out while waiting for assets then notify the caller tha...Oren Hurvitz2013-01-023-24/+29
* In ArchiverTests, use the local instantiated SceneManager rather than potenti...Justin Clark-Casey (justincc)2012-11-241-20/+7
* Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)2012-11-243-140/+213
* minor: Add some currently commented out debug log lines for investigating iss...Justin Clark-Casey (justincc)2012-11-231-0/+5
* Another 10 modules' directives moved from .addin.xmlDiva Canto2012-11-121-0/+2
* Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)2012-11-011-2/+4
* Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)2012-10-261-0/+4
* Fixed saving non-square multi-region OARsOren Hurvitz2012-10-261-1/+1
* Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)2012-10-241-7/+11
* Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)2012-10-191-2/+2
* Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
* Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)2012-09-191-1/+4
* Added unit tests for multi-region OARsOren Hurvitz2012-09-141-58/+326
* Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)2012-09-143-9/+9
* Support multi-region OAR filesOren Hurvitz2012-09-148-395/+1057
* If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)2012-09-061-1/+1
* When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)2012-08-201-1/+62
* Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)2012-08-031-1/+1
* Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz2012-08-031-5/+11
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-2/+0
* Comment out accidentally left in log line that was printing out the control f...Justin Clark-Casey (justincc)2012-05-241-3/+3