Justin Clark-Casey (justincc)
|
818379ba14
Fire EventManager.TriggerOnAttach (and hence LSL attach event) when an object is attached from the scene.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
d588467d5b
Extend attachment regression test to check for appropriate attach event firing.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
967d42d393
Correctly override and call base OpenSimTestCase.SetUp() method in GridConnectorsTests and ArchiverTests.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
bcbd450fe4
Add --force flag to "kick user" console command to allow bypassing of recent race condition checks.
|
12 vuotta sitten |
Melanie
|
fe4c3a37c0
Lay some groundwork for temp attachments. Decouple attachments from inventory.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
c846a5461c
Remove bad using statement in AttachmentsModuleTests.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
c992629576
extend regression TestRezScriptedAttachmentFromInventory() to check actual start of script rather than just the script status reported by SOG.ContainsScripts()
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
2858b1b1f4
extend regression TestDetachScriptedAttachementToInventory() to check correct running status on a re-rezzed attachment
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
33cff9b9d7
Allow XEngine StartDelay to be configured in the [XEngine] config section.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
fc24563206
Add regression TestDetachScriptedAttachmentToInventory()
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
14d05dc2a9
Add regression TestRezScriptedAttachmentsFromInventory() though this currently only checks for the presence of script items, not for started scripts
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
2eaa6d5ace
Do not allow a script to attach a prim if its being sat upon.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
74014a3854
minor: Remove some wrong comments in attachments regression tests
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
056c9a59b2
Add assert to attachment regression tests to check that number of objects in the scene graph
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
951b45b80f
Add OSSL function osForceAttachToAvatarFromInventory()
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
bfa6896678
Change AttachmentsModule.DetachSingleAttachmentToInv() to accept a SOG directly instead of an item ID to then shuffle through attachments, saving CPU busywork.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
5bec5bcf71
Automatically disable log4net before each regression test so that logging is confined to a single test if it's turned on.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
99954c1498
refactor: Remove unnecessary AttachmentModuleTests.m_userId in favour of local variables
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
2b82c421ad
refactor: Use local attachment module variables instead of global m_attMod.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
4329cc7b8a
refactor: make m_presence a local variable in all AttachmentsModuleTests since it doesn't need to be global and some tests set up more than one sp
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
32a4ce94f0
Add regression test to check that attachments in source region are deleting when an agent teleports to a neighbouring region
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
798846c5b6
refactor AttachmentsModule tests to use a common method for standard attachment item setup
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
06617ffd06
Add regression test for updating attachment position
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
ff429a259b
Fix bug where an avatar that had an object they owned attached through llAttachToAvatar() or osForceAttachToAvatar() would wrongly have next permissions come into play when they detached that object and rezzed it in scene.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
07e62df558
Add regression test for teleporting an agent between separated regions on the same simulator.
|
12 vuotta sitten |
Justin Clark-Casey (justincc)
|
7d8bb33c5b
Store FromItemID for attachments once on SOG instead of on every SOP and only ever using the root part entry.
|
12 vuotta sitten |
Dan Lake
|
92c88121c7
Removed all refs to IClientAPI from IAttachmentsModule. Separated client handlers for attachments to call public interface and rearranged module file into sections
|
13 vuotta sitten |
Dan Lake
|
460946ad62
Removed redundant code in AttachmentsModule and simplified interfaces which converted back and forth between ScenePresence and IClientAPI. More to be done still.
|
13 vuotta sitten |
Justin Clark-Casey (justincc)
|
bd991fc95f
Don't try and delete attachments for child agent close
|
13 vuotta sitten |
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 vuotta sitten |