aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...Dan Lake2011-10-041-1/+1
* Removed redundant code in AttachmentsModule and simplified interfaces which c...Dan Lake2011-10-031-5/+5
* Don't try and delete attachments for child agent closeJustin Clark-Casey (justincc)2011-09-131-0/+32
* Remember to set and unset the fire and forget method at the top of the attach...Justin Clark-Casey (justincc)2011-09-081-3/+7
* In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)2011-09-061-0/+8
* Stop the pointless double setting of every attachment in AvatarAppearance.Justin Clark-Casey (justincc)2011-09-061-0/+1
* Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)2011-08-311-5/+5
* refactor: migrate DropObject handling fully into AttachmentsModule from SceneJustin Clark-Casey (justincc)2011-08-301-5/+2
* Fix bug where attachments were remaining on the avatar after being dropped.Justin Clark-Casey (justincc)2011-08-301-4/+10
* Eliminate duplicate AttachmentPoint properties by always using the one stored...Justin Clark-Casey (justincc)2011-08-271-3/+0
* refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)2011-08-271-9/+9
* refactor: remove common presence set up in attachments testsJustin Clark-Casey (justincc)2011-08-261-32/+38
* comment out verbose test logging from last commitJustin Clark-Casey (justincc)2011-08-261-1/+1
* add regression test for detaching an attachment to the sceneJustin Clark-Casey (justincc)2011-08-261-0/+33
* refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingl...Justin Clark-Casey (justincc)2011-08-261-1/+1
* Remove forcing of phantom on ground attached objects - attachments can be bot...Justin Clark-Casey (justincc)2011-08-241-3/+0
* extend initial rez regression test to check that attachment is phantomJustin Clark-Casey (justincc)2011-08-241-9/+14
* Make objects attached from the ground phantomJustin Clark-Casey (justincc)2011-08-241-2/+10
* add TestAddAttachmentFromGround() regression testJustin Clark-Casey (justincc)2011-08-241-1/+31
* rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...Justin Clark-Casey (justincc)2011-08-231-1/+1
* remove mono compiler warningsJustin Clark-Casey (justincc)2011-08-231-2/+0
* replace TestRemoveAttachments() with a more thorough TestRemoveAttachment()Justin Clark-Casey (justincc)2011-08-231-51/+27
* replace old TestAddAttachments() with a more thorough TestAddAttachment()Justin Clark-Casey (justincc)2011-08-231-7/+28
* extend test to check that there is one attachment and that it has the right nameJustin Clark-Casey (justincc)2011-08-171-1/+6
* Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...Justin Clark-Casey (justincc)2011-08-171-6/+16
* Add new FireAndForgetMethod.None.Justin Clark-Casey (justincc)2011-08-161-13/+33
* Move some previously common code back into separate tests. Remove unused reg...Justin Clark-Casey (justincc)2011-08-161-10/+9
* Isolate existing incomplete attachments tests rather than have them rely on e...Justin Clark-Casey (justincc)2011-08-161-5/+5
* drop number of attachments in test from 3 to 2 to reduce text complexityJustin Clark-Casey (justincc)2011-08-161-4/+1
* remove setting up of second scene in attachments since it's not currently usedJustin Clark-Casey (justincc)2011-08-161-24/+21
* relocate AttachmentTests.cs to AttachmentsModuleTests.csJustin Clark-Casey (justincc)2011-08-161-0/+172