aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Attachments/Tests/AttachmentsModuleTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-44/+48
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-35/+395
2012-09-29Fire EventManager.TriggerOnAttach (and hence LSL attach event) when an object...Justin Clark-Casey (justincc)1-3/+1
2012-09-29Extend attachment regression test to check for appropriate attach event firing.Justin Clark-Casey (justincc)1-25/+49
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-14Lay some groundwork for temp attachments. Decouple attachments from inventory.Melanie1-3/+3
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
2012-07-24extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)1-3/+25
2012-07-11Allow XEngine StartDelay to be configured in the [XEngine] config section.Justin Clark-Casey (justincc)1-1/+2
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-15/+116
2012-07-11Add regression TestRezScriptedAttachmentsFromInventory() though this currentl...Justin Clark-Casey (justincc)1-1/+26
2012-07-09Do not allow a script to attach a prim if its being sat upon.Justin Clark-Casey (justincc)1-1/+31
2012-07-06minor: Remove some wrong comments in attachments regression testsJustin Clark-Casey (justincc)1-2/+0
2012-07-06Add assert to attachment regression tests to check that number of objects in ...Justin Clark-Casey (justincc)1-0/+14
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)1-1/+1
2012-06-28Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct...Justin Clark-Casey (justincc)1-3/+4
2012-06-27Automatically disable log4net before each regression test so that logging is ...Justin Clark-Casey (justincc)1-3/+1
2012-06-26refactor: Remove unnecessary AttachmentModuleTests.m_userId in favour of loca...Justin Clark-Casey (justincc)1-40/+26
2012-06-26refactor: Use local attachment module variables instead of global m_attMod.Justin Clark-Casey (justincc)1-11/+10
2012-06-26refactor: make m_presence a local variable in all AttachmentsModuleTests sinc...Justin Clark-Casey (justincc)1-26/+25
2012-06-26Add regression test to check that attachments in source region are deleting w...Justin Clark-Casey (justincc)1-18/+115
2012-06-22refactor AttachmentsModule tests to use a common method for standard attachme...Justin Clark-Casey (justincc)1-70/+69
2012-06-22Add regression test for updating attachment positionJustin Clark-Casey (justincc)1-0/+30
2012-05-23Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)1-2/+11
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2012-04-07Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)1-2/+3
2011-10-04Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand...Dan Lake1-1/+1
2011-10-03Removed redundant code in AttachmentsModule and simplified interfaces which c...Dan Lake1-5/+5
2011-09-13Don't try and delete attachments for child agent closeJustin Clark-Casey (justincc)1-0/+32
2011-09-08Remember to set and unset the fire and forget method at the top of the attach...Justin Clark-Casey (justincc)1-3/+7
2011-09-06In SetAttachment, if the existing attachment has no asset id then carry on ra...Justin Clark-Casey (justincc)1-0/+8
2011-09-06Stop the pointless double setting of every attachment in AvatarAppearance.Justin Clark-Casey (justincc)1-0/+1
2011-08-31Make SP.Attachments available as sp.GetAttachments() instead.Justin Clark-Casey (justincc)1-5/+5
2011-08-30refactor: migrate DropObject handling fully into AttachmentsModule from SceneJustin Clark-Casey (justincc)1-5/+2
2011-08-30Fix bug where attachments were remaining on the avatar after being dropped.Justin Clark-Casey (justincc)1-4/+10
2011-08-27Eliminate duplicate AttachmentPoint properties by always using the one stored...Justin Clark-Casey (justincc)1-3/+0
2011-08-27refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin...Justin Clark-Casey (justincc)1-9/+9
2011-08-26refactor: remove common presence set up in attachments testsJustin Clark-Casey (justincc)1-32/+38
2011-08-26comment out verbose test logging from last commitJustin Clark-Casey (justincc)1-1/+1
2011-08-26add regression test for detaching an attachment to the sceneJustin Clark-Casey (justincc)1-0/+33
2011-08-26refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingl...Justin Clark-Casey (justincc)1-1/+1
2011-08-24Remove forcing of phantom on ground attached objects - attachments can be bot...Justin Clark-Casey (justincc)1-3/+0
2011-08-24extend initial rez regression test to check that attachment is phantomJustin Clark-Casey (justincc)1-9/+14
2011-08-24Make objects attached from the ground phantomJustin Clark-Casey (justincc)1-2/+10
2011-08-24add TestAddAttachmentFromGround() regression testJustin Clark-Casey (justincc)1-1/+31
2011-08-23rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen...Justin Clark-Casey (justincc)1-1/+1
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-2/+0
2011-08-23replace TestRemoveAttachments() with a more thorough TestRemoveAttachment()Justin Clark-Casey (justincc)1-51/+27