aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Implements World.Parcels[] array for MRM scripting.Adam Frisby2009-04-061-1/+2
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+2
* * Fix test breakage by always inserting a gods module when testingJustin Clarke Casey2009-03-301-1/+7
* Add PickInfoReply packet.Melanie Thielker2009-03-301-0/+4
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-291-6/+1
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-0/+4
* Add mute list request event and dummy responseMelanie Thielker2009-03-281-0/+6
* * Adds AgentUUIDs into the CourseLocationUpdate to improve compatibility with...Teravus Ovares2009-03-281-1/+1
* Add the events needed for profiles.Melanie Thielker2009-03-271-0/+5
* Remove a hardcoded flow/dependency on the money module from LLCLientViewMelanie Thielker2009-03-271-0/+4
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-0/+5
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-211-0/+5
* * Move SceneObject tests into their proper namespaceJustin Clarke Casey2009-03-121-0/+3
* * Add basic asset cache get testJustin Clarke Casey2009-03-091-8/+29
* Implemented FetchAssetMetadataSet in DB backends.Mike Mazur2009-03-091-0/+2
* * Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague2009-02-262-80/+91
* Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker2009-02-261-0/+2
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-201-1/+0
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-191-0/+1
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-191-1/+0
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-1/+1
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-1/+1
* * refactor: remove AssetCache field hanging off SceneJustin Clarke Casey2009-02-162-4/+3
* * Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey2009-02-162-4/+5
* * Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey2009-02-111-5/+1
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-092-2/+2
* starting phase 2 of the OpenSim.Region.Environment commit: relocatingDr Scofield2009-02-091-1/+1
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-064-8/+8
* - move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur2009-02-031-1/+2
* - move OpenSim/Framework/IInventoryData.cs toMike Mazur2009-02-032-45/+47
* - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur2009-02-031-3/+3
* Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur2009-02-031-1/+1
* * furhter simplify test setups for objectsJustin Clarke Casey2009-01-301-10/+6
* * minor: stop bothering to set parts to phantom within test setups - tests no...Justin Clarke Casey2009-01-301-1/+1
* * Extend archive test to check for the presence of a control file in a saved ...Justin Clarke Casey2009-01-231-2/+12
* refactor: move test modules set up code to common functionJustin Clarke Casey2009-01-231-0/+17
* * refactor: move scene setup code into common test code assemblyJustin Clarke Casey2009-01-231-0/+224
* * Add some caps seed capability path checking to the simple non neighbours st...Justin Clarke Casey2009-01-221-1/+9
* * refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey2009-01-211-2/+5
* * Rig up enough infrastructure to actually perform a successful 'standalone' ...Justin Clarke Casey2009-01-161-18/+61
* * Add new unit test for simple teleport in a standalone.Justin Clarke Casey2009-01-152-1/+13
* * Extended TextureSenderTests and modified TestClient.cs with new methodsSean Dague2009-01-131-19/+41
* * Separate starting a client thread into a separate Start() method (which mat...Justin Clarke Casey2009-01-121-0/+4
* * Extend PacketHandlerTest to fire in a packet.Justin Clarke Casey2009-01-121-8/+8
* Enhanced LoginServiceTests to test for authentication and responseSean Dague2009-01-121-26/+108
* Finish dwell sending, adding the forgotten method body.Melanie Thielker2009-01-091-1/+7
* * refactor: Remove the need to separately pass in the http listener to the sc...Justin Clarke Casey2009-01-062-4/+4
* * Simplify test code by always setting up mock 'in memory' user and inventory...Justin Clarke Casey2009-01-051-3/+20
* * Extend stub to test the successful login of a user on the local login serviceJustin Clarke Casey2009-01-052-2/+8
* * Check in login service tests beachheadJustin Clarke Casey2009-01-051-2/+7