| Commit message (Expand) | Author | Files | Lines |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 5 | -961/+0 |
2009-02-03 | * Fission SceneObjectTests into basic and linking sets | Justin Clarke Casey | 2 | -97/+145 |
2009-02-03 | * Mark the old group after linking as deleted | Justin Clarke Casey | 1 | -9/+11 |
2009-02-03 | * Now clearing parts list in the old group after a link has occurred | Justin Clarke Casey | 1 | -8/+9 |
2009-02-03 | * minor: remove some pointless assignments in SOG.Copy() that had already bee... | Justin Clarke Casey | 1 | -6/+5 |
2009-01-30 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -1/+0 |
2009-01-28 | * Enhanced ScenePresenceTests. Now tests for region and prim crossing. | Sean Dague | 1 | -30/+230 |
2009-01-23 | * Extend archive test to check for the presence of a control file in a saved ... | Justin Clarke Casey | 1 | -1/+1 |
2009-01-23 | refactor: move test modules set up code to common function | Justin Clarke Casey | 1 | -9/+3 |
2009-01-23 | * refactor: move scene setup code into common test code assembly | Justin Clarke Casey | 5 | -253/+30 |
2009-01-22 | * Add some caps seed capability path checking to the simple non neighbours st... | Justin Clarke Casey | 2 | -23/+73 |
2009-01-21 | * refactor: Extract caps related code from scene and put into a region module | Justin Clarke Casey | 2 | -2/+9 |
2009-01-16 | * Rig up enough infrastructure to actually perform a successful 'standalone' ... | Justin Clarke Casey | 3 | -4/+10 |
2009-01-15 | * add file I just missed out, nggggff | Justin Clarke Casey | 1 | -0/+87 |
2009-01-15 | * Add new unit test for simple teleport in a standalone. | Justin Clarke Casey | 2 | -10/+26 |
2009-01-06 | * Remove unused CAPSService | Justin Clarke Casey | 1 | -1/+1 |
2009-01-06 | * refactor: Remove the need to separately pass in the http listener to the sc... | Justin Clarke Casey | 1 | -2/+1 |
2009-01-05 | * Simplify test code by always setting up mock 'in memory' user and inventory... | Justin Clarke Casey | 1 | -3/+0 |
2008-12-21 | Minor: fix a comment... scratch that,reverse it. | Teravus Ovares | 1 | -1/+1 |
2008-12-21 | * Commit linkset Group (multiprim) linked/delinked to another linkset group (... | Teravus Ovares | 1 | -0/+126 |
2008-12-21 | * Adding a two prim linking/delinking test. This test is likely to get on pe... | Teravus Ovares | 1 | -0/+73 |
2008-12-15 | * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaks | Justin Clarke Casey | 1 | -1/+1 |
2008-12-12 | * Actually properly enable the purge folders test and correct some problems | Justin Clarke Casey | 1 | -3/+1 |
2008-12-12 | * Deleted old EntiyList tests, added new EntityManager tests | Sean Dague | 1 | -111/+51 |
2008-12-11 | * Fold mock classes into existing OpenSim/Tests/Common assembly rather than s... | Justin Clarke Casey | 4 | -4/+4 |
2008-12-11 | * minor: Move mock test classes into mock namespace | Justin Clarke Casey | 4 | -4/+4 |
2008-12-10 | * refactor: Move test infrastructure code to its own package so that it can b... | Justin Clarke Casey | 11 | -1405/+5 |
2008-12-10 | * Establish OpenSim.Framework.Communications.Tests beachhead | Justin Clarke Casey | 1 | -6/+1 |
2008-12-04 | * Put in the code necessary to allow inventory transfer of whole folders (and... | Justin Clarke Casey | 1 | -1/+4 |
2008-11-28 | * test: Extend take object test to finally check that the object made it into... | Justin Clarke Casey | 2 | -7/+28 |
2008-11-28 | * simplify AddNewClient since making this root without using MakeRootAgent() ... | Justin Clarke Casey | 2 | -2/+9 |
2008-11-28 | * test: Add a wodge of code in order to be able to slightly extend a test to ... | Justin Clarke Casey | 7 | -50/+142 |
2008-11-28 | * test: Separate out async deletion methods to test delete and take copy sepa... | Justin Clarke Casey | 2 | -11/+44 |
2008-11-28 | * refactor: Replace derez destiation magic numbers with an enumeration | Justin Clarke Casey | 1 | -1/+1 |
2008-11-28 | * refactor: rename UserServiceAdmin to UserAdminService | Justin Clarke Casey | 2 | -2/+2 |
2008-11-28 | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 1 | -1/+1 |
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2 | -5/+6 |
2008-11-27 | * test: Inch forward with another test by using a skeletal in memory inventor... | Justin Clarke Casey | 4 | -7/+71 |
2008-11-27 | * Add a file I forgot in the last commit. | Justin Clarke Casey | 1 | -0/+124 |
2008-11-27 | * test: Add the ability to add a plugin directory to the user and inventory s... | Justin Clarke Casey | 3 | -5/+17 |
2008-11-27 | * Fix some tests | Teravus Ovares | 1 | -1/+2 |
2008-11-27 | Thank you kindly, Nlin for a patch that: | Charles Krinke | 1 | -0/+6 |
2008-11-22 | First stage group permissions plumbing | Melanie Thielker | 1 | -0/+5 |
2008-11-21 | * Extend sog delete to inventory test to crank the normally async sog deleter... | Justin Clarke Casey | 1 | -1/+12 |
2008-11-21 | * Largely revert the last revision and improve on the previous way of doing t... | Justin Clarke Casey | 1 | -2/+2 |
2008-11-21 | * On delete to inventory, actually remove the group from the scene before the... | Justin Clarke Casey | 2 | -9/+20 |
2008-11-20 | * refactor: change some method names and doc in the physics plugin manager | Justin Clarke Casey | 1 | -1/+1 |
2008-11-20 | * Allow physics dlls to be loaded separately, rather than just the contents o... | Justin Clarke Casey | 2 | -1/+10 |
2008-11-20 | * Add a scratch test for removing a client from a scene | Justin Clarke Casey | 2 | -2/+19 |
2008-11-20 | * Add forgotton tag to existing remove scene object test | Justin Clarke Casey | 2 | -0/+27 |