aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-19Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)1-0/+23
2012-07-19Add basic TestCreateRootScenePresence() regression testJustin Clark-Casey (justincc)1-135/+144
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-1/+1
2012-07-10Fix recent SOP.GetSittingAvatars() to return null if there are no sitting ava...Justin Clark-Casey (justincc)1-4/+20
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)5-30/+35
2012-06-25In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment...Justin Clark-Casey (justincc)1-0/+9
2012-06-08Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)1-1/+3
2012-06-08Remove duplicate update of user count in Scene.IncomingCloseAgent()Justin Clark-Casey (justincc)1-0/+23
2012-05-24If an agent is still registered as 'in transit' by the source region, don't a...Justin Clark-Casey (justincc)1-15/+27
2012-05-17minor: improve method doc for TestSameSimulatorSeparatedRegionsCreateAgentFai...Justin Clark-Casey (justincc)1-1/+1
2012-05-17Add regression TestSameSimulatorSeparatedRegionsCreateAgentFails()Justin Clark-Casey (justincc)1-0/+67
2012-05-17Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression te...Justin Clark-Casey (justincc)1-2/+2
2012-05-17Add regression TestSameSimulatorSeparatedRegionsQueryAccessFails()Justin Clark-Casey (justincc)1-0/+76
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2-8/+107
2012-04-30Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on an...Justin Clark-Casey (justincc)3-4/+9
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)19-171/+86
2012-04-25Add regression test TestSameRegionTeleport()Justin Clark-Casey (justincc)1-0/+36
2012-04-22Make TestSetPhysicsSinglePrim() actually add the object to the scene in order...Justin Clark-Casey (justincc)1-0/+2
2012-04-22Fix bug where setting phantom on a prim would result in a server log message ...Justin Clark-Casey (justincc)1-0/+2
2012-04-21Add test for setting physics in a linksetJustin Clark-Casey (justincc)1-2/+28
2012-04-21Add regression test for prim status when root prim in a new linkset is non-ph...Justin Clark-Casey (justincc)1-0/+19
2012-04-21Fix a bug where linking a non-physical prim with a physical prim as root woul...Justin Clark-Casey (justincc)1-0/+19
2012-04-21Add test for correct physics status on linking two physics objectsJustin Clark-Casey (justincc)1-2/+26
2012-04-21refactor: extract common setup code in SceneObjectStatusTestsJustin Clark-Casey (justincc)1-10/+16
2012-04-21Add TestSetPhysics() to SOP status testsJustin Clark-Casey (justincc)1-0/+20
2012-04-17Add TestGetChildPartPositionAfterObjectRotation()Justin Clark-Casey (justincc)1-1/+37
2012-04-17Add test TestGetChildPartPosition()Justin Clark-Casey (justincc)1-0/+28
2012-04-14Add GroupPosition and GetWorldPosition() checks to TestGetRootPartPosition()Justin Clark-Casey (justincc)1-1/+3
2012-04-14minor: make test names consistentJustin Clark-Casey (justincc)1-1/+1
2012-04-14refactor: move common init code into SetUp() in SceneObjectSpatialTestsJustin Clark-Casey (justincc)1-8/+13
2012-04-14refactor: put SOG position test in a separate TestSceneObjectGroupPosition()Justin Clark-Casey (justincc)1-1/+17
2012-04-14Add simple RelativePosition and OffsetPosition checks to TestGetRootPartPositionJustin Clark-Casey (justincc)1-0/+2
2012-04-14Add very basic TestGetRootPartPosition() testJustin Clark-Casey (justincc)1-0/+65
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