| Commit message (Expand) | Author | Age | Files | Lines |
* | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 2009-02-26 | 2 | -80/+91 |
* | Plumb in the RetrieveInstantMessages event that is sent by the viewer | Melanie Thielker | 2009-02-26 | 1 | -0/+2 |
* | THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi... | diva | 2009-02-20 | 1 | -1/+0 |
* | * Reverted the AssetServer fix, apparently something was dependent on IAssetD... | lbsa71 | 2009-02-19 | 1 | -0/+1 |
* | * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri... | lbsa71 | 2009-02-19 | 1 | -1/+0 |
* | Thank you, Snowdrop, for a patch that makes the callback ID parameter | Melanie Thielker | 2009-02-19 | 1 | -1/+1 |
* | Re-add the objectID field to the anim pack, that was deemed unneccessary | Melanie Thielker | 2009-02-17 | 1 | -1/+1 |
* | * refactor: remove AssetCache field hanging off Scene | Justin Clarke Casey | 2009-02-16 | 2 | -4/+3 |
* | * Iniital inventory archive test code. Doesn't actually do any testing yet | Justin Clarke Casey | 2009-02-16 | 2 | -4/+5 |
* | * Change SendBulkUpdateInventory from two methods to one which accepts an Inv... | Justin Clarke Casey | 2009-02-11 | 1 | -5/+1 |
* | From Alan Webb <awebb@linux.vnet.ibm.com> | Sean Dague | 2009-02-09 | 2 | -2/+2 |
* | starting phase 2 of the OpenSim.Region.Environment commit: relocating | Dr Scofield | 2009-02-09 | 1 | -1/+1 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 4 | -8/+8 |
* | - move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.cs | Mike Mazur | 2009-02-03 | 1 | -1/+2 |
* | - move OpenSim/Framework/IInventoryData.cs to | Mike Mazur | 2009-02-03 | 2 | -45/+47 |
* | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 2009-02-03 | 1 | -3/+3 |
* | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ... | Mike Mazur | 2009-02-03 | 1 | -1/+1 |
* | * furhter simplify test setups for objects | Justin Clarke Casey | 2009-01-30 | 1 | -10/+6 |
* | * minor: stop bothering to set parts to phantom within test setups - tests no... | Justin Clarke Casey | 2009-01-30 | 1 | -1/+1 |
* | * Extend archive test to check for the presence of a control file in a saved ... | Justin Clarke Casey | 2009-01-23 | 1 | -2/+12 |
* | refactor: move test modules set up code to common function | Justin Clarke Casey | 2009-01-23 | 1 | -0/+17 |
* | * refactor: move scene setup code into common test code assembly | Justin Clarke Casey | 2009-01-23 | 1 | -0/+224 |
* | * Add some caps seed capability path checking to the simple non neighbours st... | Justin Clarke Casey | 2009-01-22 | 1 | -1/+9 |
* | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 2009-01-21 | 1 | -2/+5 |
* | * Rig up enough infrastructure to actually perform a successful 'standalone' ... | Justin Clarke Casey | 2009-01-16 | 1 | -18/+61 |
* | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2009-01-15 | 2 | -1/+13 |
* | * Extended TextureSenderTests and modified TestClient.cs with new methods | Sean Dague | 2009-01-13 | 1 | -19/+41 |
* | * Separate starting a client thread into a separate Start() method (which mat... | Justin Clarke Casey | 2009-01-12 | 1 | -0/+4 |
* | * Extend PacketHandlerTest to fire in a packet. | Justin Clarke Casey | 2009-01-12 | 1 | -8/+8 |
* | Enhanced LoginServiceTests to test for authentication and response | Sean Dague | 2009-01-12 | 1 | -26/+108 |
* | Finish dwell sending, adding the forgotten method body. | Melanie Thielker | 2009-01-09 | 1 | -1/+7 |
* | * refactor: Remove the need to separately pass in the http listener to the sc... | Justin Clarke Casey | 2009-01-06 | 2 | -4/+4 |
* | * Simplify test code by always setting up mock 'in memory' user and inventory... | Justin Clarke Casey | 2009-01-05 | 1 | -3/+20 |
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 2 | -2/+8 |
* | * Check in login service tests beachhead | Justin Clarke Casey | 2009-01-05 | 1 | -2/+7 |
* | 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 in... | Teravus Ovares | 2008-12-21 | 1 | -0/+1 |
* | Plumb the TP-Sending packets | Melanie Thielker | 2008-12-14 | 1 | -0/+3 |
* | * Create update folder test | Justin Clarke Casey | 2008-12-12 | 1 | -2/+5 |
* | * Actually properly enable the purge folders test and correct some problems | Justin Clarke Casey | 2008-12-12 | 1 | -2/+19 |
* | * Add user info move inventory folder test | Justin Clarke Casey | 2008-12-12 | 1 | -1/+7 |
* | * Delete currently unrun TestInventory.cs superseded by BasicInventoryTests | Justin Clarke Casey | 2008-12-11 | 2 | -1068/+0 |
* | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s... | Justin Clarke Casey | 2008-12-11 | 7 | -7/+7 |
* | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 2008-12-11 | 7 | -7/+7 |
* | * refactor: Move test infrastructure code to its own package so that it can b... | Justin Clarke Casey | 2008-12-10 | 7 | -0/+1405 |
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 13 | -4116/+0 |
* | Adapt the unit tests to the new list rules, change some casts to | Melanie Thielker | 2008-09-08 | 1 | -22/+22 |