Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add automated TestllBreakLink() | Justin Clark-Casey (justincc) | 2012-05-08 | 1 | -0/+27 |
| | |||||
* | Add automated TestllCreateLink() | Justin Clark-Casey (justincc) | 2012-05-08 | 1 | -0/+112 |
| | |||||
* | refactor: Eliminate local id parameter from api initialize. | Justin Clark-Casey (justincc) | 2012-05-08 | 4 | -13/+12 |
| | | | | This is always available from m_host.LocalId | ||||
* | Instead of constantly looking up unchanging self item in script code, pass ↵ | Justin Clark-Casey (justincc) | 2012-05-08 | 4 | -13/+13 |
| | | | | in self item on initialization. | ||||
* | Add regression test for teleporting an agent between separated regions on ↵ | Justin Clark-Casey (justincc) | 2012-04-27 | 4 | -5/+5 |
| | | | | | | | | the same simulator. This involves a large amount of change in test scene setup code to allow test scenes to share shared modules SetupScene is now an instance method that requires an instantiation of SceneHelpers, though other SceneHelpers methods are still static May split these out into separate classes in the future. | ||||
* | Fix llGiveInventory() so that it checks the destination part for ↵ | Justin Clark-Casey (justincc) | 2012-03-22 | 1 | -1/+58 |
| | | | | | | | AllowInventoryDrop, not the source. This allows llAllowInventoryDrop() to work. Regression test added for this case. | ||||
* | Add llGiveInventory() test from object to object where both objects are ↵ | Justin Clark-Casey (justincc) | 2012-03-22 | 1 | -0/+111 |
| | | | | owned by the same user. | ||||
* | Get all test methods in OpenSim.Region.ScriptEngine.Tests.dll to report that ↵ | Justin Clark-Casey (justincc) | 2012-03-06 | 6 | -25/+127 |
| | | | | they're running | ||||
* | Add missing assert to confirm owner delete succeeded to the end of ↵ | Justin Clark-Casey (justincc) | 2012-01-12 | 1 | -0/+2 |
| | | | | TestOsNpcRemoveOwned() | ||||
* | Add api level test for removing an owned npc | Justin Clark-Casey (justincc) | 2012-01-12 | 1 | -2/+55 |
| | |||||
* | Add ossl level test for removing an unowned npc | Justin Clark-Casey (justincc) | 2012-01-12 | 1 | -0/+115 |
| | |||||
* | Fixed llAngleBetween() to allow denormal rotations | John Cochran | 2012-01-06 | 1 | -15/+32 |
| | |||||
* | Add script instruction count back to llRot2Euler. Other minor ↵ | Justin Clark-Casey (justincc) | 2012-01-06 | 1 | -14/+20 |
| | | | | formatting/doc changes. | ||||
* | Replaced llRot2Euler function. | John Cochran | 2012-01-06 | 1 | -18/+79 |
| | | | | | | | | | | | | | | | | | | | | The original function suffered from unexpected results due to rounding errors. An error of only 1 or 2 ulps would cause the code to not detect a singularity at Y rotation +/- PI/2 and take the non-singularity code path. The replacement code does not suffer from wildly inaccurate results at the +/- PI/2 singularity. The check in the code for the singularity isn't strictly needed, but gives more consistent results At the singularity, the X and Z rotations add. The if check simply forces the X rotation to be zero so the entirety of the X+Z rotation is carried by Z. Additionally, the test code has been updated to include test cases that caused the old code to fail. The test algorithm is also updated to perform a more meaningful test. The original code checked if the values against expected values. This could fail at +/- PI rotations since a rotation around an axis by PI causes the identical effect as a rotation by -PI. The new test code checks that the returned angles can be used to recreate a quaternion that causes the same rotation. | ||||
* | llSetPrimitiveParams Prim type params precision errors | Micheil Merlin | 2011-09-09 | 1 | -25/+33 |
| | |||||
* | llSetPrimitiveParams correct prim hollow for cases where limit should be 70%. | Micheil Merlin | 2011-08-25 | 1 | -11/+64 |
| | | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com> | ||||
* | llGetPrimitiveParams fix prim hollow/hole shape value | Micheil Merlin | 2011-08-13 | 1 | -0/+175 |
| | |||||
* | Allow the osNpcCreate() function to accept a notecard name or asset for ↵ | Justin Clark-Casey (justincc) | 2011-08-12 | 1 | -2/+2 |
| | | | | initial appearance | ||||
* | Implement osAgentSaveAppearance() to save the appearance of an avatar in the ↵ | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -0/+41 |
| | | | | | | region to a notecard This is separate from osOwnerSaveAppearance() so that owner saves can be allowed without allowing arbitrary avatar saves | ||||
* | add regression test for osNpcCreate when cloning an in-region avatar | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -7/+72 |
| | |||||
* | Split out to-be-common setup stuff from TestOsOwnerSaveAppearance() | Justin Clark-Casey (justincc) | 2011-08-11 | 1 | -15/+33 |
| | |||||
* | Add osOwnerSaveAppearance() to help with setting up NPC appearances. Not ↵ | Justin Clark-Casey (justincc) | 2011-08-09 | 1 | -0/+105 |
| | | | | | | yet ready for user use. Adds regression test. | ||||
* | rename test SceneSetupHelpers -> SceneHelpers for consistency | Justin Clark-Casey (justincc) | 2011-08-06 | 1 | -2/+2 |
| | |||||
* | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just ↵ | Justin Clark-Casey (justincc) | 2011-05-21 | 1 | -1/+0 |
| | | | | OpenSim.Tests.Common instead | ||||
* | llVecNorm nant test | Micheil Merlin | 2010-11-27 | 1 | -0/+24 |
| | |||||
* | llRot2Euler Tests | Micheil Merlin | 2010-09-03 | 1 | -0/+30 |
| | |||||
* | * ShortVersion, another attempt at fixing the test thread death that ↵ | Teravus Ovares (Dan Olivares) | 2009-08-16 | 1 | -1/+2 |
| | | | | | | randomly occurs. * LongVersion nIni may be causing the test thread death. Pausing OpenSimulator during startup causes a nIni error that makes debugging startup operations difficult for users. It might be because when it's in pause mode, something else reads from the nini config passed? If it is, it might not be fixable.. however, if it's concurrency that causes nini death it would make sense to give each section of the tests a new IConfigSource so that they don't read from the same configsource at the same time. | ||||
* | Give m_test* methods more reasonable names | Mike Mazur | 2009-06-12 | 1 | -13/+13 |
| | | | | | | | Changing the names of these methods because they were being picked up by nunit as tests even though they were marked private. Naming them Check* after the original Test*. | ||||
* | Rename private TestllAngleBetween method | Mike Mazur | 2009-06-07 | 1 | -13/+13 |
| | | | | | | | | It seems overloading the method TestllAngleBetween confused nunit a bit and caused it to try running the private TestllAngleBetween method. The method's access modified prevented that from happening, and nunit complained. | ||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 6 | -6/+6 |
| | | | | LICENSE.txt. | ||||
* | Convert both script engines to new region module format. Add proper unload | Melanie Thielker | 2009-04-15 | 1 | -1/+2 |
| | | | | | | handling to XEngine. Add needed stubs to DotNetEngine. | ||||
* | * Tagged long running tests with LongRunningAttribute. | lbsa71 | 2009-04-09 | 1 | -5/+5 |
| | | | | | | * Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit. | ||||
* | Correct unit test for llAngleBetween() | Dahlia Trimble | 2009-04-08 | 1 | -5/+1 |
| | | | | | Reinstate patch for Mantis #3007 | ||||
* | remove defective test criteria from unit test for llAngleBetween | Dahlia Trimble | 2009-04-07 | 1 | -4/+4 |
| | |||||
* | a last set of files that seem to have embedded ^M in them | Sean Dague | 2009-02-09 | 1 | -140/+140 |
| | |||||
* | fixing warnings. | Dr Scofield | 2009-02-09 | 1 | -12/+12 |
| | |||||
* | Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-07 | 1 | -0/+140 |
| | | | | | | | Created nunit test for LSL API and example test for llAngleBetween which was marked untested in wiki. Run new test succesfully with NUnitGUI and nant build. | ||||
* | Made the casting of stings to floats more robust and work more like SL. | idb | 2008-12-12 | 1 | -1/+11 |
| | | | | | | Added some more tests that casts previously failed on. Fixes Mantis #2789 | ||||
* | minor: indentation corrections | Justin Clarke Casey | 2008-10-29 | 1 | -45/+45 |
| | |||||
* | Mantis #1922 | Melanie Thielker | 2008-09-28 | 1 | -0/+1 |
| | | | | | | | Thank you, idb, for a patch that addresses hex digits erroneously being recognized as valid and parsed in a decimal number | ||||
* | Mantis #2232 | Melanie Thielker | 2008-09-21 | 1 | -0/+8 |
| | | | | | | | Thank you, idb, for a patch that fixes an overflow issue in casting string -> int for both engines, and adds tests! | ||||
* | changes to Test directory structure per opensim-dev conversation | Sean Dague | 2008-09-08 | 5 | -0/+1195 |