aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-1/+1
| | | | | | | | and dropped nonths ago, because it is required to get smooth region crossings with AO running. Without it, in some corner cases, anims will continue to run in an unstoppable state.
* * Change SendBulkUpdateInventory from two methods to one which accepts an ↵Justin Clarke Casey2009-02-111-5/+1
| | | | InventoryNode
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | OpenSim.Region.Environment into a "framework" part and a modules only part. This first changeset refactors OpenSim.Region.Environment.Scenes, OpenSim.Region.Environment.Interfaces, and OpenSim.Region.Interfaces into OpenSim.Region.Framework.{Interfaces,Scenes} leaving only region modules in OpenSim.Region.Environment. The next step will be to move region modules up from OpenSim.Region.Environment.Modules to OpenSim.Region.CoreModules and then sort out which modules are really core modules and which should move out to forge. I've been very careful to NOT BREAK anything. i hope i've succeeded. as this is the work of a whole week i hope i managed to keep track with the applied patches of the last week --- could any of you that did check in stuff have a look at whether it survived? thx!
* * Add some caps seed capability path checking to the simple non neighbours ↵Justin Clarke Casey2009-01-221-1/+9
| | | | standalone region teleport test
* * refactor: Extract caps related code from scene and put into a region moduleJustin Clarke Casey2009-01-211-2/+5
| | | | | | * No functional changes in this revision
* * Rig up enough infrastructure to actually perform a successful 'standalone' ↵Justin Clarke Casey2009-01-161-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 Casey2009-01-151-0/+11
| | | | | | * Does not yet check results.
* * Extended TextureSenderTests and modified TestClient.cs with new methodsSean Dague2009-01-131-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 Casey2009-01-121-0/+4
| | | | matches the existing Stop() and Restart() methods)
* * Extend PacketHandlerTest to fire in a packet.Justin Clarke Casey2009-01-121-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 Thielker2009-01-091-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 packetsMelanie Thielker2009-01-031-1/+5
|
* Plumb the profile reply packets for picks, classifieds and notesMelanie Thielker2008-12-251-0/+17
|
* Plumb in EventNotification* and EventGodDeleteMelanie Thielker2008-12-231-0/+4
|
* Plumb in the 4 missing classified events and the 3 packet methodsMelanie Thielker2008-12-231-0/+13
|
* * Re-implement packet tracking in IClientAPI so we can see what's going on ↵Teravus Ovares2008-12-211-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 packetsMelanie Thielker2008-12-141-0/+3
|
* * Fold mock classes into existing OpenSim/Tests/Common assembly rather than ↵Justin Clarke Casey2008-12-111-0/+953
sprouting another one