aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz1-20/+49
2014-03-11After an object with KeyframeMotion is copied into inventory, resume the moti...Oren Hurvitz1-2/+15
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ...Oren Hurvitz1-4/+4
2014-01-10When creating a coalesced object, set its permissions to the lowest-common-de...Oren Hurvitz1-7/+16
2014-01-10When creating a coalesced object, set its Creator ID if all the objects have ...Oren Hurvitz1-4/+15
2014-01-10Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz1-11/+9
2014-01-10Refactored setting permissions when rezzing items: use the same function when...Oren Hurvitz1-37/+14
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-10-15Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz1-43/+8
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-0/+8
2013-08-03More on HG inventory and OutboundPermission: disallowing giving inventory to ...Diva Canto1-1/+12
2013-08-03HG: If OutboundPermission is set to false, let's enforce stricter permissions...Diva Canto1-0/+31
2013-08-02minor: replace veclist.Add(new Vector3(0,0,0)) with Vector3.Zero in Inventory...Justin Clark-Casey (justincc)1-1/+1
2013-07-23Don't touch the Current Outfit folder also on coming back homeDiva Canto1-1/+9
2013-07-23In renaming the folders for hypergriding, don't rename the Current Outfit fol...Diva Canto1-1/+1
2013-07-23Don't post Link asset types back to the home gridDiva Canto1-3/+6
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto1-1/+1
2013-07-04More debug, same issueDiva Canto1-1/+1
2013-07-02HG: close a loophole by which if something was wrong with the ServiceURLs it ...Diva Canto2-1/+10
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie1-0/+3
2013-05-01Fix inventory issueBlueWall1-0/+6
2013-05-01Fix the long standing bug of items being delivered to lost and found or trash...Melanie1-2/+3
2013-04-10minor: remove mono compiler warnings in InventoryAccessModuleJustin Clark-Casey (justincc)1-3/+2
2013-04-06Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)1-16/+16
2013-04-06When rezzing a coalesced object, check adjust position of all components.Justin Clark-Casey (justincc)1-20/+27
2013-03-26Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-3/+6
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-2/+4
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto1-2/+2
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-3/+4
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-5/+4
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)1-2/+2
2012-12-09HGAssetMapper: Get wasn't really working. It's true that some assets are copi...Diva Canto1-3/+35
2012-12-05minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)1-1/+3
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto2-0/+4
2012-11-11Fix mantis #6425Diva Canto1-6/+0
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto1-1/+3
2012-09-25Deleted extraneous debug messageDiva Canto1-2/+0
2012-09-22HG Rez object: warn the user if the item or asset cannot be found.Diva Canto1-2/+7
2012-09-21Moved the small HGUuidGatherer class to the file where its parent class is. N...Diva Canto2-74/+2
2012-09-21Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already do...Diva Canto1-18/+24
2012-09-21Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto1-1/+1
2012-09-21Rename UuidGather.m_assetCache to m_assetService. If HGUuidGatherer hasn't b...Justin Clark-Casey (justincc)1-2/+2
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset types...Diva Canto1-15/+19
2012-09-13Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto1-0/+2
2012-07-26When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)1-2/+3
2012-06-07Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)1-1/+1
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-3/+2
2012-05-23minor: Make log class names in InventoryAccessModule uniformJustin Clark-Casey (justincc)1-10/+10