aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-31Remove testing cruft that is blocking the new protocols. Unit tests noMelanie Thielker1-0/+2
2015-10-31let silly tests override version on local connectionsUbitUmarov1-1/+1
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto1-1/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov1-28/+0
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2-5/+5
2015-06-05More on mantis #7567. Two things:Diva Canto1-0/+8
2015-05-26Attachments Module. Fix detach event not being fired until the next time the ...AliciaRaven1-0/+5
2015-02-25Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)1-2/+2
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-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
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)2-5/+18
2014-09-09 remove messing with KeyframeMotion on attachUbitUmarov1-2/+2
2014-09-09drop attachments with original physical proprietiesUbitUmarov1-21/+6
2014-09-08 on drop send full update on root prim, terse on others ( as sl ). FixUbitUmarov1-2/+5
2014-09-08 change attachment drop, to make object Phanton. THis is not as SL, butUbitUmarov1-8/+12
2014-09-08*NEEDS more testing* on attachment drop: fix adding prims to physicsUbitUmarov1-4/+31
2014-08-03 remove debug msgs at attachments deRezUbitUmarov1-7/+1
2014-08-03buggUbitUmarov1-11/+15
2014-08-03 dont get script states for NPCs on deRezUbitUmarov1-8/+11
2014-08-03replace debug msgs by othersUbitUmarov1-1/+12
2014-07-20Fix duplicate attach message being sent to objects picked up from the groundMelanie Thielker1-1/+4
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-10-05* Fixes cases where Last Attachment Point gets overwritten with 0 when it sho...teravus1-1/+2
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-02Make atachment state load work againMelanie1-1/+1
2013-08-02Move experimental attachments throttling further down the chain so that multi...Justin Clark-Casey (justincc)1-16/+15
2013-08-01Make attachment state load work againMelanie1-1/+1
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-06-08Make objects attached from the ground appear in inventory again. Fixes a numberMelanie1-1/+1
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