aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IAttachmentsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interfaceJustin Clark-Casey (justincc)2010-09-131-11/+0
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-1/+1
|\ \ | |/
| * Formatting cleanup.Jeff Ames2010-09-121-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-08-301-0/+8
|\ \ | |/
| * refactor: break out attachment position change code in Scene.UpdatePrimPositi...Justin Clark-Casey (justincc)2010-08-261-0/+8
| * Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie2010-07-141-1/+1
| * Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-2/+2
* | Major attachments cleanup. Remove unused AttachObject ClientView methodMelanie Thielker2010-07-141-1/+1
* | Remove useless quaternion parameter from AttachObject sigMelanie Thielker2010-07-141-2/+2
* | Plumb a data path to initialize an attachment from an alternate sourceMelanie Thielker2010-04-241-1/+6
|/
* refactor: move DeatchObject() into the AttachmentsModuleJustin Clark-Casey (justincc)2010-04-171-0/+10
* refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen...Justin Clark-Casey (justincc)2010-04-161-0/+7
* refactor: crudely move the RezMultipleAttachments() method into the Attachmen...Justin Clark-Casey (justincc)2010-04-161-0/+12
* refactor: Move another RezSingleAttachment() from Scene.Inventory to Attachme...Justin Clark-Casey (justincc)2010-03-121-2/+16
* refactor: move RezSingleAttachmentFromInventory() from SceneGraph to Attachme...Justin Clark-Casey (justincc)2010-03-121-1/+10
* refactor: move client invoked AttachObject from SceneGraph to AttachmentsModuleJustin Clark-Casey (justincc)2010-03-121-3/+14
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-3/+3
* refactor: Move DetachSingleAttachmentToInv to region moduleJustin Clark-Casey (justincc)2010-03-061-0/+11
* refactor: move user inventory side of RezSingleAttachment to moduleJustin Clark-Casey (justincc)2010-03-051-0/+12
* refactor: begin to move attachments code into a region moduleJustin Clark-Casey (justincc)2010-03-051-0/+49