OpenSimMirror/OpenSim/Region/Framework/Scenes/Tests
Justin Clark-Casey (justincc) 5301648cff In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment before changing properties for correct inventory serialization.
Serialization of attachments requires IsAttachment = false so that correct positions are serialized instead of avatar position.
However, doing this when a hud is still attached allows race conditions with update threads, resulting in hud artifacts on other viewers.
This change sets SOG.IsDeleted before serialization changes take place (IsDeleted itself is not a serialized property).
LLClientView then screens out any deleted SOGs before sending updates to viewers.
2012-06-25 21:08:19 +01:00
..
BorderTests.cs Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on and off within tests. 2012-04-30 18:44:22 +01:00
EntityManagerTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
SceneGraphTests.cs Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on and off within tests. 2012-04-30 18:44:22 +01:00
SceneObjectBasicTests.cs In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment before changing properties for correct inventory serialization. 2012-06-25 21:08:19 +01:00
SceneObjectDeRezTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
SceneObjectLinkingTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
SceneObjectResizeTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
SceneObjectScriptTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
SceneObjectSpatialTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
SceneObjectStatusTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
SceneObjectUserGroupTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
ScenePresenceAgentTests.cs Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTeleport() if an agent needs closing. 2012-06-08 01:26:43 +01:00
ScenePresenceAnimationTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
ScenePresenceAutopilotTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
ScenePresenceSitTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
ScenePresenceTeleportTests.cs Remove duplicate update of user count in Scene.IncomingCloseAgent() 2012-06-08 00:40:38 +01:00
SceneTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
TaskInventoryTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
UserInventoryTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00
UuidGathererTests.cs Add regression test for teleporting an agent between separated regions on the same simulator. 2012-04-27 00:58:54 +01:00