Justin Clark-Casey (justincc)
|
bd991fc95f
Don't try and delete attachments for child agent close
|
13 years ago |
Justin Clark-Casey (justincc)
|
96a3b68086
Remember to set and unset the fire and forget method at the top of the attachment and npc tests
|
13 years ago |
Justin Clark-Casey (justincc)
|
b903d2ca96
In SetAttachment, if the existing attachment has no asset id then carry on rather than abort.
|
13 years ago |
Justin Clark-Casey (justincc)
|
0cb0140a1d
Stop the pointless double setting of every attachment in AvatarAppearance.
|
13 years ago |
Justin Clark-Casey (justincc)
|
32444d98cb
Make SP.Attachments available as sp.GetAttachments() instead.
|
13 years ago |
Justin Clark-Casey (justincc)
|
1de68b34d9
refactor: migrate DropObject handling fully into AttachmentsModule from Scene
|
13 years ago |
Justin Clark-Casey (justincc)
|
e7a515bab0
Fix bug where attachments were remaining on the avatar after being dropped.
|
13 years ago |
Justin Clark-Casey (justincc)
|
1615e7d29f
Eliminate duplicate AttachmentPoint properties by always using the one stored in the root part's state field.
|
13 years ago |
Justin Clark-Casey (justincc)
|
33a894f3d2
refactor: move SOP.IsAttachment and AttachmentPoint up into SOG to avoid pointless duplication of identical values
|
13 years ago |
Justin Clark-Casey (justincc)
|
040ad11e61
refactor: remove common presence set up in attachments tests
|
13 years ago |
Justin Clark-Casey (justincc)
|
dc61bf4b1f
comment out verbose test logging from last commit
|
13 years ago |
Justin Clark-Casey (justincc)
|
1dba047e4d
add regression test for detaching an attachment to the scene
|
13 years ago |
Justin Clark-Casey (justincc)
|
002313bf13
refactor: move sog.DetachToInventoryPrep() into AttachmentsModule.DetachSingleAttachmentToInv()
|
13 years ago |
Justin Clark-Casey (justincc)
|
4b4c5e69e5
Remove forcing of phantom on ground attached objects - attachments can be both non-phantom and flagged as physical.
|
13 years ago |
Justin Clark-Casey (justincc)
|
21f1b68fdf
extend initial rez regression test to check that attachment is phantom
|
13 years ago |
Justin Clark-Casey (justincc)
|
73d913dad2
Make objects attached from the ground phantom
|
13 years ago |
Justin Clark-Casey (justincc)
|
b9ec625dbf
add TestAddAttachmentFromGround() regression test
|
13 years ago |
Justin Clark-Casey (justincc)
|
97b207240e
rename AttachmentsModule.ShowDetachInUserInventory() to DetachSingleAttachmentToInv() for consistency and to reflect it's actual behaviour
|
13 years ago |
Justin Clark-Casey (justincc)
|
014cd4f8bb
remove mono compiler warnings
|
13 years ago |
Justin Clark-Casey (justincc)
|
805ba268d5
replace TestRemoveAttachments() with a more thorough TestRemoveAttachment()
|
13 years ago |
Justin Clark-Casey (justincc)
|
34aed96a2f
replace old TestAddAttachments() with a more thorough TestAddAttachment()
|
13 years ago |
Justin Clark-Casey (justincc)
|
bd5d35ee32
extend test to check that there is one attachment and that it has the right name
|
13 years ago |
Justin Clark-Casey (justincc)
|
696bd44833
Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachments check
|
13 years ago |
Justin Clark-Casey (justincc)
|
57e54d84d6
Add new FireAndForgetMethod.None.
|
13 years ago |
Justin Clark-Casey (justincc)
|
d3c10e609e
Move some previously common code back into separate tests. Remove unused region handle from test.
|
13 years ago |
Justin Clark-Casey (justincc)
|
0bbf7c21d7
Isolate existing incomplete attachments tests rather than have them rely on each other.
|
13 years ago |
Justin Clark-Casey (justincc)
|
c58b32e7ba
drop number of attachments in test from 3 to 2 to reduce text complexity
|
13 years ago |
Justin Clark-Casey (justincc)
|
601257f8b6
remove setting up of second scene in attachments since it's not currently used
|
13 years ago |
Justin Clark-Casey (justincc)
|
66eb537d0c
relocate AttachmentTests.cs to AttachmentsModuleTests.cs
|
13 years ago |