Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First commit where physics work as region module. | Diva Canto | 2015-08-31 | 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. | ||||
* | Actually call Close() for shared region modules when the simulator is being ↵ | Justin Clark-Casey (justincc) | 2014-07-02 | 1 | -0/+1 |
| | | | | | | shutdown. Adds regression test for this case. | ||||
* | Fix regression tests relating to agent transfer by making simulator use last ↵ | Justin Clark-Casey (justincc) | 2013-07-26 | 1 | -2/+10 |
| | | | | week's SIMULATOR/0.1 protocol for now. | ||||
* | Automatically disable log4net before each regression test so that logging is ↵ | Justin Clark-Casey (justincc) | 2012-06-27 | 1 | -0/+46 |
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. |