Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ↵ | Justin Clarke Casey | 2009-01-16 | 1 | -18/+61 | |
| | | | | | | | | | teleport unit test with checks that the scene presence disappeared from sceneA and appeared in sceneB * However, I'm not convinced that the actual process in the test completely reflects reality, and a lot of stuff had to be rigged up (which should get resolved over time) | |||||
* | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2009-01-15 | 1 | -0/+11 | |
| | | | | | | * Does not yet check results. | |||||
* | * Extended TextureSenderTests and modified TestClient.cs with new methods | Sean Dague | 2009-01-13 | 1 | -19/+41 | |
| | | | | | From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | * Separate starting a client thread into a separate Start() method (which ↵ | Justin Clarke Casey | 2009-01-12 | 1 | -0/+4 | |
| | | | | matches the existing Stop() and Restart() methods) | |||||
* | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 2009-01-12 | 1 | -8/+8 | |
| | | | | | | * Can't test result yet since the Client thread handles it with unpredictable timing | |||||
* | Finish dwell sending, adding the forgotten method body. | Melanie Thielker | 2009-01-09 | 1 | -1/+7 | |
| | | | | | | | Add UserInfo and a dummy reply to enable Hippo Viewer users to disable IM logging (option was greyed out in OpenSim before) | |||||
* | Plumb the remaining dwell packets | Melanie Thielker | 2009-01-03 | 1 | -1/+5 | |
| | ||||||
* | Plumb the profile reply packets for picks, classifieds and notes | Melanie Thielker | 2008-12-25 | 1 | -0/+17 | |
| | ||||||
* | Plumb in EventNotification* and EventGodDelete | Melanie Thielker | 2008-12-23 | 1 | -0/+4 | |
| | ||||||
* | Plumb in the 4 missing classified events and the 3 packet methods | Melanie Thielker | 2008-12-23 | 1 | -0/+13 | |
| | ||||||
* | * Re-implement packet tracking in IClientAPI so we can see what's going on ↵ | Teravus Ovares | 2008-12-21 | 1 | -0/+1 | |
| | | | | in the client network in the simstats manager. This makes packets in per second, packets out per second, and unacked bytes work again in the simulator stats section. | |||||
* | Plumb the TP-Sending packets | Melanie Thielker | 2008-12-14 | 1 | -0/+3 | |
| | ||||||
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵ | Justin Clarke Casey | 2008-12-11 | 1 | -0/+953 | |
sprouting another one |