aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-05-23Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)1-23/+36
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)1-3/+4
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2012-04-06Moved the inventory manipulation from HGEntityTransferModule to HGInventoryAc...Diva Canto1-3/+149
2012-04-07Rather than having a FromFolderID property on every single prim and only ever...Justin Clark-Casey (justincc)1-3/+3
2012-04-07Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)1-1/+1
2012-03-31minor: small message adjustment and unnecessary code elimination when notifyi...Justin Clark-Casey (justincc)1-1/+1
2012-03-31fix Infinite loading on No Rez http://opensimulator.org/mantis/view.php?id=5932PixelTomsen1-0/+5
2012-03-09More on HG inventory transfers. Move the FireAndForget higher up.Diva Canto1-1/+1
2012-03-08More on the freeze on HG inventory transfers: spawn a threadlet on the funct...Diva Canto1-1/+1