aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Helpers (follow)
Commit message (Expand)AuthorAgeFilesLines
* more on compile..UbitUmarov2015-09-081-9/+0
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-083-5/+27
|\
| * Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto2015-09-043-3/+3
| * Deleted physics plugin classes.Diva Canto2015-08-311-4/+22
| * First commit where physics work as region module.Diva Canto2015-08-311-4/+1
| * More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-2/+2
| * Renamed the namespaces tooDiva Canto2015-08-301-1/+1
| * Moved instantiation of SceneCommunicationService object to inside the scene c...Diva Canto2015-08-301-3/+1
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-13/+0
* | bad merge?UbitUmarov2015-09-012-1/+14
|\ \ | |/ |/|
| * add missing regionExtent setup and Scene physicsscene configuration ( notUbitUmarov2015-08-191-6/+8
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-7/+3
* | 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
* | 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-253-3/+0
* | refactor: Move test clientstack setup code out of BasicCircuitTests into Open...Justin Clark-Casey (justincc)2014-11-251-0/+95
* | 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-291-8/+9
* | Simplify regression TestInterRegionChatDistanceEastWest() by making the child...Justin Clark-Casey (justincc)2014-05-221-1/+5
* | Add basic regression test for creating a var regionJustin Clark-Casey (justincc)2014-04-251-1/+10
* | 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
* | Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)2014-04-021-0/+26
* | 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
* | 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
|/
* 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
* Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)2013-05-092-52/+4
* Add TestRejectGivenFolder() and TestAcceptGivenFolder() regression testsJustin Clark-Casey (justincc)2013-04-291-4/+37
* Add file missing from last commit 36651beJustin Clark-Casey (justincc)2013-03-201-0/+91
* On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)2013-03-201-6/+31
* Add regression tests for llGetNotecardLine()Justin Clark-Casey (justincc)2013-02-281-6/+26
* Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)2013-02-161-20/+89
* Remove long unused Scene.DumpAssetsToFile boolean.Justin Clark-Casey (justincc)2013-02-061-1/+1
* minor: Add some explanative method doc to SceneHelpers.SetupSceneModules()Justin Clark-Casey (justincc)2012-11-131-0/+4
* Remove the old style module loader and all references to itMelanie2012-11-121-1/+1
* Remove IRegionModule support from the test setup helperMelanie2012-11-121-23/+5
* Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto2012-11-111-5/+5
* One more module converted: GodsModule.Diva Canto2012-11-101-3/+3
* Fix Unit tests -- the module contract was not being honored in the set up of ...Diva Canto2012-11-101-6/+6
* Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2012-08-292-2/+4
* extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)2012-07-241-2/+20
* Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-1/+1
* Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)2012-07-111-1/+1
* Add regression TestRezScriptedAttachmentsFromInventory() though this currentl...Justin Clark-Casey (justincc)2012-07-112-22/+59
* Do not allow a script to attach a prim if its being sat upon.Justin Clark-Casey (justincc)2012-07-092-17/+67
* Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-3/+20