aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Helpers (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-08more on compile..UbitUmarov1-9/+0
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to Op...Diva Canto3-3/+3
2015-09-02seems to compile ( tests comented out)UbitUmarov1-13/+0
2015-08-31Deleted physics plugin classes.Diva Canto1-4/+22
2015-08-31First commit where physics work as region module.Diva Canto1-4/+1
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-2/+2
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30Moved instantiation of SceneCommunicationService object to inside the scene c...Diva Canto1-3/+1
2015-08-19 add missing regionExtent setup and Scene physicsscene configuration ( notUbitUmarov1-6/+8
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto1-1/+1
2015-03-29varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams1-7/+3
2015-02-25Fix bug where the uuid gatherer was not inspecting UUIDs for items in an embe...Justin Clark-Casey (justincc)1-12/+33
2015-02-25Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)1-18/+18
2015-01-16For scripts in attachments, don't save .state files apart from the initial on...Justin Clark-Casey (justincc)1-7/+25
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)3-3/+0
2014-11-25refactor: Move test clientstack setup code out of BasicCircuitTests into Open...Justin Clark-Casey (justincc)1-0/+95
2014-10-02Don't unnecessarily remove from backup objects that were not directly attache...Justin Clark-Casey (justincc)1-1/+1
2014-07-29Allow the "debug scene set physics false|true" command to work when bulletsim...Justin Clark-Casey (justincc)1-8/+9
2014-05-22Simplify regression TestInterRegionChatDistanceEastWest() by making the child...Justin Clark-Casey (justincc)1-1/+5
2014-04-25Add basic regression test for creating a var regionJustin Clark-Casey (justincc)1-1/+10
2014-04-11Fix the presence info caching used in llRequestAgentData(), which was complet...Justin Clark-Casey (justincc)1-0/+6
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz1-1/+1
2014-04-02Fix problem where moving an object to another region on the same simulator wa...Justin Clark-Casey (justincc)1-0/+26
2014-03-11Instead of auto-creating a parcel on request if one doesn't cover a given loc...Justin Clark-Casey (justincc)1-3/+6
2013-11-08varregion: elimination of Constants.RegionSize from all over OpenSimulator.Robert Adams1-6/+2
2013-11-04varregion: add plumbing to pass region size from Scene down to theRobert Adams1-1/+2
2013-09-27refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2-3/+3
2013-08-17Add ScenePresenceTeleportTests.TestSameSimulatorIsolatedRegionsV2() regressio...Justin Clark-Casey (justincc)1-3/+40
2013-05-09Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)2-52/+4
2013-04-29Add TestRejectGivenFolder() and TestAcceptGivenFolder() regression testsJustin Clark-Casey (justincc)1-4/+37
2013-03-20Add file missing from last commit 36651beJustin Clark-Casey (justincc)1-0/+91
2013-03-20On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)1-6/+31
2013-02-28Add regression tests for llGetNotecardLine()Justin Clark-Casey (justincc)1-6/+26
2013-02-16Add regression test TestSaveNonRootFolderToIarJustin Clark-Casey (justincc)1-20/+89
2013-02-06Remove long unused Scene.DumpAssetsToFile boolean.Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus2-4/+2
2012-11-13minor: Add some explanative method doc to SceneHelpers.SetupSceneModules()Justin Clark-Casey (justincc)1-0/+4
2012-11-12Remove the old style module loader and all references to itMelanie1-1/+1
2012-11-12Remove IRegionModule support from the test setup helperMelanie1-23/+5
2012-11-11Fix issues with the DynamicTextureModule and corresponding unit tests.Diva Canto1-5/+5
2012-11-10One more module converted: GodsModule.Diva Canto1-3/+3
2012-11-10Fix Unit tests -- the module contract was not being honored in the set up of ...Diva Canto1-6/+6
2012-08-29Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder...Justin Clark-Casey (justincc)2-2/+4
2012-07-24extend regression TestDetachScriptedAttachementToInventory() to check correct...Justin Clark-Casey (justincc)1-2/+20
2012-07-19Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)1-1/+1
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-1/+1
2012-07-11Add regression TestRezScriptedAttachmentsFromInventory() though this currentl...Justin Clark-Casey (justincc)2-22/+59
2012-07-09Do not allow a script to attach a prim if its being sat upon.Justin Clark-Casey (justincc)2-17/+67
2012-07-07Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)1-3/+20
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2-10/+47