| Commit message (Expand) | Author | Files | Lines |
2013-03-28 | Stop attempts to update/add existing attachments in user inventory when telep... | Justin Clark-Casey (justincc) | 1 | -2/+4 |
2013-03-28 | If the viewer has already rezzed any attachments itself, then ignore the simu... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2013-03-18 | Multiattach, part 1 | Melanie | 1 | -1/+1 |
2013-03-05 | Multiattach, part 1 | Melanie | 1 | -1/+1 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -9/+0 |
2012-10-02 | implementing osDropAttachment & osDropAttachmentAt | SignpostMarv | 1 | -0/+9 |
2012-08-14 | Lay some groundwork for temp attachments. Decouple attachments from inventory. | Melanie | 1 | -1/+1 |
2012-07-23 | Change attachment handling to remove object from the scene first as per | Melanie | 1 | -1/+1 |
2012-07-23 | Change attachment handling to remove object from the scene first as per | Melanie | 1 | -1/+1 |
2012-07-11 | Add regression TestDetachScriptedAttachmentToInventory() | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-06-28 | Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct... | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2012-06-27 | refactor: Move ScenePresence <-> AgentData attachments copying code into Atta... | Justin Clark-Casey (justincc) | 1 | -0/+14 |
2012-06-25 | When attachments are being saved and deleted for a closing root agent, delete... | Justin Clark-Casey (justincc) | 1 | -3/+8 |
2012-06-04 | Fix llAttachToAvatar and "Attach" viewer option to preserve saved attach posi... | Melanie | 1 | -1/+1 |
2012-02-01 | Fix copy/paste errors | Melanie | 1 | -1/+1 |
2011-10-04 | Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand... | Dan Lake | 1 | -22/+9 |
2011-10-03 | Removed redundant code in AttachmentsModule and simplified interfaces which c... | Dan Lake | 1 | -29/+6 |
2011-10-03 | Remove usage of Linden packet types from inside Attachments Module and interface | Dan Lake | 1 | -2/+2 |
2011-09-14 | Merge fixes, and fix the build | Tom | 1 | -1/+1 |
2011-09-13 | Remove UpdateKnownItem() from IAttachmentsModule. | Justin Clark-Casey (justincc) | 1 | -9/+0 |
2011-09-12 | Start locking entire add/remove operations on an IScenePresence.AttachmentsSy... | Justin Clark-Casey (justincc) | 1 | -0/+9 |
2011-09-06 | Get rid of the confusing version of IAttachmentsModule.RezSingleAttachmentFro... | Justin Clark-Casey (justincc) | 1 | -14/+0 |
2011-08-31 | move common code into AttachmentsModule.DeleteAttachmentsFromScene() | Justin Clark-Casey (justincc) | 1 | -0/+9 |
2011-08-30 | refactor: move SP.SaveChangedAttachments() fully into AttachmentsModule | Justin Clark-Casey (justincc) | 1 | -0/+6 |
2011-08-30 | refactor: Move ScenePresence.RezAttachments() into AttachmentsModule | Justin Clark-Casey (justincc) | 1 | -0/+6 |
2011-08-30 | refactor: migrate DropObject handling fully into AttachmentsModule from Scene | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2011-08-26 | refactor: simplify DetachSingleAttachmentToGround() by retrieving the scene o... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-08-23 | rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen... | Justin Clark-Casey (justincc) | 1 | -15/+7 |
2011-08-22 | If an attachment fails, then start logging the exception for now, in order to... | Justin Clark-Casey (justincc) | 1 | -5/+3 |
2011-08-17 | Fix issue where loading a new appearance onto an NPC would not remove the pre... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2010-12-14 | reinstate IAttachmentsModule.UpdateAttachmentPosition() since this is being u... | Justin Clark-Casey (justincc) | 1 | -6/+9 |
2010-11-16 | Change the way attachments are persisted. Editing a worn attachment will now | Melanie | 1 | -6/+15 |
2010-11-16 | Change the way attachments are persisted. Editing a worn attachment will now | Melanie | 1 | -6/+13 |
2010-11-16 | When detaching a scripted item, always consider it modified. Script states | Melanie | 1 | -0/+2 |
2010-09-13 | Remove IAttachmentsModule.SetAttachmentInventoryStatus() from public interface | Justin Clark-Casey (justincc) | 1 | -11/+0 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2010-08-26 | refactor: break out attachment position change code in Scene.UpdatePrimPositi... | Justin Clark-Casey (justincc) | 1 | -0/+8 |
2010-07-14 | Major attachments cleanup. Remove unused AttachObject ClientView method | Melanie | 1 | -1/+1 |
2010-07-14 | Remove useless quaternion parameter from AttachObject sig | Melanie Thielker | 1 | -2/+2 |
2010-07-14 | Major attachments cleanup. Remove unused AttachObject ClientView method | Melanie Thielker | 1 | -1/+1 |
2010-07-14 | Remove useless quaternion parameter from AttachObject sig | Melanie Thielker | 1 | -2/+2 |
2010-04-24 | Plumb a data path to initialize an attachment from an alternate source | Melanie Thielker | 1 | -1/+6 |
2010-04-17 | refactor: move DeatchObject() into the AttachmentsModule | Justin Clark-Casey (justincc) | 1 | -0/+10 |
2010-04-16 | refactor: crudely move DetachSingleAttachmentToGround() over to the Attachmen... | Justin Clark-Casey (justincc) | 1 | -0/+7 |
2010-04-16 | refactor: crudely move the RezMultipleAttachments() method into the Attachmen... | Justin Clark-Casey (justincc) | 1 | -0/+12 |
2010-03-12 | refactor: Move another RezSingleAttachment() from Scene.Inventory to Attachme... | Justin Clark-Casey (justincc) | 1 | -2/+16 |
2010-03-12 | refactor: move RezSingleAttachmentFromInventory() from SceneGraph to Attachme... | Justin Clark-Casey (justincc) | 1 | -1/+10 |
2010-03-12 | refactor: move client invoked AttachObject from SceneGraph to AttachmentsModule | Justin Clark-Casey (justincc) | 1 | -3/+14 |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -3/+3 |
2010-03-06 | refactor: Move DetachSingleAttachmentToInv to region module | Justin Clark-Casey (justincc) | 1 | -0/+11 |