aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiNpcTests.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+2
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-3/+4
* Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope...Justin Clark-Casey (justincc)2012-12-051-3/+1
* 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-251-0/+54
* Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)2012-10-251-2/+41
* Move npc creation tests involving appearance from OSSL_ApiAppearanceTest to O...Justin Clark-Casey (justincc)2012-10-251-0/+69
* Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-3/+3
* Add OSSL function osForceAttachToAvatarFromInventory()Justin Clark-Casey (justincc)2012-07-051-2/+4
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-3/+3
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-3/+3
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* 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