aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-19When can't rez, show only one error message; not two. And show more specific ...Oren Hurvitz1-0/+2
2014-05-18Don't fetch assets from the server when doing simple inventory operations lik...Diva Canto1-1/+1
2014-03-11After an object with KeyframeMotion is copied into inventory, resume the moti...Oren Hurvitz1-2/+15
2014-01-10When creating a coalesced object, set its permissions to the lowest-common-de...Oren Hurvitz1-7/+16
2014-01-10When creating a coalesced object, set its Creator ID if all the objects have ...Oren Hurvitz1-4/+15
2014-01-10Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz1-11/+9
2014-01-10Refactored setting permissions when rezzing items: use the same function when...Oren Hurvitz1-37/+14
2013-10-15Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz1-43/+8
2013-10-05* Fixes cases where Last Attachment Point gets overwritten with 0 when it sho...teravus1-2/+6
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-0/+8
2013-08-02minor: replace veclist.Add(new Vector3(0,0,0)) with Vector3.Zero in Inventory...Justin Clark-Casey (justincc)1-1/+1
2013-06-18Allow coalesced objects to be rezzed even if they extend past the sim boundsMelanie1-2/+6
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-06try to suspend and resume keyframes on copy to inventory to take copyUbitUmarov1-1/+12
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie1-0/+3
2013-05-26Allow Linden trees to preserve their type when taken into inventory and rezze...Melanie1-3/+12
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-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-03-24Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie1-2/+5
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-09-24 add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov1-1/+1
2012-09-24If an asset upload transaction doesn't exist for a CreateInventory request,Melanie1-29/+28
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-05-02Preserve attachment rotation on objects rezzed via a script. Makes toastersMelanie1-0/+7
2012-04-17Prevent objects rezzed in sim from being seen as attachments and becoming une...Melanie1-0/+2
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-26Move KeyframeMotion from SOG to SOP because we can't persist it anyMelanie1-3/+3
2012-02-26Zero force and torque on take so that items don't run away when rezzedMelanie1-0/+2
2012-02-26Implement llSetKeyframedMotion. No persistence, no region crossing. Yet.Melanie1-0/+4
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-02-02Fix remembering attachment point and position when an item is rezzed in world.Melanie1-0/+12
2011-12-27Fix permissions being lost and correct slam behavior, removing icompatibleMelanie1-86/+72
2011-11-12Fix taking or returning locked objects losing permissions for ownerMelanie1-1/+1
2011-10-12Fix rezzing coalesced object broken by core mergeMelanie1-54/+36