aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock (follow)
Commit message (Expand)AuthorAgeFilesLines
* letting TestClient implement IClientCore as well to fix test caseDr Scofield2009-05-251-1/+22
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-203-2/+83
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-11/+0
* Update svn properties.Jeff Ames2009-05-174-226/+226
* Send the owner name, not the client name on SendDialog.Homer Horwitz2009-05-161-1/+1
* * Changed auto-properties to properties with backing fieldlbsa712009-05-141-2/+13
* * Added some more tests to the GetAssetStreamHandlerslbsa712009-05-135-26/+218
* Paving the way for syncing group permissions across a gridMelanie Thielker2009-05-121-0/+4
* refactoring Scene.NewUserConnection() to be simpler and clearer.Dr Scofield2009-05-061-1/+3
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker2009-05-041-0/+4
* Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker2009-04-301-1/+1
* * Allow interested user data plugins to store temporary user profilesJustin Clarke Casey2009-04-231-0/+5
* * Add user data plugin to store temporary profiles (which are distinct from c...Justin Clarke Casey2009-04-231-4/+4
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey2009-04-221-1/+1
* * Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey2009-04-221-0/+2
* Add PlacesQuery packetMelanie Thielker2009-04-201-0/+2
* Correctly flag group owned prims in the land prim listMelanie Thielker2009-04-161-1/+1
* Fix build break and change some groups interfacesMelanie Thielker2009-04-161-1/+1
* Commit the group deeding support, thank you, mcortezMelanie Thielker2009-04-151-0/+1
* * Resolve unit test failure introduced in r9148 (probably)Justin Clarke Casey2009-04-151-0/+13
* * Make archiver tests pump the asset server manually instead of starting the ...Justin Clarke Casey2009-04-141-2/+9
* * Explicitly start the asset server thread so that unit tests can run single ...Justin Clarke Casey2009-04-141-0/+1
* * refactor: rename AssetCache.Initialize() to AssetCache.Reset() to avoid hav...Justin Clarke Casey2009-04-141-3/+2
* Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker2009-04-141-0/+2
* Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin2009-04-101-0/+3
* * Apply http://opensimulator.org/mantis/view.php?id=3227Justin Clarke Casey2009-04-071-0/+1
* * 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
* 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
* * 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-261-25/+33
* 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-161-3/+2
* * Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey2009-02-161-0/+4
* * Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey2009-02-111-5/+1