aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests (unfollow)
Commit message (Expand)AuthorFilesLines
2014-04-11Actually add the llRequestAgentData() test class for commit 530c86Justin Clark-Casey (justincc)1-0/+157
2014-03-12Only allow llBreakAllLinks() to work if script has received PERMISSION_CHANGE...Justin Clark-Casey (justincc)1-0/+42
2014-03-05If an avatar is sitting, send out position updates to clients for any change,...Justin Clark-Casey (justincc)1-1/+31
2014-03-03When positioning agent with PRIM_ROTATION in llSetLinkPrimitiveParams(), set ...Justin Clark-Casey (justincc)1-11/+25
2014-02-26Add some regression tests for previous commit 0e23374Justin Clark-Casey (justincc)1-0/+115
2013-12-14Extend TestLlGetNotecardLine() regression test to contain chars that are two ...Justin Clark-Casey (justincc)1-1/+1
2013-09-16Fix bug where using PRIM_LINK_TARGET with only two remaining list items (e.g....Justin Clark-Casey (justincc)1-0/+14
2013-09-16Make llGetLinkPrimitiveParams() abort and return existing list of params when...Justin Clark-Casey (justincc)2-237/+386
2013-07-26Fix NPC regression test failures.Justin Clark-Casey (justincc)1-0/+1
2013-03-11minor: Remove mono compiler warnings from LSL_ApiHttpTestsJustin Clark-Casey (justincc)1-1/+0
2013-02-28Add regression tests for llGetNotecardLine()Justin Clark-Casey (justincc)3-3/+273
2013-02-27minor: remove some mono compiler warnings in script regression testsJustin Clark-Casey (justincc)1-1/+1
2013-02-27Add regression test for llReleaseUrl() (and for llRequestUrl)Justin Clark-Casey (justincc)1-0/+250
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)7-26/+23
2013-01-15Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)7-24/+35
2012-12-05Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope...Justin Clark-Casey (justincc)5-7/+13
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)9-9/+9
2012-10-25Get osNpcCreate() and osNpcLoadAppearance() to generate a script error if app...Justin Clark-Casey (justincc)1-6/+24
2012-10-25Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec...Justin Clark-Casey (justincc)2-4/+56
2012-10-25Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)2-4/+45
2012-10-25Move npc creation tests involving appearance from OSSL_ApiAppearanceTest to O...Justin Clark-Casey (justincc)2-70/+69
2012-09-22Fix llListFindList() returning no match when there is a match with a script c...Justin Clark-Casey (justincc)1-0/+134
2012-07-10Disable logging in regression test in OSSL_ApiAttachmentTestsJustin Clark-Casey (justincc)1-1/+1
2012-07-09This script allows an object to be attached directly from prim inventory to a...Justin Clark-Casey (justincc)1-0/+53
2012-07-07minor: remove some recent mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2012-07-07Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2-10/+10
2012-07-05Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)4-5/+188
2012-05-08Add automated TestllBreakLink()Justin Clark-Casey (justincc)1-0/+27
2012-05-08Add automated TestllCreateLink()Justin Clark-Casey (justincc)1-0/+112
2012-05-08refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)4-13/+12
2012-05-08Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)4-13/+13
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)4-5/+5
2012-03-22Fix llGiveInventory() so that it checks the destination part for AllowInvento...Justin Clark-Casey (justincc)1-1/+58
2012-03-22Add llGiveInventory() test from object to object where both objects are owned...Justin Clark-Casey (justincc)1-0/+111
2012-03-06Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ...Justin Clark-Casey (justincc)6-25/+127
2012-01-12Add missing assert to confirm owner delete succeeded to the end of TestOsNpcR...Justin Clark-Casey (justincc)1-0/+2
2012-01-12Add api level test for removing an owned npcJustin Clark-Casey (justincc)1-2/+55
2012-01-12Add ossl level test for removing an unowned npcJustin Clark-Casey (justincc)1-0/+115
2012-01-06Fixed llAngleBetween() to allow denormal rotationsJohn Cochran1-15/+32
2012-01-06Add script instruction count back to llRot2Euler. Other minor formatting/doc...Justin Clark-Casey (justincc)1-14/+20
2012-01-06Replaced llRot2Euler function.John Cochran1-18/+79
2011-09-09llSetPrimitiveParams Prim type params precision errorsMicheil Merlin1-25/+33
2011-08-25llSetPrimitiveParams correct prim hollow for cases where limit should be 70%.Micheil Merlin1-11/+64
2011-08-13llGetPrimitiveParams fix prim hollow/hole shape valueMicheil Merlin1-0/+175
2011-08-12Allow the osNpcCreate() function to accept a notecard name or asset for initi...Justin Clark-Casey (justincc)1-2/+2
2011-08-11Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...Justin Clark-Casey (justincc)1-0/+41
2011-08-11add regression test for osNpcCreate when cloning an in-region avatarJustin Clark-Casey (justincc)1-7/+72
2011-08-11Split out to-be-common setup stuff from TestOsOwnerSaveAppearance()Justin Clark-Casey (justincc)1-15/+33
2011-08-09Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...Justin Clark-Casey (justincc)1-0/+105
2011-08-06rename test SceneSetupHelpers -> SceneHelpers for consistencyJustin Clark-Casey (justincc)1-2/+2