aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-044-4/+4
* Deleted physics plugin classes.Diva Canto2015-08-311-4/+22
* First commit where physics work as region module.Diva Canto2015-08-313-7/+4
* More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-302-3/+3
* Renamed the namespaces tooDiva Canto2015-08-302-2/+2
* Moved instantiation of SceneCommunicationService object to inside the scene c...Diva Canto2015-08-302-5/+3
* Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker2015-08-171-0/+4
* WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto2015-08-081-1/+1
* Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe...Justin Clark-Casey (justincc)2015-02-251-12/+33
* Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2015-02-251-18/+18
* If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)2015-02-032-5/+20
* For scripts in attachments, don't save .state files apart from the initial on...Justin Clark-Casey (justincc)2015-01-161-7/+25
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-2513-13/+10
* refactor: Move test clientstack setup code out of BasicCircuitTests into Open...Justin Clark-Casey (justincc)2014-11-252-0/+266
* Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)2014-10-021-1/+1
* Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)2014-07-292-10/+12
* Actually call Close() for shared region modules when the simulator is being s...Justin Clark-Casey (justincc)2014-07-021-0/+1
* Moved these two estate-related interfaces to the projects where they belong.Diva Canto2014-05-301-0/+1
* Simplify regression TestInterRegionChatDistanceEastWest() by making the child...Justin Clark-Casey (justincc)2014-05-221-1/+5
* Add regression test for in-range chat between neighbouring regions from east ...Justin Clark-Casey (justincc)2014-05-221-0/+40
* Fix recent regression from 77e7bbc where an attachment on a received group no...Justin Clark-Casey (justincc)2014-05-191-1/+23
* Add basic regression test for creating a var regionJustin Clark-Casey (justincc)2014-04-251-1/+10
* Eliminated many warningsOren Hurvitz2014-04-231-1/+3
* Fix the presence info caching used in llRequestAgentData(), which was complet...Justin Clark-Casey (justincc)2014-04-111-0/+6
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-1/+1
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-021-4/+5
* Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)2014-04-021-0/+26
* Add regression test for http inventory fetch.Justin Clark-Casey (justincc)2014-03-173-0/+455
* Instead of auto-creating a parcel on request if one doesn't cover a given loc...Justin Clark-Casey (justincc)2014-03-111-3/+6
* Add regression test for sending group notices via xmlrpc groups connector.Justin Clark-Casey (justincc)2014-03-071-23/+129
* If an avatar is sitting, send out position updates to clients for any change,...Justin Clark-Casey (justincc)2014-03-051-0/+3
* Stop mesh avatars that specify the alpha texture in their bake slots from cau...Justin Clark-Casey (justincc)2014-02-241-0/+3
* Merge branch 'master' into varregionRobert Adams2014-01-212-7/+19
|\
| * Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-202-7/+19
| |\
| | * Stop exceptions being generated on agent connection if a telehub object has b...Justin Clark-Casey (justincc)2014-01-202-7/+19
| * | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-041-4/+7
| |/
* | varregion: Add region size to teleport event messages (EnableSimulator,Robert Adams2014-01-031-4/+7
* | Merge branch 'master' into varregionRobert Adams2013-12-201-1/+2
|\ \ | |/
| * Create regression test TestSendAgentGroupDataUpdate() for groups agent data s...Justin Clark-Casey (justincc)2013-12-181-1/+2
* | varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams2013-11-081-6/+2
* | varregion: add plumbing to pass region size from Scene down to theRobert Adams2013-11-041-1/+2
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-3/+26
|/
* refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2013-09-272-3/+3
* Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)2013-08-171-3/+40
* Create TestSameSimulatorNeighbouringRegionsTeleportV2() regression test for V...Justin Clark-Casey (justincc)2013-08-121-8/+18
* Fix regression tests relating to agent transfer by making simulator use last ...Justin Clark-Casey (justincc)2013-07-261-2/+10
* EDIT BEAMS!!! They had been missing from OpenSim since ever. Thanks to lkalif...Diva Canto2013-07-211-1/+1
* Manage AgentUpdates more sanely:Diva Canto2013-07-211-0/+1
* Fix broken tests -- the test setup was wrong... sigh.Diva Canto2013-07-141-1/+1
* Update the money framework to allow sending the new style linden "serverside ...Melanie2013-05-251-6/+1