Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-08-31 | First commit where physics work as region module. | Diva Canto | 1 | -1/+1 | |
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager. | |||||
2014-07-02 | Actually call Close() for shared region modules when the simulator is being ↵ | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
shutdown. Adds regression test for this case. | |||||
2013-07-26 | Fix regression tests relating to agent transfer by making simulator use last ↵ | Justin Clark-Casey (justincc) | 1 | -2/+10 | |
week's SIMULATOR/0.1 protocol for now. | |||||
2012-06-27 | Automatically disable log4net before each regression test so that logging is ↵ | Justin Clark-Casey (justincc) | 1 | -9/+11 | |
confined to a single test if it's turned on. This involves making test classes inherit from a common OpenSimTestCase. This will be applied to more classes as required. | |||||
2009-04-14 | Add copyright headers. | Jeff Ames | 1 | -1/+28 | |
2009-04-14 | Update svn properties. | Jeff Ames | 1 | -16/+16 | |
2009-04-09 | * Moved the DatabaseTestAttribute to Test.Common, and thus included ref to ↵ | lbsa71 | 1 | -6/+6 | |
that in all db tests. *phew* | |||||
2009-04-09 | * Added custom DatabaseTestAttribute to help separating unit tests from ↵ | lbsa71 | 1 | -0/+17 | |
component tests. |