aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-2/+2
* remove unused parameterUbitUmarov2015-11-171-1/+2
* Merge commit 'c92654fb43f303da8e1623f9fff8a404aad72374' into careminsterMelanie2013-03-291-2/+4
|\
| * Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)2013-03-281-2/+4
* | Merge commit '4ad9b275302ee109937512963eab095ff542a0c7' into careminsterMelanie2013-03-291-0/+4
|\ \ | |/
| * If the viewer has already rezzed any attachments itself, then ignore the simu...Justin Clark-Casey (justincc)2013-03-281-0/+4
| * Multiattach, part 1Melanie2013-03-181-1/+1
* | Multiattach, part 1Melanie2013-03-051-1/+1
* | Merge branch 'master' into careminsterMelanie2012-10-031-0/+9
|\ \ | |/
| * implementing osDropAttachment & osDropAttachmentAtSignpostMarv2012-10-021-0/+9
* | Merge branch 'master' into careminsterMelanie2012-08-141-1/+1
|\ \ | |/
| * Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie2012-08-141-1/+1
| * Change attachment handling to remove object from the scene first as perMelanie2012-07-231-1/+1
* | Change attachment handling to remove object from the scene first as perMelanie2012-07-231-1/+1
* | Merge branch 'master' into careminsterMelanie2012-07-121-1/+1
|\ \ | |/
| * Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)2012-07-111-1/+1
* | Merge branch 'master' into careminsterMelanie2012-06-291-3/+3
|\ \ | |/
| * Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)2012-06-281-3/+3
* | Merge branch 'master' into careminsterMelanie2012-06-281-0/+14
|\ \ | |/
| * refactor: Move ScenePresence <-> AgentData attachments copying code into Atta...Justin Clark-Casey (justincc)2012-06-271-0/+14
* | Merge branch 'master' into careminsterMelanie2012-06-261-3/+8
|\ \ | |/
| * When attachments are being saved and deleted for a closing root agent, delete...Justin Clark-Casey (justincc)2012-06-251-3/+8
* | Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi...Melanie2012-06-041-1/+1
* | Merge branch 'master' into careminsterMelanie2012-02-011-1/+1
|\ \ | |/
| * Fix copy/paste errorsMelanie2012-02-011-1/+1
* | Merge commit '92c88121c72386f85472c6cf4891eca8b62b9867' into bigmergeMelanie2011-10-121-27/+10
|\ \ | |/
| * Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...Dan Lake2011-10-041-22/+9
* | Merge commit '460946ad62b682c7a942751f192ca9e96b662f0e' into bigmergeMelanie2011-10-111-29/+6
|\ \ | |/
| * Removed redundant code in AttachmentsModule and simplified interfaces which c...Dan Lake2011-10-031-29/+6
* | Merge commit 'e77c919290e166f19e77f3ef040418dd39f2f5bd' into bigmergeMelanie2011-10-111-2/+2
|\ \ | |/
| * Remove usage of Linden packet types from inside Attachments Module and interfaceDan Lake2011-10-031-2/+2
* | Bring us up to date.Tom2011-09-141-16/+8
|\ \ | |/
| * Remove UpdateKnownItem() from IAttachmentsModule.Justin Clark-Casey (justincc)2011-09-131-9/+0
| * Start locking entire add/remove operations on an IScenePresence.AttachmentsSy...Justin Clark-Casey (justincc)2011-09-121-0/+9
| * Get rid of the confusing version of IAttachmentsModule.RezSingleAttachmentFro...Justin Clark-Casey (justincc)2011-09-061-14/+0
* | Merge fixes, and fix the buildTom2011-09-141-1/+1
* | Resolve merge commits, stage 1Tom2011-09-041-25/+37
|\ \ | |/
| * move common code into AttachmentsModule.DeleteAttachmentsFromScene()Justin Clark-Casey (justincc)2011-08-311-0/+9
| * refactor: move SP.SaveChangedAttachments() fully into AttachmentsModuleJustin Clark-Casey (justincc)2011-08-301-0/+6
| * refactor: Move ScenePresence.RezAttachments() into AttachmentsModuleJustin Clark-Casey (justincc)2011-08-301-0/+6
| * refactor: migrate DropObject handling fully into AttachmentsModule from SceneJustin Clark-Casey (justincc)2011-08-301-4/+4
| * refactor: simplify DetachSingleAttachmentToGround() by retrieving the scene o...Justin Clark-Casey (justincc)2011-08-261-2/+2
| * rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...Justin Clark-Casey (justincc)2011-08-231-15/+7
| * If an attachment fails, then start logging the exception for now, in order to...Justin Clark-Casey (justincc)2011-08-221-5/+3
| * Fix issue where loading a new appearance onto an NPC would not remove the pre...Justin Clark-Casey (justincc)2011-08-171-1/+2
| * reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u...Justin Clark-Casey (justincc)2010-12-141-6/+9
| * Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-6/+15
* | Change the way attachments are persisted. Editing a worn attachment will nowMelanie2010-11-161-6/+13
* | When detaching a scripted item, always consider it modified. Script statesMelanie2010-11-161-0/+2
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-141-11/+0
|\ \ | |/