aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-22Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)1-2/+4
2012-03-20Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2-8/+6
2012-03-20Remove pointless ThreadAbortException catching in a test that isn't run anyway.Justin Clark-Casey (justincc)1-11/+5
2012-03-02minor: remove mono compiler warningJustin Clark-Casey (justincc)1-2/+1
2012-02-15In ObjectTortureTests, run garbage collector on Teardown and run scene loop u...Justin Clark-Casey (justincc)1-2/+39
2012-02-08Stop a scene object from attempting to link with itself (which results in an ...Justin Clark-Casey (justincc)1-3/+20
2012-02-07Add TestAddTaskInventoryItem()Justin Clark-Casey (justincc)1-1/+25
2012-02-04Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if...Justin Clark-Casey (justincc)2-2/+2
2012-01-26Add basic TestAddScript() regression testJustin Clark-Casey (justincc)1-0/+76
2011-12-12Cleaned up ScenePresence parameters for Flying, WasFlying, FlyingOld and IsCo...Dan Lake2-2/+2
2011-12-03Split up test SceneHelpers to provide an AddChildScenePresence() callJustin Clark-Casey (justincc)1-0/+1
2011-12-03Remove T012_TestAddNeighbourRegion() and T013_TestRemoveNeighbourRegion() sin...Justin Clark-Casey (justincc)1-70/+5
2011-12-03Extend TestCreateChildScenePresence to make assertions both at CreateAgent st...Justin Clark-Casey (justincc)1-0/+16
2011-12-03Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)1-11/+46
2011-12-03Use GetAgentCircuits() to receive a copy of the AgentCircuitsByUUID dictionar...Justin Clark-Casey (justincc)1-4/+2
2011-12-03Add agent circuit number checks to TestCloseAgent()Justin Clark-Casey (justincc)1-0/+4
2011-12-03Add basic TestFlyingAnimation() regression testJustin Clark-Casey (justincc)1-0/+70
2011-11-11extract common ScenePresence setup code into Init() method for ScenePresenceS...Justin Clark-Casey (justincc)1-39/+31
2011-11-11add SP.PhysicsActor checks to other sit/stand testsJustin Clark-Casey (justincc)1-0/+4
2011-11-11add sit and stand on ground testJustin Clark-Casey (justincc)1-0/+23
2011-11-11As per mailing list last week, remove facility that would automatically move ...Justin Clark-Casey (justincc)1-2/+31
2011-11-11Bump warp sit distance up to 10 meters, as discussed on opensim-dev mailing l...Justin Clark-Casey (justincc)1-16/+41
2011-11-11Add new ScenePresenceSitTests with a single sit/stand testJustin Clark-Casey (justincc)1-0/+103
2011-11-02Changes UpdateFlag in SOP to an enumeration of NONE, TERSE and FULL.Dan Lake1-8/+8
2011-10-29Remove completely unused SOG.Rotation parameterJustin Clark-Casey (justincc)1-9/+9
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-10-22Get UUIDGatherer to scan notecards in the graph for asset uuids.Justin Clark-Casey (justincc)1-0/+26
2011-10-06Fixed line endings from previous commitDan Lake1-2/+2
2011-10-06Refactored "known child region" in ScenePresence. There were 4 differentDan Lake1-7/+4
2011-09-22Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)1-2/+2
2011-09-21Move code which handles NPC movement into Scene so that this can also be used...Justin Clark-Casey (justincc)1-0/+135
2011-09-13stop the duplicate remove of the root part ids from the full part and local p...Justin Clark-Casey (justincc)1-1/+1
2011-09-13extend TestGetSceneObjectByPartLocalId() to test state after scene object del...Justin Clark-Casey (justincc)1-0/+6
2011-09-13Add new TestGetSceneObjectByPartLocalId() for retrieving a scene object via t...Justin Clark-Casey (justincc)1-0/+27
2011-09-13improve TestAddSceneObject() to test a multi-part object rather than a single...Justin Clark-Casey (justincc)1-11/+14
2011-08-31get rid of appearance null checks - this is never nullJustin Clark-Casey (justincc)1-0/+1
2011-08-18Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)1-2/+2
2011-08-17Add new regression TestRezAttachmentsOnAvatarEntrance() to do simple attachme...Justin Clark-Casey (justincc)1-4/+4
2011-08-16relocate AttachmentTests.cs to AttachmentsModuleTests.csJustin Clark-Casey (justincc)1-172/+0
2011-08-06remove some obsolete tests that are now done elsewhereJustin Clark-Casey (justincc)1-53/+53
2011-08-06Add a test to check that ScenePresence and circuit go away when a root agent ...Justin Clark-Casey (justincc)1-10/+17
2011-08-06refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)6-37/+47
2011-08-06rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...Justin Clark-Casey (justincc)2-38/+8
2011-08-06rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)16-41/+41
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)15-65/+65
2011-08-06extend phantom flag regression test to toggle back offJustin Clark-Casey (justincc)1-0/+4
2011-08-06refactor: Fold most SOP.ScriptSet* methods back into script code. Simplify.Justin Clark-Casey (justincc)1-2/+2
2011-08-05Add regression test for setting phantom status on a scene object. This is no...Justin Clark-Casey (justincc)1-0/+62
2011-07-18Make various tweaks to undo code in an effort to get things working better.Justin Clark-Casey (justincc)1-1/+1
2011-07-18Use a standard generic system stack for the undo/redo stacks instead of our o...Justin Clark-Casey (justincc)1-0/+2