Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add regression test for teleporting an agent between separated regions on ↵ | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -1/+1 |
| | | | | | | | | the same simulator. This involves a large amount of change in test scene setup code to allow test scenes to share shared modules SetupScene is now an instance method that requires an instantiation of SceneHelpers, though other SceneHelpers methods are still static May split these out into separate classes in the future. | ||||
* | Move frame loop entirely within Scene.Update() for better future performance ↵ | Justin Clark-Casey (justincc) | 2012-03-20 | 1 | -1/+1 |
| | | | | | | | | analysis and stat accuracy. Update() now accepts a frames parameter which can control the number of frames updated. -1 will update until shutdown. The watchdog updating moves above the maintc recalculation for any required sleep since it should be accounted for within the frame. | ||||
* | rename TestHelper => TestHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -1/+1 |
| | |||||
* | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -1/+0 |
| | | | | OpenSim.Tests.Common instead | ||||
* | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 2011-03-09 | 1 | -1/+0 |
| | | | | This version removes the NUnit.Framework.SyntaxHelpers namespace, so any modules with their own tests will need to delete this using statement. | ||||
* | Add very basic test which invokes the scene update loop once and checks the ↵ | Justin Clark-Casey (justincc) | 2011-02-18 | 1 | -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 elsewhere | Justin Clark-Casey (justincc) | 2010-08-07 | 1 | -147/+0 |
| | | | | Also comment out log4net line in InventoryArchiverTests | ||||
* | Committing the LightShare code, which was developed by TomMeta of Meta7. | Melanie | 2010-03-31 | 1 | -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 Canto | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 1 | -2/+2 |
| | |||||
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Formatting cleanup, ignore some generated files. | Jeff Ames | 2009-06-22 | 1 | -2/+2 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-06-22 | 1 | -138/+138 |
| | |||||
* | * Added SceneTests and SceneBaseTests | lbsa71 | 2009-06-22 | 1 | -0/+138 |
* Changed some fields to protectesd to enable faking |