Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move frame loop entirely within Scene.Update() for better future performance ↵ | Justin Clark-Casey (justincc) | 2012-03-20 | 1 | -1/+1 |
| | | | | | | | | analysis and stat accuracy. Update() now accepts a frames parameter which can control the number of frames updated. -1 will update until shutdown. The watchdog updating moves above the maintc recalculation for any required sleep since it should be accounted for within the frame. | ||||
* | 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 |
| | | | | This checks that the initial UseCircuitCode packet is handled correctly for a normal client login. | ||||
* | On a new client circuit, send the initial reply ack to let the client know ↵ | Justin Clark-Casey (justincc) | 2011-12-08 | 1 | -1/+4 |
| | | | | | | | | | it's live before sending other data. This means that avatar/appearance data of other avatars and scene objects for a client will be sent after the ack rather than possibly before. This may stop some avatars appearing grey on login. This introduces a new OpenSim.Framework.ISceneAgent to accompany the existing OpenSim.Framework.ISceneObject and ISceneEntity This allows IClientAPI to handle this as it can't reference OpenSim.Region.Framework.Interfaces | ||||
* | 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 |
| | | | | Code drift means that most of this stuff doesn't compile but the structure is still useful. | ||||
* | First stab at cleaning up Caps. Compiles. Untested. | Diva Canto | 2011-04-30 | 5 | -0/+702 |