aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-04disable some XmlResolverUbitUmarov1-0/+1
2017-07-28partial mantis 8219; on creating or updating items (animationsets, wearables)...UbitUmarov1-6/+9
2017-07-16store kfm on inventory. this may still be a bit confusing on rezUbitUmarov1-5/+8
2017-05-04 move deep effective permissions aggregation to first time use and not on cha...UbitUmarov1-1/+1
2017-05-01rename sog.GetEffectivePermissions() since its use is now limited to more spe...UbitUmarov1-12/+5
2017-04-30fix new landmarks default permissionsUbitUmarov1-3/+8
2017-04-29nore permissions masks hierachyUbitUmarov1-4/+4
2017-04-29 update folded permitions if taking from world, or after unfoldUbitUmarov1-13/+2
2017-04-29 recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use ea...UbitUmarov1-10/+7
2017-04-28forgot a change...UbitUmarov1-2/+2
2017-04-28a few changes to permissions folding... we are testing. at this point only us...UbitUmarov1-15/+20
2017-01-26 remove SOP.AttachPoint, redundant( and incoerent) with SOG.AttachmentPointUbitUmarov1-10/+4
2017-01-22don't let part lastowner be the groupUbitUmarov1-2/+2
2017-01-19object Take and TakeCopy are for in scene SOPs and SPs and permitions module ...UbitUmarov1-5/+6
2017-01-17add more calls to effective permissions aggregation; do not change groupmask ...UbitUmarov1-0/+2
2017-01-16Remove the last instance of the legacy slam but being setMelanie Thielker1-2/+2
2017-01-14fix incoerent definition of Slam bit (bits 3 and 4 used in diferentUbitUmarov1-4/+7
2017-01-13Fix the new permissions error introduced with the inventory fixMelanie Thielker1-7/+22
2017-01-07Squelch noisy debug message that happens on every single rezMelanie Thielker1-1/+1
2017-01-06Fix the long-standing bug that object permissions set in inventory were lostMelanie Thielker1-4/+8
2017-01-06Remove more calls to that horrible functionMelanie Thielker1-10/+0
2017-01-06Fix errors introduced by incomplete understanding of what folded perms areMelanie Thielker1-13/+11
2017-01-05Massive tab and trailing space cleanupMelanie Thielker5-86/+86
2016-12-04The new Constant: integer OBJECT_REZZER_KEY = 32;Mandarinka Tasty1-0/+2
2016-08-24potencial null refUbitUmarov1-40/+36
2016-08-05 more changes relative to incorrect use of activegroupidUbitUmarov3-12/+45
2016-07-22 don't try to rez a object from a asset with empty data and Let user know abo...UbitUmarov1-0/+9
2016-07-04Finally remove the requirement for an InventoryItem/FolderBase object toMelanie Thielker2-16/+7
2016-06-06Fixed a merge issueDiva Canto1-3/+3
2016-06-06Don't copy assets to foreign asset servers when the objects are being deletedDiva Canto2-2/+9
2016-05-16Minor improvement over the previous commit -- make sure the code exists in th...Diva Canto1-1/+1
2016-05-16Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventoryDiva Canto1-0/+7
2016-04-29Apply user specified default perms across the board, to items uploaded as wel...Melanie Thielker1-3/+6
2016-04-29Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker1-8/+26
2015-11-19clean code a bitUbitUmarov1-13/+5
2015-11-19ClearPartAttachmentData before adding object to scene, not afterUbitUmarov1-3/+3
2015-11-17 work around some 'tests' errors: Coalesced objects handling has changedUbitUmarov1-0/+2
2015-09-16restore some avn code, fixing for var regionsUbitUmarov1-23/+8
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov1-33/+4
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-7/+7
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-207/+2
2015-05-02Mantis #7514Diva Canto1-2/+2
2015-03-13Fix script state not being preserved in objects sent via Hypergrid.Justin Clark-Casey (justincc)2-9/+79
2015-02-25minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno...Justin Clark-Casey (justincc)1-0/+5
2015-02-21In HGAssetMapper.RewriteSOP(), don't explicitly end the document.Justin Clark-Casey (justincc)1-2/+0
2015-02-19If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ...Justin Clark-Casey (justincc)1-2/+27
2015-02-19Add the type of the unrecognized node to the HG asset mapping error message i...Justin Clark-Casey (justincc)1-1/+3
2015-02-03If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)1-0/+4
2015-01-23Fix regression where the stored state of every second script in an object rez...Justin Clark-Casey (justincc)1-1/+4