| Commit message (Expand) | Author | Age | Files | Lines |
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 2 | -2/+2 |
* | minor: Make BasicCircuitTests.SetUp() call overriden base method instead of i... | Justin Clark-Casey (justincc) | 2012-10-16 | 1 | -1/+2 |
* | Add AgentUpdate to PacketPool. This is the most common inbound packet from v... | Justin Clark-Casey (justincc) | 2012-10-12 | 1 | -2/+2 |
* | Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in... | Justin Clark-Casey (justincc) | 2012-06-29 | 1 | -2/+1 |
* | If logging a client out due to ack timeout, do this asynchronously rather tha... | Justin Clark-Casey (justincc) | 2012-06-08 | 1 | -2/+2 |
* | Add regression test for client logout due to ack timeout. | Justin Clark-Casey (justincc) | 2012-06-08 | 2 | -87/+97 |
* | Add regression test for teleporting between neighbouring regions on the same ... | Justin Clark-Casey (justincc) | 2012-05-01 | 1 | -1/+2 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 2 | -2/+2 |
* | Move frame loop entirely within Scene.Update() for better future performance ... | Justin Clark-Casey (justincc) | 2012-03-20 | 1 | -1/+1 |
* | Add image not in database test for LLImageManager | Justin Clark-Casey (justincc) | 2012-01-19 | 1 | -5/+28 |
* | refactor: separate out common parts of LLImageManagerTests | Justin Clark-Casey (justincc) | 2012-01-19 | 1 | -48/+40 |
* | Add LLImageManager regression test for discard case | Justin Clark-Casey (justincc) | 2012-01-19 | 1 | -0/+53 |
* | Add basic request and send image regression tests for LLImageManager | Justin Clark-Casey (justincc) | 2012-01-19 | 2 | -0/+92 |
* | Don't reply with an ack packet if the client is not authorized. | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -3/+2 |
* | Extend TestAddClient() to check that the first packet received is an ack packet | Justin Clark-Casey (justincc) | 2011-12-08 | 2 | -92/+101 |
* | Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test suite | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+1 |
* | Reactivate BasicCircuitTests.TestAddClient() | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -107/+118 |
* | On a new client circuit, send the initial reply ack to let the client know it... | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+4 |
* | Get rid of some traces of the old pre-ROBUST grid architecture config | Justin Clark-Casey (justincc) | 2011-10-12 | 1 | -1/+1 |
* | Bring LindenUDP.Tests back from the dead. No tests are running. | Justin Clark-Casey (justincc) | 2011-10-12 | 5 | -343/+282 |
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 5 | -0/+702 |