aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-26When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz1-1/+2
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 Lehmann2-6/+42
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-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2-4/+4
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 Adams2-1/+7
2014-02-02Really add the old parameter names to load oar to keep downward compatibiliyRobert Adams1-0/+2
2014-02-02Change new 'load oar' parameters to be hyphenated to be consistant withRobert Adams2-10/+10
2014-02-02Implement terrain merging in TerrainChannel.Robert Adams2-22/+49
2014-01-28clear land tainting when tested. Then testing, pass scene to LandObject as no...Robert Adams1-1/+1
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz2-12/+11
2014-01-19varregion: remove --noterrain and --noparcel parameters in 'load oar'.Robert Adams2-17/+66
2014-01-19varregion: add --noterrain and --noparcel to 'load oar'.Robert Adams3-24/+54
2014-01-19varregion: add --displacement parameter to 'load oar'.Robert Adams3-12/+46
2013-12-26varregion: many more updates removing the constant RegionSize and replacingRobert Adams1-1/+1
2013-12-14varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z.Robert Adams2-5/+5
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-2/+2
2013-09-28VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-5/+5
2013-09-25VarRegion: change RegionInfo storage of region coordinates from regionRobert Adams2-5/+5
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-0/+1
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)1-0/+2
2013-01-02Changed locks to prevent deadlocks (especially during multi-region Load OAR)Oren Hurvitz1-15/+27
2013-01-02If Save OAR/IAR times-out while waiting for assets then notify the caller tha...Oren Hurvitz3-24/+29
2012-11-24In ArchiverTests, use the local instantiated SceneManager rather than potenti...Justin Clark-Casey (justincc)1-20/+7
2012-11-24Fix bug where loading an OAR with a deeded parcel would always set the parcel...Justin Clark-Casey (justincc)3-140/+213
2012-11-23minor: Add some currently commented out debug log lines for investigating iss...Justin Clark-Casey (justincc)1-0/+5
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2012-11-01Comment out checks not to overwrite existing IAR/OAR files for now on "save i...Justin Clark-Casey (justincc)1-2/+4
2012-10-26Fix "save iar" hanging permanently if the asset request phase times out.Justin Clark-Casey (justincc)1-0/+4
2012-10-26Fixed saving non-square multi-region OARsOren Hurvitz1-1/+1
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-7/+11
2012-10-19Fix a few minor issues in ArchiveReadRequest logging.Justin Clark-Casey (justincc)1-2/+2
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto1-1/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto1-0/+1
2012-09-19Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)1-1/+4
2012-09-14Added unit tests for multi-region OARsOren Hurvitz1-58/+326
2012-09-14Rename ArchiveWriteRequestPreparatio nto ArchiveWriteRequest since after the ...Justin Clark-Casey (justincc)3-9/+9
2012-09-14Support multi-region OAR filesOren Hurvitz8-395/+1057
2012-09-06If reusing dynamic textures, do not reuse small data length textures that fal...Justin Clark-Casey (justincc)1-1/+1
2012-08-20When loading an OAR, validate any group UUIDs and properly reconstruct parcel...Justin Clark-Casey (justincc)1-1/+62
2012-08-03Fix old regression that stopped saving parcel owner data in OARs.Justin Clark-Casey (justincc)1-1/+1
2012-08-03Fixed a rare bug that caused Save OAR to fail because it thought it had timed...Oren Hurvitz1-5/+11
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