aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework/InventoryAccess/InventoryAccessModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into careminsterMelanie2014-01-281-24/+35
|\
| * When creating a coalesced object, set its permissions to the lowest-common-de...Oren Hurvitz2014-01-101-7/+16
| * When creating a coalesced object, set its Creator ID if all the objects have ...Oren Hurvitz2014-01-101-4/+15
| * Refactored: use a single function to apply an object's folded permissions to ...Oren Hurvitz2014-01-101-11/+9
| * Refactored setting permissions when rezzing items: use the same function when...Oren Hurvitz2014-01-101-37/+14
* | Merge branch 'master' into careminsterMelanie2013-11-031-64/+10
|\ \ | |/
| * Fixed rezzing coalesced objects from a prim's inventoryOren Hurvitz2013-10-151-43/+8
* | * Fixes cases where Last Attachment Point gets overwritten with 0 when it sho...teravus2013-10-051-2/+6
* | Merge branch 'master' into careminsterMelanie2013-10-041-0/+8
|\ \ | |/
| * Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-221-0/+8
* | Merge branch 'master' into careminsterMelanie2013-08-071-1/+1
|\ \ | |/
| * minor: replace veclist.Add(new Vector3(0,0,0)) with Vector3.Zero in Inventory...Justin Clark-Casey (justincc)2013-08-021-1/+1
| * Put the "script saved" and "notecard saved" messages back into the bottomMelanie2013-06-111-2/+2
| * Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2013-06-061-0/+3
* | Merge branch 'avination-current' into careminsterMelanie2013-06-231-2/+6
|\ \
| * | Allow coalesced objects to be rezzed even if they extend past the sim boundsMelanie2013-06-181-2/+6
* | | Merge branch 'avination-current' into careminsterMelanie2013-06-111-2/+2
|\ \ \ | |/ /
| * | Put the "script saved" and "notecard saved" messages back into the bottomMelanie2013-06-111-2/+2
* | | Merge branch 'avination-current' into careminsterMelanie2013-06-061-3/+12
|\ \ \ | |/ /
| * | Allow Linden trees to preserve their type when taken into inventory and rezze...Melanie2013-05-261-3/+12
| * | Fix the long standing bug of items being delivered to lost and found or trash...Melanie2013-05-011-2/+3
* | | Merge branch 'master' into careminsterMelanie2013-05-041-0/+6
|\ \ \ | | |/ | |/|
| * | Fix inventory issueBlueWall2013-05-011-0/+6
* | | Merge branch 'master' into careminsterMelanie2013-05-011-2/+3
|\ \ \ | |/ /
| * | Fix the long standing bug of items being delivered to lost and found or trash...Melanie2013-05-011-2/+3
* | | Merge branch 'master' into careminsterMelanie2013-04-101-26/+32
|\ \ \ | |/ / | | / | |/ |/|
| * minor: remove mono compiler warnings in InventoryAccessModuleJustin Clark-Casey (justincc)2013-04-101-3/+2
| * Fix taking (and rezzing) of coalesced objects in the non-root subregions of m...Justin Clark-Casey (justincc)2013-04-061-16/+16
| * When rezzing a coalesced object, check adjust position of all components.Justin Clark-Casey (justincc)2013-04-061-20/+27
| * Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-261-3/+6
* | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMaskMelanie2013-03-241-2/+5
* | Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
|\ \ | |/
| * More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto2012-11-121-0/+2
| * Fix mantis #6425Diva Canto2012-11-111-6/+0
* | add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov2012-09-241-1/+1
* | If an asset upload transaction doesn't exist for a CreateInventory request,Melanie2012-09-241-29/+28
* | Merge branch 'master' into careminsterMelanie2012-07-281-2/+3
|\ \ | |/
| * When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)2012-07-261-2/+3
* | Merge branch 'master' into careminsterMelanie2012-06-071-1/+1
|\ \ | |/
| * Record the fact that child agents can have asset transactions.Justin Clark-Casey (justincc)2012-06-071-1/+1
* | Merge branch 'master' into careminsterMelanie2012-05-271-33/+45
|\ \ | |/
| * minor: Make log class names in InventoryAccessModule uniformJustin Clark-Casey (justincc)2012-05-231-10/+10
| * Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)2012-05-231-23/+36
* | Preserve attachment rotation on objects rezzed via a script. Makes toastersMelanie2012-05-021-0/+7
* | Prevent objects rezzed in sim from being seen as attachments and becoming une...Melanie2012-04-171-0/+2
* | Merge branch 'master' into careminsterMelanie2012-04-071-4/+4
|\ \ | |/
| * Rather than having a FromFolderID property on every single prim and only ever...Justin Clark-Casey (justincc)2012-04-071-3/+3
| * Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)2012-04-071-1/+1
* | Merge branch 'master' into careminsterMelanie2012-03-311-0/+24
|\ \ | |/
| * minor: small message adjustment and unnecessary code elimination when notifyi...Justin Clark-Casey (justincc)2012-03-311-1/+1