aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Helpers/SceneHelpers.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* refactor: Rename Scene.AddNewClient() to AddNewAgent() to make it obvious in ...Justin Clark-Casey (justincc)2013-09-271-1/+1
* Fix issue where objects removed via llDie() would not disappear for users loo...Justin Clark-Casey (justincc)2013-05-091-51/+3
* On the later forms of teleport failure, tell the user if this was because vie...Justin Clark-Casey (justincc)2013-03-201-6/+31
* 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-291-1/+1
* Add EventManager.OnRegionLoginsStatusChange fired whenever logins are enabled...Justin Clark-Casey (justincc)2012-07-191-1/+1
* Do not allow a script to attach a prim if its being sat upon.Justin Clark-Casey (justincc)2012-07-091-17/+58
* Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-3/+20
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-5/+5
* Fix bug where an avatar that had an object they owned attached through llAtta...Justin Clark-Casey (justincc)2012-05-231-3/+4
* Fix issue where loading OARs could sometimes result in link numbers being reo...Justin Clark-Casey (justincc)2012-05-151-4/+4
* Fix mono compiler warning.Justin Clark-Casey (justincc)2012-05-121-1/+1
* Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2012-05-011-4/+68
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-90/+128
* Add TestSetPhysics() to SOP status testsJustin Clark-Casey (justincc)2012-04-211-1/+1
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-3/+9
* Stop individually deleting objects at the end of each ObjectTortureTest.Justin Clark-Casey (justincc)2012-03-071-1/+1
* Use a fully stubbed out MockConsole for unit tests rather than inheriting fro...Justin Clark-Casey (justincc)2012-03-011-1/+1
* Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)2012-02-071-3/+20
* Split up test SceneHelpers to provide an AddChildScenePresence() callJustin Clark-Casey (justincc)2011-12-031-10/+25
* Add beginning of ScenePresenceAgentTests.TestCreateChildScenePresence()Justin Clark-Casey (justincc)2011-12-031-0/+3
* move see_into_this_sim_from_neighbor [Startup] flag parsing into Scene with t...Justin Clark-Casey (justincc)2011-10-151-1/+1
* fetch physical_prim switch from [Startup] config from inside scene, as is don...Justin Clark-Casey (justincc)2011-10-151-1/+1
* get rid of appearance null checks - this is never nullJustin Clark-Casey (justincc)2011-08-311-0/+1
* Fix bug in persisting saved appearances for npcsJustin Clark-Casey (justincc)2011-08-301-5/+30
* Stop NPC's getting hypergrid like names in some circumstances.Justin Clark-Casey (justincc)2011-08-191-0/+1
* Don't try to save changed attachment states when an NPC with attachments is r...Justin Clark-Casey (justincc)2011-08-181-1/+1
* When an NPC is created, stop telling neighbouring regions to expect a child a...Justin Clark-Casey (justincc)2011-08-091-1/+1
* refactor: Change SceneHelpers.AddClient() to AddScenePresence().Justin Clark-Casey (justincc)2011-08-061-4/+4
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-0/+483