Justin Clark-Casey (justincc)
|
f5d3145bea
Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regression test for v2 transfers.
|
11 years ago |
Justin Clark-Casey (justincc)
|
fbab898f74
Add TestSameSimulatorNeighbouringRegionsV2() regression test for v2 entity transfer protocl
|
11 years ago |
Justin Clark-Casey (justincc)
|
056a6ee765
Fix regression tests relating to agent transfer by making simulator use last week's SIMULATOR/0.1 protocol for now.
|
11 years ago |
Justin Clark-Casey (justincc)
|
2cb2f1d7e3
Fix issue where objects removed via llDie() would not disappear for users looking in from neighbouring sims.
|
11 years ago |
Justin Clark-Casey (justincc)
|
46c833810c
On a teleport, lock m_agentsInTransit whilst we grab the value to check for completion just to be sure we're not using a thread cached version.
|
11 years ago |
Justin Clark-Casey (justincc)
|
36651bed71
On the later forms of teleport failure, tell the user if this was because viewer couldn't/didn't connect with destination or if destination didn't signal teleport completion.
|
11 years ago |
Justin Clark-Casey (justincc)
|
22d4c52ffc
Consistenly make NUnit test cases inherit from OpenSimTestCase which automatically turns off any logging enabled between tests
|
12 years ago |
Justin Clark-Casey (justincc)
|
6dda7c65ae
Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled or disabled at any point, not just during initial startup.
|
12 years ago |
Justin Clark-Casey (justincc)
|
d547bcf8d1
Remove duplicate update of user count in Scene.IncomingCloseAgent()
|
12 years ago |
Justin Clark-Casey (justincc)
|
459c7635af
If an agent is still registered as 'in transit' by the source region, don't allow an immediate teleport back.
|
12 years ago |
Justin Clark-Casey (justincc)
|
c45b5a3d1c
minor: improve method doc for TestSameSimulatorSeparatedRegionsCreateAgentFails()
|
12 years ago |
Justin Clark-Casey (justincc)
|
d19fb6fb0c
Add regression TestSameSimulatorSeparatedRegionsCreateAgentFails()
|
12 years ago |
Justin Clark-Casey (justincc)
|
f0c9cb8dc0
Comment out TestSameSimulatorSeparatedRegionsQueryAccessFails() regression test logging accidentally left in
|
12 years ago |
Justin Clark-Casey (justincc)
|
bdcf2d1348
Add regression TestSameSimulatorSeparatedRegionsQueryAccessFails()
|
12 years ago |
Justin Clark-Casey (justincc)
|
9d2e1c67a8
Add regression test for teleporting between neighbouring regions on the same simulator
|
12 years ago |
Justin Clark-Casey (justincc)
|
b678ea18b2
Create TestHelpers.EnableLogging() and DisableLogging() to turn logging on and off within tests.
|
12 years ago |
Justin Clark-Casey (justincc)
|
07e62df558
Add regression test for teleporting an agent between separated regions on the same simulator.
|
12 years ago |
Justin Clark-Casey (justincc)
|
a65ca24701
Add regression test TestSameRegionTeleport()
|
12 years ago |
Justin Clark-Casey (justincc)
|
a3abd65e3d
Remove pointless ThreadAbortException catching in a test that isn't run anyway.
|
12 years ago |
Justin Clark-Casey (justincc)
|
8a0a78cbcc
Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead of the other way around.
|
13 years ago |
Justin Clark-Casey (justincc)
|
85e07c78fb
refactor: Change SceneHelpers.AddClient() to AddScenePresence().
|
13 years ago |
Justin Clark-Casey (justincc)
|
83ba35a26b
rip out sog generation methods in ScenePresenceAgentTests and use SceneHelpers instead
|
13 years ago |