aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Instance/Tests/CoopTerminationTests.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-02-27minor: remove some mono compiler warnings in script regression testsJustin Clark-Casey (justincc)1-1/+0
2013-01-30Fix issue where lsl -> c# generation in co-operative termination mode did not...Justin Clark-Casey (justincc)1-13/+150
2013-01-29minor: remove EnableLogging() left over in CoopTerminationTestsJustin Clark-Casey (justincc)1-1/+1
2013-01-24Disable the not very useful infinite recursion co-op termination tests for no...Justin Clark-Casey (justincc)1-2/+6
2013-01-23If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont...Justin Clark-Casey (justincc)1-1/+1
2013-01-22Add co-op termination regression test for infinite recursive manual call on e...Justin Clark-Casey (justincc)1-0/+22
2013-01-22Set script delay factor to 0 in co-op termination testsJustin Clark-Casey (justincc)1-0/+3
2013-01-22Add regression test for co-op termination on infinite user function call regr...Justin Clark-Casey (justincc)1-0/+30
2013-01-22Add regression test for co-op stop of an infinite jump loopJustin Clark-Casey (justincc)1-8/+41
2013-01-22Add do-while co-op termination testJustin Clark-Casey (justincc)1-2/+30
2013-01-22Add single and comound while loop co-op termination testJustin Clark-Casey (justincc)1-0/+44
2013-01-22Fix bug in generating termination checks in compound statement for loop.Justin Clark-Casey (justincc)1-2/+26
2013-01-22factor out common code in existing co-op termination regression testsJustin Clark-Casey (justincc)1-55/+24
2013-01-22Increase WaitForEventCompletionOnScriptStop to 120 secs to show that the co-o...Justin Clark-Casey (justincc)1-0/+4
2013-01-22Add regression test TestStopOnLongForLoop()Justin Clark-Casey (justincc)1-0/+59
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-16/+43
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-8/+2
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)1-2/+8
2012-07-11Allow XEngine StartDelay to be configured in the [XEngine] config section.Justin Clark-Casey (justincc)1-0/+1
2012-07-11Remove WorldComm module from the regression TestCompileAndStartScript() since...Justin Clark-Casey (justincc)1-4/+1
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2012-02-07Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)1-20/+76
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2009-08-15* whoops, missing a /Teravus Ovares (Dan Olivares)1-1/+1
2009-08-15* Comment out XEngineTest that doesn't appear to test anything. It just crea...Teravus Ovares (Dan Olivares)1-0/+3
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-15Convert both script engines to new region module format. Add proper unloadMelanie Thielker1-2/+2
2009-02-13Fix some compiler warnings. Minor formatting cleanup.Jeff Ames1-2/+2
2009-02-12* Added XEngine tests and gathered other ScriptEngineSean Dague1-31/+28
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-0/+0
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2008-05-20Add copyright notices.Jeff Ames1-3/+28
2008-05-11* Added NPCModule and NPCAvatar classes for NPCs. Primitive, but we can grow ...Adam Frisby1-2/+0
2008-05-09Update svn properties.Jeff Ames1-48/+48
2008-05-08* Some refactorings.Adam Frisby1-0/+48