aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+2
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+23
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* In Scene.Close(), dispose of the physics scene after base.Close() since scrip...Justin Clark-Casey (justincc)2012-10-251-0/+17
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-1/+1
* rename TestHelper => TestHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-1/+1
* rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)2011-08-061-1/+1
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
* Add very basic test which invokes the scene update loop once and checks the f...Justin Clark-Casey (justincc)2011-02-181-0/+71
* Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)2010-08-071-147/+0
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+10
* CommunicationsManager deleted.Diva Canto2010-01-111-1/+1
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-1/+1
* Formatting cleanup, ignore some generated files.Jeff Ames2009-06-221-2/+2
* Update svn properties.Jeff Ames2009-06-221-138/+138
* * Added SceneTests and SceneBaseTestslbsa712009-06-221-0/+138