aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineCrossingTests.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-051-7/+7
|
* add a delay to consume other change messages on move and crossUbitUmarov2015-11-271-0/+1
|
* work around some 'tests' errors: use one autoresetevent per sceneUbitUmarov2015-11-191-5/+9
|
* work around some 'tests' errors: reset the event at start of new test.UbitUmarov2015-11-191-1/+5
|
* work around some 'tests' errors: just a testUbitUmarov2015-11-191-0/+2
|
* work around some 'tests' errors: dont use references to objects that may ↵UbitUmarov2015-11-161-3/+6
| | | | have been deleted
* Fix a regression where objects crossing regions in the same simulator (on ↵Justin Clark-Casey (justincc)2014-12-101-0/+195
their own or as attachments) with AppDomainLoading = false would create the new state in the source region area rather than the dest. This was beause the code was finding the script DLL compiled for the source region as everything is in the same appdomain and using this as the location for the destination script state, etc. This resolves the regression by passing the proper destination separately from the DLL retrieved. Probably a regression since commit d7b92604 (11 July 2014). Added regression test for this case. At least partly addresses http://opensimulator.org/mantis/view.php?id=7278