aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Tests/SceneTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add very basic test which invokes the scene update loop once and checks the ↵Justin Clark-Casey (justincc)2011-02-181-0/+71
| | | | | | frame number. This makes Scene.Update() match its original description of performing a single update, which also matches the semantics of SOG and ScenePresence.
* Remove old test classes that don't actually test anything not done elsewhereJustin Clark-Casey (justincc)2010-08-071-147/+0
| | | | Also comment out log4net line in InventoryArchiverTests
* Committing the LightShare code, which was developed by TomMeta of Meta7.Melanie2010-03-311-1/+10
| | | | | This allows scripts to set WindLight parameters for clients connecting to a region. Currently, this is only supported by the Meta7 viewer.
* 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
* Changed some fields to protectesd to enable faking