aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/AttachmentsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-17minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess...Justin Clark-Casey (justincc)1-3/+2
2014-12-17Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)1-5/+11
2014-12-10Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)1-0/+7
2014-11-10minor: correct console response when setting attachments logging levelJustin Clark-Casey1-1/+1
2014-10-02Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)1-3/+8
2014-05-22Fixed a problem with detaching attachments in situations where the user's ass...Diva Canto1-7/+2
2014-05-01Fix issue where only one of multiple attachments on the same attachpoint for ...Justin Clark-Casey (justincc)1-0/+7
2014-03-22Fix negative stat for Active ScriptsDev Random1-2/+3
2013-11-15minor: Use default(UUID) in rez attachment failure error logging rather than ...Justin Clark-Casey (justincc)1-1/+1
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood1-1/+17
2013-08-17minor: remove mono compiler warning from AttachmentsModuleJustin Clark-Casey (justincc)1-2/+1
2013-08-02Move experimental attachments throttling further down the chain so that multi...Justin Clark-Casey (justincc)1-16/+15
2013-08-01Add experimental "debug attachments throttle <ms>" setting (command line) and...Justin Clark-Casey (justincc)1-15/+87
2013-07-16Attachments module only registers when enabled. This enables alternative atta...Dan Lake1-2/+4
2013-05-09remove pointless region handle paramter from IClientAPI.SendKillObject()Justin Clark-Casey (justincc)1-1/+1
2013-04-02minor: Remove unnecessary call to GetAttachments() in AttachmentsModule.Updat...Justin Clark-Casey (justincc)1-2/+0
2013-03-29refactor: move the append magic number processing for attachments back up int...Justin Clark-Casey (justincc)1-6/+6
2013-03-29Check viewer 2/3 attachment calls against avatar appearance attachment data r...Justin Clark-Casey (justincc)1-19/+17
2013-03-29Fix bug where CHANGED_REGION and/or CHANGED_TELEPORT weren't firing for scrip...Justin Clark-Casey (justincc)1-1/+1
2013-03-28Stop attempts to update/add existing attachments in user inventory when telep...Justin Clark-Casey (justincc)1-16/+15
2013-03-28Add "debug attachments" console command to allow highly verbose attachment lo...Justin Clark-Casey (justincc)1-61/+109
2013-03-28If the viewer has already rezzed any attachments itself, then ignore the simu...Justin Clark-Casey (justincc)1-4/+10
2013-03-28Move the simulator-side RezAttachments call on login to SP.MakeRootAgent with...Justin Clark-Casey (justincc)1-1/+1
2013-03-19Prevent multiple instances of the same item ID being appended to an AvatarApp...Justin Clark-Casey (justincc)1-2/+2
2013-03-19Process default attachment point in AttachObjectInternal before we check whet...Justin Clark-Casey (justincc)1-27/+27
2013-03-18Fix tests for multiattachMelanie1-3/+3
2013-03-18Limit each attachment point to 5 items as per specMelanie1-3/+13
2013-03-18Multiattach, part 1Melanie1-30/+28
2013-03-18Improve rejection of any attempt to reattach an object that is already attached.Justin Clark-Casey (justincc)1-12/+12
2013-03-18Fix recent regression where an item worn to an attachment point that was alre...Justin Clark-Casey (justincc)1-88/+90
2013-03-06minor: remove some completely unused string local vars added recently in comm...Justin Clark-Casey (justincc)1-2/+0
2013-03-05Get attachment script state before taking sp.AttachmentsSyncLock() to avoid r...Justin Clark-Casey (justincc)1-140/+161
2013-01-11Implement a workaround solution for saving manual script state changes by the...Justin Clark-Casey (justincc)1-5/+19
2013-01-11Save attachments on detach/exit if a contained script state has been changed.Justin Clark-Casey (justincc)1-1/+17
2013-01-03minor: Add some doc to the extremely unhelpful 'fudge....' comment as to why ...Justin Clark-Casey (justincc)1-1/+4
2013-01-03Fix problem where object attached from ground often does not get attached pro...Justin Clark-Casey (justincc)1-9/+1
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)1-3/+3
2012-10-02implementing osDropAttachment & osDropAttachmentAtSignpostMarv1-1/+10
2012-09-29Fire EventManager.TriggerOnAttach (and hence LSL attach event) when an object...Justin Clark-Casey (justincc)1-11/+17
2012-09-22Guard against inventory get failures.Diva Canto1-0/+3
2012-08-20Fix scripted detach of temp attachmentsMelanie1-6/+2
2012-08-14As per lindn spec, disable detach and drop for temp attachmentsMelanie1-0/+8
2012-08-14Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie1-14/+27
2012-07-23Change attachment handling to remove object from the scene first as perMelanie1-29/+59
2012-07-20Fix the order of operations on detach. The object must always be serializedMelanie1-6/+10
2012-07-17Restore update of inventory item on derez/logout. This is necessary to updat...Justin Clark-Casey (justincc)1-1/+6
2012-07-17Stop sending the viewer an inventory create message if a known attachment ite...Justin Clark-Casey (justincc)1-4/+1
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-5/+11
2012-07-10When an attachment is detached to inv or derezzed, stop the scripts, update t...Justin Clark-Casey (justincc)1-6/+14
2012-07-09Do not allow a script to attach a prim if its being sat upon.Justin Clark-Casey (justincc)1-0/+9