aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess (unfollow)
Commit message (Expand)AuthorFilesLines
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
2012-01-12HG: normalize all externalized user ULRs to be the Home URL, i.e. the locatio...Diva Canto2-8/+11
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-7/+3
2011-12-23HG: one more adjustment with trailing /sDiva Canto1-2/+8
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-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)1-2/+2
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-5/+5
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 Canto2-4/+11
2011-06-03HG Landmarks now working.Diva Canto1-1/+1
2011-06-03HG Landmarks being created. WARNING: new config var under [HGInventoryAccessM...Diva Canto2-2/+20
2011-06-03Moved CreateNewInventoryItem to the InventoryAccessModule in preparation for ...Diva Canto1-1/+78
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-4/+10
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-05-21rename UserProfileTestUtils to UserAccountHelpers to be consistent with other...Justin Clark-Casey (justincc)1-1/+1
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)2-15/+47
2011-04-15Fixes mantis #5431 -- coalesced objects in HG-enabled regions. Needs more tes...Diva Canto2-25/+12
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
2011-04-15refactor: split out some rez code into a separate CreateItemForObject() methodJustin Clark-Casey (justincc)1-143/+159
2011-04-15get rid of all traces of the now used mock service infrastructureJustin Clark-Casey (justincc)1-1/+1
2011-04-14simplify TestRezObject()Justin Clark-Casey (justincc)1-17/+1