aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/LSL_ApiInventoryTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker2015-08-171-7/+7
* Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker2015-08-171-6/+6
* When scripts are sleeping, don't count that as execution timeOren Hurvitz2015-08-111-6/+6
* Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2015-02-251-5/+5
* Fix compile error from previous 1d56029848e96016b5809f596619e32d0ebcc995Justin Clark-Casey (justincc)2014-11-251-1/+1
* Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a vali...Justin Clark-Casey (justincc)2014-11-251-0/+47
* Add some more llGiveInventory() regression testsJustin Clark-Casey (justincc)2014-11-251-48/+1
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-2/+0
* Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a vali...Justin Clark-Casey2014-11-111-0/+48
* Add some more llGiveInventory() regression testsJustin Clark-Casey (justincc)2014-10-161-0/+71
* Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-161-3/+3
* Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)2013-01-151-3/+4
* Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope...Justin Clark-Casey (justincc)2012-12-051-1/+3
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-5/+4
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-4/+5
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* Fix llGiveInventory() so that it checks the destination part for AllowInvento...Justin Clark-Casey (justincc)2012-03-221-1/+58
* Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)2012-03-221-0/+111