OpenSimMirror/OpenSim/Region/Framework/Scenes/Tests
Dan Lake e2c51a977d Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.
UpdateFlag is now referenced/used only within SOP and SOG. Outsiders are
using ScheduleFullUpdate, ScheduleTerseUpdate or ClearUpdateSchedule on
SOP consistently now. Also started working toward eliminating those
calls to ScheduleFullUpdate, ScheduleTerseUpdate or ClearUpdateSchedule
from outside SOP in favor of just setting properties on SOP and let SOP
decide if an update should be scheduled. This consolidates the update
policy within SOP and the client rather than everywhere that makes
changes to SOP. Some places forget to call update while others call it
multiple times, "just to be sure".

UpdateFlag and Schedule*Update will both be made private shortly.

UpdateFlag is intended to be transient and internal to SOP so it has
been removed from XML serializer for SOPs.
2011-11-02 14:59:00 -07:00
..
BorderTests.cs rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
EntityManagerTests.cs rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
SceneGraphTests.cs rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
SceneObjectBasicTests.cs stop the duplicate remove of the root part ids from the full part and local part indexes in SG.DeleteSceneObject() 2011-09-13 18:11:13 +01:00
SceneObjectDeRezTests.cs refactor: Change SceneHelpers.AddClient() to AddScenePresence(). 2011-08-06 02:17:41 +01:00
SceneObjectLinkingTests.cs Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL. 2011-11-02 14:59:00 -07:00
SceneObjectResizeTests.cs rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
SceneObjectStatusTests.cs rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
SceneObjectUserGroupTests.cs refactor: Change SceneHelpers.AddClient() to AddScenePresence(). 2011-08-06 02:17:41 +01:00
ScenePresenceAgentTests.cs Fixed line endings from previous commit 2011-10-06 23:20:51 -07:00
ScenePresenceAutopilotTests.cs Reinstate option to land an npc when it reaches a target. 2011-09-22 00:16:05 +01:00
ScenePresenceTeleportTests.cs Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around. 2011-10-25 20:24:21 +01:00
SceneTests.cs rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
TaskInventoryTests.cs rename TestHelper => TestHelpers for consistency 2011-08-06 00:31:03 +01:00
UserInventoryTests.cs Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachments check 2011-08-17 00:37:33 +01:00
UuidGathererTests.cs Get UUIDGatherer to scan notecards in the graph for asset uuids. 2011-10-22 02:16:46 +01:00