aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments (unfollow)
Commit message (Expand)AuthorFilesLines
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-27refactor: rename Scene.IncomingCloseAgent() to CloseAgent() in order to make ...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-17Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)1-2/+2
2013-08-16refactor: Make AttachmentModulesTests.TestSameSimulatorNeighbouringRegionsTel...Justin Clark-Casey (justincc)1-1/+1
2013-08-14minor: remove unused entity transfer config in teleport v2 attachments testJustin Clark-Casey (justincc)1-1/+0
2013-08-12Create TestSameSimulatorNeighbouringRegionsTeleportV2() regression test for V...Justin Clark-Casey (justincc)1-1/+112
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-26Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)1-0/+9
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-05-09Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)1-2/+2
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)2-21/+21
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)2-21/+20
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-20On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)1-2/+8
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 multiattachMelanie2-6/+6
2013-03-18Limit each attachment point to 5 items as per specMelanie1-3/+13
2013-03-18Multiattach, part 1Melanie2-33/+31
2013-03-18Improve rejection of any attempt to reattach an object that is already attached.Justin Clark-Casey (justincc)2-31/+194
2013-03-18Fix recent regression where an item worn to an attachment point that was alre...Justin Clark-Casey (justincc)2-89/+153
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)2-14/+18
2012-09-29Extend attachment regression test to check for appropriate attach event firing.Justin Clark-Casey (justincc)1-25/+49
2012-09-22Guard against inventory get failures.Diva Canto1-0/+3
2012-09-19Correctly override and call base OpenSimTestCase.SetUp() method in GridConnec...Justin Clark-Casey (justincc)1-2/+2
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
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.Melanie2-17/+30
2012-07-24Remove bad using statement in AttachmentsModuleTests.Justin Clark-Casey (justincc)1-2/+1
2012-07-24extend regression TestRezScriptedAttachmentFromInventory() to check actual st...Justin Clark-Casey (justincc)1-3/+19