| Commit message (Expand) | Author | Files | Lines |
2017-05-02 | fix LSL_ApiHttpTests | UbitUmarov | 1 | -5/+9 |
2017-01-25 | fix test setup | UbitUmarov | 1 | -3/+10 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 11 | -39/+39 |
2016-11-05 | some types may already be native in MOD_Api ConvertFromLSL | UbitUmarov | 1 | -1/+1 |
2016-11-05 | Regression, really ??? | UbitUmarov | 1 | -0/+2 |
2015-11-18 | work around some 'tests' errors: dont expect a particular http error response | UbitUmarov | 1 | -2/+3 |
2015-11-17 | work around some 'tests' errors: suspend TestllSetLinkPrimitiveParamsForAgen... | UbitUmarov | 1 | -0/+2 |
2015-08-17 | Change the IScriptApi back to it's original form, removing XEngine | Melanie Thielker | 12 | -44/+44 |
2015-08-17 | Revert "When scripts are sleeping, don't count that as execution time" | Melanie Thielker | 12 | -33/+33 |
2015-08-11 | When scripts are sleeping, don't count that as execution time | Oren Hurvitz | 12 | -33/+33 |
2015-03-22 | Allow setting hollow to 99% from scripts just like from viewer. | Magnuz Binder | 1 | -3/+3 |
2015-02-25 | Reduce coupling in regression test task inventory creation methods to make th... | Justin Clark-Casey (justincc) | 6 | -19/+19 |
2014-11-25 | Fix compile error from previous 1d56029848e96016b5809f596619e32d0ebcc995 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-11-25 | Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a vali... | Justin Clark-Casey (justincc) | 1 | -0/+47 |
2014-11-25 | Add some more llGiveInventory() regression tests | Justin Clark-Casey (justincc) | 1 | -48/+1 |
2014-11-25 | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 11 | -12/+0 |
2014-11-11 | Fix issue where llRemoteLoadScriptPin() would treat 0 (the default) as a vali... | Justin Clark-Casey | 1 | -0/+48 |
2014-10-16 | Add some more llGiveInventory() regression tests | Justin Clark-Casey (justincc) | 1 | -0/+71 |
2014-04-11 | Actually add the llRequestAgentData() test class for commit 530c86 | Justin Clark-Casey (justincc) | 1 | -0/+157 |
2014-03-12 | Only allow llBreakAllLinks() to work if script has received PERMISSION_CHANGE... | Justin Clark-Casey (justincc) | 1 | -0/+42 |
2014-03-05 | If an avatar is sitting, send out position updates to clients for any change,... | Justin Clark-Casey (justincc) | 1 | -1/+31 |
2014-03-03 | When positioning agent with PRIM_ROTATION in llSetLinkPrimitiveParams(), set ... | Justin Clark-Casey (justincc) | 1 | -11/+25 |
2014-02-26 | Add some regression tests for previous commit 0e23374 | Justin Clark-Casey (justincc) | 1 | -0/+115 |
2013-12-14 | Extend TestLlGetNotecardLine() regression test to contain chars that are two ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-09-16 | Fix bug where using PRIM_LINK_TARGET with only two remaining list items (e.g.... | Justin Clark-Casey (justincc) | 1 | -0/+14 |
2013-09-16 | Make llGetLinkPrimitiveParams() abort and return existing list of params when... | Justin Clark-Casey (justincc) | 2 | -237/+386 |
2013-07-26 | Fix NPC regression test failures. | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2013-03-11 | minor: Remove mono compiler warnings from LSL_ApiHttpTests | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2013-02-28 | Add regression tests for llGetNotecardLine() | Justin Clark-Casey (justincc) | 3 | -3/+273 |
2013-02-27 | minor: remove some mono compiler warnings in script regression tests | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-02-27 | Add regression test for llReleaseUrl() (and for llRequestUrl) | Justin Clark-Casey (justincc) | 1 | -0/+250 |
2013-01-16 | JustinCC's core re-merge | Melanie | 7 | -24/+32 |
2013-01-16 | Implement co-operative script termination if termination comes during a scrip... | Justin Clark-Casey (justincc) | 7 | -26/+23 |
2013-01-15 | Instead of passing separate engine, part and item components to script APIs, ... | Justin Clark-Casey (justincc) | 7 | -24/+35 |
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-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 3 | -316/+72 |
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 |