aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/ScenePresenceAgentTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-241-1/+1
* Add TestCreateDuplicateRootScenePresence() regression test.Justin Clark-Casey (justincc)2012-07-191-0/+23
* Add basic TestCreateRootScenePresence() regression testJustin Clark-Casey (justincc)2012-07-191-135/+144
* Don't make duplicate call to ScenePresence.Close() separately in ETM.DoTelepo...Justin Clark-Casey (justincc)2012-06-081-1/+3
* Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2012-05-011-1/+2
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-8/+10
* Only look for an uploaded transactional asset in Scene.UpdateTaskInventory if...Justin Clark-Casey (justincc)2012-02-041-1/+1
* Split up test SceneHelpers to provide an AddChildScenePresence() callJustin Clark-Casey (justincc)2011-12-031-0/+1
* Remove T012_TestAddNeighbourRegion() and T013_TestRemoveNeighbourRegion() sin...Justin Clark-Casey (justincc)2011-12-031-70/+5
* Extend TestCreateChildScenePresence to make assertions both at CreateAgent st...Justin Clark-Casey (justincc)2011-12-031-0/+16
* Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2011-12-031-11/+46
* Use GetAgentCircuits() to receive a copy of the AgentCircuitsByUUID dictionar...Justin Clark-Casey (justincc)2011-12-031-4/+2
* Add agent circuit number checks to TestCloseAgent()Justin Clark-Casey (justincc)2011-12-031-0/+4
* Fixed line endings from previous commitDan Lake2011-10-061-2/+2
* Refactored "known child region" in ScenePresence. There were 4 differentDan Lake2011-10-061-7/+4
* get rid of appearance null checks - this is never nullJustin Clark-Casey (justincc)2011-08-311-0/+1
* Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2011-08-181-2/+2
* remove some obsolete tests that are now done elsewhereJustin Clark-Casey (justincc)2011-08-061-53/+53
* Add a test to check that ScenePresence and circuit go away when a root agent ...Justin Clark-Casey (justincc)2011-08-061-10/+17
* refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)2011-08-061-31/+41
* rip out sog generation methods in ScenePresenceAgentTests and use SceneHelper...Justin Clark-Casey (justincc)2011-08-061-0/+355