Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not allow a script to attach a prim if its being sat upon. | Justin Clark-Casey (justincc) | 2012-07-09 | 1 | -0/+9 |
| | | | | | | This prevents a stack overflow where a get position on the avatar will refer to the attachment which will in turn refer back to the avatar. This required recording of all sitting avatars on a prim which is done separately from recording the sit target avatar. Recording HashSet is null if there are no sitting avatars in order to save memory. | ||||
* | refactor: Remove unnecessary AttachmentModuleTests.m_userId in favour of ↵ | Justin Clark-Casey (justincc) | 2012-06-26 | 1 | -0/+5 |
| | | | | local variables | ||||
* | Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple ↵ | Justin Clark-Casey (justincc) | 2011-08-17 | 1 | -5/+3 |
| | | | | attachments check | ||||
* | Fix give inventory tests to use different users rather than (accidentally) ↵ | Justin Clark-Casey (justincc) | 2011-06-04 | 1 | -4/+7 |
| | | | | the same user. Extend TestGiveInventoryItem() to test giving back the same item. | ||||
* | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -1/+1 |
| | | | | OpenSim.Tests.Common instead | ||||
* | rename test helpers enclosing package from Setup to Helpers | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -0/+145 |