aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2511-12/+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
* Actually add the llRequestAgentData() test class for commit 530c86Justin Clark-Casey (justincc)2014-04-111-0/+157
* Only allow llBreakAllLinks() to work if script has received PERMISSION_CHANGE...Justin Clark-Casey (justincc)2014-03-121-0/+42
* If an avatar is sitting, send out position updates to clients for any change,...Justin Clark-Casey (justincc)2014-03-051-1/+31
* When positioning agent with PRIM_ROTATION in llSetLinkPrimitiveParams(), set ...Justin Clark-Casey (justincc)2014-03-031-11/+25
* Add some regression tests for previous commit 0e23374Justin Clark-Casey (justincc)2014-02-261-0/+115
* Extend TestLlGetNotecardLine() regression test to contain chars that are two ...Justin Clark-Casey (justincc)2013-12-141-1/+1
* Fix bug where using PRIM_LINK_TARGET with only two remaining list items (e.g....Justin Clark-Casey (justincc)2013-09-161-0/+14
* Make llGetLinkPrimitiveParams() abort and return existing list of params when...Justin Clark-Casey (justincc)2013-09-162-237/+386
* Fix NPC regression test failures.Justin Clark-Casey (justincc)2013-07-261-0/+1
* minor: Remove mono compiler warnings from LSL_ApiHttpTestsJustin Clark-Casey (justincc)2013-03-111-1/+0
* Add regression tests for llGetNotecardLine()Justin Clark-Casey (justincc)2013-02-283-3/+273
* minor: remove some mono compiler warnings in script regression testsJustin Clark-Casey (justincc)2013-02-271-1/+1
* Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)2013-02-271-0/+250
* Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-167-26/+23
* Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)2013-01-157-24/+35
* Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope...Justin Clark-Casey (justincc)2012-12-055-7/+13
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-249-9/+9
* Get osNpcCreate() and osNpcLoadAppearance() to generate a script error if app...Justin Clark-Casey (justincc)2012-10-251-6/+24
* Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec...Justin Clark-Casey (justincc)2012-10-252-4/+56
* Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)2012-10-252-4/+45
* Move npc creation tests involving appearance from OSSL_ApiAppearanceTest to O...Justin Clark-Casey (justincc)2012-10-252-70/+69
* Fix llListFindList() returning no match when there is a match with a script c...Justin Clark-Casey (justincc)2012-09-221-0/+134
* Disable logging in regression test in OSSL_ApiAttachmentTestsJustin Clark-Casey (justincc)2012-07-101-1/+1
* This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)2012-07-091-0/+53
* minor: remove some recent mono compiler warningsJustin Clark-Casey (justincc)2012-07-071-1/+1
* Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-072-10/+10
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-054-5/+188
* Add automated TestllBreakLink()Justin Clark-Casey (justincc)2012-05-081-0/+27
* Add automated TestllCreateLink()Justin Clark-Casey (justincc)2012-05-081-0/+112
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-084-13/+12
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-084-13/+13
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-274-5/+5
* 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
* Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)2012-03-066-25/+127
* Add missing assert to confirm owner delete succeeded to the end of TestOsNpcR...Justin Clark-Casey (justincc)2012-01-121-0/+2
* Add api level test for removing an owned npcJustin Clark-Casey (justincc)2012-01-121-2/+55
* Add ossl level test for removing an unowned npcJustin Clark-Casey (justincc)2012-01-121-0/+115
* Fixed llAngleBetween() to allow denormal rotationsJohn Cochran2012-01-061-15/+32
* Add script instruction count back to llRot2Euler. Other minor formatting/doc...Justin Clark-Casey (justincc)2012-01-061-14/+20
* Replaced llRot2Euler function.John Cochran2012-01-061-18/+79
* llSetPrimitiveParams Prim type params precision errorsMicheil Merlin2011-09-091-25/+33
* llSetPrimitiveParams correct prim hollow for cases where limit should be 70%.Micheil Merlin2011-08-251-11/+64
* llGetPrimitiveParams fix prim hollow/hole shape valueMicheil Merlin2011-08-131-0/+175