aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)2012-07-071-7/+7
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-4/+4
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-4/+4
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* Allow the osNpcCreate() function to accept a notecard name or asset for initi...Justin Clark-Casey (justincc)2011-08-121-2/+2
* Implement osAgentSaveAppearance() to save the appearance of an avatar in the ...Justin Clark-Casey (justincc)2011-08-111-0/+41
* add regression test for osNpcCreate when cloning an in-region avatarJustin Clark-Casey (justincc)2011-08-111-7/+72
* Split out to-be-common setup stuff from TestOsOwnerSaveAppearance()Justin Clark-Casey (justincc)2011-08-111-15/+33
* Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet...Justin Clark-Casey (justincc)2011-08-091-0/+105