aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Tests/OSSL_ApiAppearanceTest.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-20change ossl tests setupUbitUmarov1-2/+7
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+2
2015-08-17Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker1-3/+3
2015-08-17Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker1-2/+2
2015-08-11When scripts are sleeping, don't count that as execution timeOren Hurvitz1-2/+2
2014-11-25refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)1-1/+0
2013-01-16JustinCC's core re-mergeMelanie1-2/+3
2013-01-16Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)1-2/+2
2013-01-15Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)1-2/+3
2012-12-05Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope...Justin Clark-Casey (justincc)1-1/+3
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ma...teravus1-0/+70
2012-10-25Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec...Justin Clark-Casey (justincc)1-4/+2
2012-10-25Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)1-2/+4
2012-10-25Move npc creation tests involving appearance from OSSL_ApiAppearanceTest to O...Justin Clark-Casey (justincc)1-70/+0
2012-07-07Remove redundant SetScene() function in Scene.AddSceneObject()Justin Clark-Casey (justincc)1-7/+7
2012-05-08refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)1-4/+4
2012-05-08Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)1-4/+4
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
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