aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-04-15refactor: split out some rez code into a separate CreateItemForObject() methodJustin Clark-Casey (justincc)1-143/+159
2011-04-13Use common coalesced serialization code for both tests and the InventoryAcces...Justin Clark-Casey (justincc)1-54/+13
2011-04-13Fix bug where rezzing coalesced objects would give all objects the same name ...Justin Clark-Casey (justincc)1-4/+9
2011-04-13Add coalesced scene objects class and serializer. This is currently only use...Justin Clark-Casey (justincc)1-5/+14
2011-04-12refactor: simplify bRayEndIsIntersection boolean set from RayEndIsIntersectio...Justin Clark-Casey (justincc)1-14/+1
2011-04-12Fix (add) ability to rez objects by dragging them out of another prim's inven...Justin Clark-Casey (justincc)1-0/+4
2011-04-03Implement rezzing coalesced objectsMelanie1-11/+0
2011-04-03Implement rezzing coalesced objectsMelanie1-105/+172
2011-04-03Implement taking of coalesced objects.Melanie1-196/+263
2011-04-01A stab at making CHANGED_OWNER workMelanie1-17/+7
2011-02-27Fix a few little thingsMelanie1-0/+3
2011-02-22Forces the owner of a rezzed object to be the "rezzer" of theMic Bowman1-0/+2
2011-01-12Dont' trust the viewer! Fix a permission slam error caused by trustingMelanie1-0/+6
2011-01-12Fix direct item give permissionsMelanie1-10/+16
2010-11-29Preservation of creator information now also working in IARs. Cleaned up usag...Diva Canto1-3/+7
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ...Diva Canto1-0/+20
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-0/+1
2010-11-16Change the way attachments are persisted. Editing a worn attachment will nowMelanie1-5/+13
2010-10-08Fix an infinite recursionMelanie1-1/+4
2010-10-06Plumb the path for multiple object deletesMelanie1-5/+26
2010-09-16Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA...John Hurliman1-6/+2
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)1-1/+1
2010-08-31Adjust the "Magic numbers" we use because we can't reference the actualMelanie Thielker1-1/+1
2010-08-26Improve consistency of locking for SOG.m_parts in order to avoid race conditi...Justin Clark-Casey (justincc)1-2/+4