| Commit message (Expand) | Author | Age | Files | Lines |
* | Add --force flag to "kick user" console command to allow bypassing of recent ... | Justin Clark-Casey (justincc) | 2012-08-20 | 1 | -1/+1 |
* | Lay some groundwork for temp attachments. Decouple attachments from inventory. | Melanie | 2012-08-14 | 1 | -3/+3 |
* | Remove bad using statement in AttachmentsModuleTests. | Justin Clark-Casey (justincc) | 2012-07-24 | 1 | -2/+1 |
* | extend regression TestRezScriptedAttachmentFromInventory() to check actual st... | Justin Clark-Casey (justincc) | 2012-07-24 | 1 | -3/+19 |
* | extend regression TestDetachScriptedAttachementToInventory() to check correct... | Justin Clark-Casey (justincc) | 2012-07-24 | 1 | -3/+25 |
* | Allow XEngine StartDelay to be configured in the [XEngine] config section. | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -1/+2 |
* | Add regression TestDetachScriptedAttachmentToInventory() | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -15/+116 |
* | Add regression TestRezScriptedAttachmentsFromInventory() though this currentl... | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -1/+26 |
* | Do not allow a script to attach a prim if its being sat upon. | Justin Clark-Casey (justincc) | 2012-07-09 | 1 | -1/+31 |
* | minor: Remove some wrong comments in attachments regression tests | Justin Clark-Casey (justincc) | 2012-07-06 | 1 | -2/+0 |
* | Add assert to attachment regression tests to check that number of objects in ... | Justin Clark-Casey (justincc) | 2012-07-06 | 1 | -0/+14 |
* | Add OSSL function osForceAttachToAvatarFromInventory() | Justin Clark-Casey (justincc) | 2012-07-05 | 1 | -1/+1 |
* | Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG direct... | Justin Clark-Casey (justincc) | 2012-06-28 | 1 | -3/+4 |
* | Automatically disable log4net before each regression test so that logging is ... | Justin Clark-Casey (justincc) | 2012-06-27 | 1 | -3/+1 |
* | refactor: Remove unnecessary AttachmentModuleTests.m_userId in favour of loca... | Justin Clark-Casey (justincc) | 2012-06-26 | 1 | -40/+26 |
* | refactor: Use local attachment module variables instead of global m_attMod. | Justin Clark-Casey (justincc) | 2012-06-26 | 1 | -11/+10 |
* | refactor: make m_presence a local variable in all AttachmentsModuleTests sinc... | Justin Clark-Casey (justincc) | 2012-06-26 | 1 | -26/+25 |
* | Add regression test to check that attachments in source region are deleting w... | Justin Clark-Casey (justincc) | 2012-06-26 | 1 | -18/+115 |
* | refactor AttachmentsModule tests to use a common method for standard attachme... | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -70/+69 |
* | Add regression test for updating attachment position | Justin Clark-Casey (justincc) | 2012-06-22 | 1 | -0/+30 |
* | Fix bug where an avatar that had an object they owned attached through llAtta... | Justin Clark-Casey (justincc) | 2012-05-23 | 1 | -2/+11 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -1/+1 |
* | Store FromItemID for attachments once on SOG instead of on every SOP and only... | Justin Clark-Casey (justincc) | 2012-04-07 | 1 | -2/+3 |
* | Removed all refs to IClientAPI from IAttachmentsModule. Separated client hand... | Dan Lake | 2011-10-04 | 1 | -1/+1 |
* | Removed redundant code in AttachmentsModule and simplified interfaces which c... | Dan Lake | 2011-10-03 | 1 | -5/+5 |
* | Don't try and delete attachments for child agent close | Justin Clark-Casey (justincc) | 2011-09-13 | 1 | -0/+32 |
* | Remember to set and unset the fire and forget method at the top of the attach... | Justin Clark-Casey (justincc) | 2011-09-08 | 1 | -3/+7 |
* | In SetAttachment, if the existing attachment has no asset id then carry on ra... | Justin Clark-Casey (justincc) | 2011-09-06 | 1 | -0/+8 |
* | Stop the pointless double setting of every attachment in AvatarAppearance. | Justin Clark-Casey (justincc) | 2011-09-06 | 1 | -0/+1 |
* | Make SP.Attachments available as sp.GetAttachments() instead. | Justin Clark-Casey (justincc) | 2011-08-31 | 1 | -5/+5 |
* | refactor: migrate DropObject handling fully into AttachmentsModule from Scene | Justin Clark-Casey (justincc) | 2011-08-30 | 1 | -5/+2 |
* | Fix bug where attachments were remaining on the avatar after being dropped. | Justin Clark-Casey (justincc) | 2011-08-30 | 1 | -4/+10 |
* | Eliminate duplicate AttachmentPoint properties by always using the one stored... | Justin Clark-Casey (justincc) | 2011-08-27 | 1 | -3/+0 |
* | refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid poin... | Justin Clark-Casey (justincc) | 2011-08-27 | 1 | -9/+9 |
* | refactor: remove common presence set up in attachments tests | Justin Clark-Casey (justincc) | 2011-08-26 | 1 | -32/+38 |
* | comment out verbose test logging from last commit | Justin Clark-Casey (justincc) | 2011-08-26 | 1 | -1/+1 |
* | add regression test for detaching an attachment to the scene | Justin Clark-Casey (justincc) | 2011-08-26 | 1 | -0/+33 |
* | refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingl... | Justin Clark-Casey (justincc) | 2011-08-26 | 1 | -1/+1 |
* | Remove forcing of phantom on ground attached objects - attachments can be bot... | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -3/+0 |
* | extend initial rez regression test to check that attachment is phantom | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -9/+14 |
* | Make objects attached from the ground phantom | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -2/+10 |
* | add TestAddAttachmentFromGround() regression test | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -1/+31 |
* | rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmen... | Justin Clark-Casey (justincc) | 2011-08-23 | 1 | -1/+1 |
* | remove mono compiler warnings | Justin Clark-Casey (justincc) | 2011-08-23 | 1 | -2/+0 |
* | replace TestRemoveAttachments() with a more thorough TestRemoveAttachment() | Justin Clark-Casey (justincc) | 2011-08-23 | 1 | -51/+27 |
* | replace old TestAddAttachments() with a more thorough TestAddAttachment() | Justin Clark-Casey (justincc) | 2011-08-23 | 1 | -7/+28 |
* | extend test to check that there is one attachment and that it has the right name | Justin Clark-Casey (justincc) | 2011-08-17 | 1 | -1/+6 |
* | Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme... | Justin Clark-Casey (justincc) | 2011-08-17 | 1 | -6/+16 |
* | Add new FireAndForgetMethod.None. | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -13/+33 |
* | Move some previously common code back into separate tests. Remove unused reg... | Justin Clark-Casey (justincc) | 2011-08-16 | 1 | -10/+9 |