aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-215/+342
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-157/+202
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto1-0/+2
2012-11-11Fix mantis #6425Diva Canto1-6/+0
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-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-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-02-16minor formatting changes from last commit (4486n7d)Justin Clark-Casey (justincc)1-4/+3
2012-02-16Fix: Object owned by the group does not return to the last owner http://opens...PixelTomsen1-0/+6
2012-02-10Fix bug where somebody taking a copy of an object they didn't own that was re...Justin Clark-Casey (justincc)1-2/+10
2012-02-10When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)1-4/+15
2011-09-30Add Enabled switch in new [Attachments] section in OpenSimDefaults.ini to all...Justin Clark-Casey (justincc)1-1/+0
2011-09-08Use scene presence agent id for rezzed object ownership rather than item owner.Justin Clark-Casey (justincc)1-7/+12
2011-09-03Stop NPCs losing attachments when the source avatar takes them off.Justin Clark-Casey (justincc)1-32/+35
2011-09-02Remove redundant RootPart.CreatedSelected = true in IAM.RezObject() since thi...Justin Clark-Casey (justincc)1-2/+0
2011-09-02Go back to resetting the State parameter for all parts of a SOG when SOG.Clea...Justin Clark-Casey (justincc)1-5/+8
2011-09-02stop passing FromUserInventoryItemID right down into the deserializer.Justin Clark-Casey (justincc)1-4/+2
2011-09-02Move more of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-24/+27
2011-09-02move more of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-63/+85
2011-09-02factor out a section of IAM.RezObject() into DoPreRezWhenFromItem()Justin Clark-Casey (justincc)1-40/+48
2011-09-01refactor: factor out DoPostRezWhenFromItem() from IAM.RezObject()Justin Clark-Casey (justincc)1-3/+8
2011-09-01remove the pointless m_Scene.GetNewRezLocation() call at the top of IAM.RezOb...Justin Clark-Casey (justincc)1-7/+4
2011-09-01refactor: Move sanity checks to the top of IAM.RezObject() to make the code m...Justin Clark-Casey (justincc)1-219/+215
2011-09-01use group.RootPart in IAM.RezObject() rather than group.GetChildPart(group.UU...Justin Clark-Casey (justincc)1-1/+1
2011-09-01Remove pointless NRE check in IAM.RezObject() since this can never occurJustin Clark-Casey (justincc)1-15/+1
2011-09-01Remove code which was automatically deleting non-root prims from scene object...Justin Clark-Casey (justincc)1-0/+4
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-1/+1
2011-08-17Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...Justin Clark-Casey (justincc)1-0/+12
2011-07-23Remove manually permissions settings on all current library items so that the...Justin Clark-Casey (justincc)1-0/+4
2011-07-23Revert "Don't load current/next/everyone/base permissions from the library it...Justin Clark-Casey (justincc)1-4/+0
2011-07-23Don't load current/next/everyone/base permissions from the library item xml f...Justin Clark-Casey (justincc)1-0/+4
2011-07-16minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-2/+5
2011-07-08fix bug where opening a library script would failJustin Clark-Casey (justincc)1-2/+2
2011-07-08refactor: rename bool returning GetAgentInventoryItem() to CanGetAgentInvento...Justin Clark-Casey (justincc)1-1/+1
2011-06-03Added prefix HG to the name of the landmark item in inventory, as a soft remi...Diva Canto1-3/+5
2011-06-03HG Landmarks being created. WARNING: new config var under [HGInventoryAccessM...Diva Canto1-2/+5
2011-06-03Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto1-1/+78
2011-05-04Fixes mantis #5461.Diva Canto1-1/+2
2011-04-18refactor: split out the code which actually copies a particular bundle to inv...Justin Clark-Casey (justincc)1-106/+115
2011-04-18refactor: rename DeleteToInventory() to CopyToInventory()Justin Clark-Casey (justincc)1-1/+1
2011-04-18Fix bug where objects were being coalesced in the wrong positions.Justin Clark-Casey (justincc)1-2/+2
2011-04-18Provide a configuration setting to control whether multiple taken objects are...Justin Clark-Casey (justincc)1-15/+44
2011-04-15Fixes mantis #5431 -- coalesced objects in HG-enabled regions. Needs more tes...Diva Canto1-1/+9
2011-04-15refactor: separate out code that adds permissionsJustin Clark-Casey (justincc)1-42/+59
2011-04-15minor: remove a small amount of code duplicationJustin Clark-Casey (justincc)1-4/+3