| Commit message (Expand) | Author | Files | Lines |
2012-12-05 | Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope... | Justin Clark-Casey (justincc) | 5 | -7/+13 |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 9 | -9/+9 |
2012-10-25 | Get osNpcCreate() and osNpcLoadAppearance() to generate a script error if app... | Justin Clark-Casey (justincc) | 1 | -6/+24 |
2012-10-25 | Make osNpcCreate() return UUID.Zero instead of throwing an exception if notec... | Justin Clark-Casey (justincc) | 2 | -4/+56 |
2012-10-25 | Add TestOsNpcLoadAppearance() | Justin Clark-Casey (justincc) | 2 | -4/+45 |
2012-10-25 | Move npc creation tests involving appearance from OSSL_ApiAppearanceTest to O... | Justin Clark-Casey (justincc) | 2 | -70/+69 |
2012-09-22 | Fix llListFindList() returning no match when there is a match with a script c... | Justin Clark-Casey (justincc) | 1 | -0/+134 |
2012-07-10 | Disable logging in regression test in OSSL_ApiAttachmentTests | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-09 | This script allows an object to be attached directly from prim inventory to a... | Justin Clark-Casey (justincc) | 1 | -0/+53 |
2012-07-07 | minor: remove some recent mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-07-07 | Remove redundant SetScene() function in Scene.AddSceneObject() | Justin Clark-Casey (justincc) | 2 | -10/+10 |
2012-07-05 | Add OSSL function osForceAttachToAvatarFromInventory() | Justin Clark-Casey (justincc) | 4 | -5/+188 |
2012-05-08 | Add automated TestllBreakLink() | Justin Clark-Casey (justincc) | 1 | -0/+27 |
2012-05-08 | Add automated TestllCreateLink() | Justin Clark-Casey (justincc) | 1 | -0/+112 |
2012-05-08 | refactor: Eliminate local id parameter from api initialize. | Justin Clark-Casey (justincc) | 4 | -13/+12 |
2012-05-08 | Instead of constantly looking up unchanging self item in script code, pass in... | Justin Clark-Casey (justincc) | 4 | -13/+13 |
2012-04-27 | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 4 | -5/+5 |
2012-03-22 | Fix llGiveInventory() so that it checks the destination part for AllowInvento... | Justin Clark-Casey (justincc) | 1 | -1/+58 |
2012-03-22 | Add llGiveInventory() test from object to object where both objects are owned... | Justin Clark-Casey (justincc) | 1 | -0/+111 |
2012-03-06 | Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ... | Justin Clark-Casey (justincc) | 6 | -25/+127 |
2012-01-12 | Add missing assert to confirm owner delete succeeded to the end of TestOsNpcR... | Justin Clark-Casey (justincc) | 1 | -0/+2 |
2012-01-12 | Add api level test for removing an owned npc | Justin Clark-Casey (justincc) | 1 | -2/+55 |
2012-01-12 | Add ossl level test for removing an unowned npc | Justin Clark-Casey (justincc) | 1 | -0/+115 |
2012-01-06 | Fixed llAngleBetween() to allow denormal rotations | John Cochran | 1 | -15/+32 |
2012-01-06 | Add script instruction count back to llRot2Euler. Other minor formatting/doc... | Justin Clark-Casey (justincc) | 1 | -14/+20 |
2012-01-06 | Replaced llRot2Euler function. | John Cochran | 1 | -18/+79 |
2011-09-09 | llSetPrimitiveParams Prim type params precision errors | Micheil Merlin | 1 | -25/+33 |
2011-08-25 | llSetPrimitiveParams correct prim hollow for cases where limit should be 70%. | Micheil Merlin | 1 | -11/+64 |
2011-08-13 | llGetPrimitiveParams fix prim hollow/hole shape value | Micheil Merlin | 1 | -0/+175 |
2011-08-12 | Allow the osNpcCreate() function to accept a notecard name or asset for initi... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-08-11 | Implement osAgentSaveAppearance() to save the appearance of an avatar in the ... | Justin Clark-Casey (justincc) | 1 | -0/+41 |
2011-08-11 | add regression test for osNpcCreate when cloning an in-region avatar | Justin Clark-Casey (justincc) | 1 | -7/+72 |
2011-08-11 | Split out to-be-common setup stuff from TestOsOwnerSaveAppearance() | Justin Clark-Casey (justincc) | 1 | -15/+33 |
2011-08-09 | Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not yet... | Justin Clark-Casey (justincc) | 1 | -0/+105 |
2011-08-06 | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2011-05-21 | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2010-11-27 | llVecNorm nant test | Micheil Merlin | 1 | -0/+24 |
2010-09-03 | llRot2Euler Tests | Micheil Merlin | 1 | -0/+30 |
2009-08-16 | * ShortVersion, another attempt at fixing the test thread death that randomly... | Teravus Ovares (Dan Olivares) | 1 | -1/+2 |
2009-06-12 | Give m_test* methods more reasonable names | Mike Mazur | 1 | -13/+13 |
2009-06-07 | Rename private TestllAngleBetween method | Mike Mazur | 1 | -13/+13 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 6 | -6/+6 |
2009-04-15 | Convert both script engines to new region module format. Add proper unload | Melanie Thielker | 1 | -1/+2 |
2009-04-09 | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 1 | -5/+5 |
2009-04-08 | Correct unit test for llAngleBetween() | Dahlia Trimble | 1 | -5/+1 |
2009-04-07 | remove defective test criteria from unit test for llAngleBetween | Dahlia Trimble | 1 | -4/+4 |
2009-02-09 | a last set of files that seem to have embedded ^M in them | Sean Dague | 1 | -140/+140 |
2009-02-09 | fixing warnings. | Dr Scofield | 1 | -12/+12 |
2009-02-07 | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -0/+140 |
2008-12-12 | Made the casting of stings to floats more robust and work more like SL. | idb | 1 | -1/+11 |