aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Archiver (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02seems to compile ( tests comented out)UbitUmarov2-113/+4
2015-08-24try to implement core load oar optionsUbitUmarov3-110/+314
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-1/+1
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-1/+1
2015-03-11minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)1-0/+1
2015-01-08Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)1-5/+5
2014-11-25refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)3-5/+5
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2014-09-23Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven1-9/+9
2014-09-05For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)3-5/+8
2014-07-21Close streams immediately when we finish using themOren Hurvitz2-13/+15
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-03-24Phase 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-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus9-1755/+751
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