| Commit message (Expand) | Author | Age | Files | Lines |
* | Add regression test for co-op termination on infinite user function call regr... | Justin Clark-Casey (justincc) | 2013-01-22 | 1 | -0/+30 |
* | Add regression test for co-op stop of an infinite jump loop | Justin Clark-Casey (justincc) | 2013-01-22 | 1 | -8/+41 |
* | Add do-while co-op termination test | Justin Clark-Casey (justincc) | 2013-01-22 | 1 | -2/+30 |
* | Add single and comound while loop co-op termination test | Justin Clark-Casey (justincc) | 2013-01-22 | 1 | -0/+44 |
* | Fix bug in generating termination checks in compound statement for loop. | Justin Clark-Casey (justincc) | 2013-01-22 | 2 | -3/+27 |
* | factor out common code in existing co-op termination regression tests | Justin Clark-Casey (justincc) | 2013-01-22 | 1 | -55/+24 |
* | Increase WaitForEventCompletionOnScriptStop to 120 secs to show that the co-o... | Justin Clark-Casey (justincc) | 2013-01-22 | 1 | -0/+4 |
* | Add regression test TestStopOnLongForLoop() | Justin Clark-Casey (justincc) | 2013-01-22 | 1 | -0/+59 |
* | Implement non-wait co-operative termination of scripts for XEngine in additio... | Justin Clark-Casey (justincc) | 2013-01-17 | 4 | -71/+164 |
* | Implement co-operative script termination if termination comes during a scrip... | Justin Clark-Casey (justincc) | 2013-01-16 | 14 | -49/+291 |
* | Revert "Implement co-operative script termination if termination comes during... | Justin Clark-Casey (justincc) | 2013-01-16 | 4 | -248/+10 |
* | Implement co-operative script termination if termination comes during a scrip... | Justin Clark-Casey (justincc) | 2013-01-16 | 4 | -10/+248 |
* | Instead of passing separate engine, part and item components to script APIs, ... | Justin Clark-Casey (justincc) | 2013-01-15 | 12 | -68/+88 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2013-01-15 | 3 | -11/+54 |
|\ |
|
| * | BulletSim: add osGetPhysicsEngineType() LSL function and update | Robert Adams | 2013-01-11 | 3 | -11/+54 |
* | | refactor: Simplify ScriptInstance by retaining reference to SceneObjectPart i... | Justin Clark-Casey (justincc) | 2013-01-14 | 1 | -72/+55 |
|/ |
|
* | Add "show script timers" command to show script timers. For debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 2 | -32/+38 |
* | Add "show sensors" command to show script sensor information for debug purposes. | Justin Clark-Casey (justincc) | 2013-01-10 | 1 | -32/+62 |
* | Set default particle burst count to 1 instead of 0 in any set particle system... | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -3/+3 |
* | Fix build break caused by missing ) from dce2809. | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -1/+1 |
* | Automatically grant sit-related llRequestPermissions() for subsequent avatars... | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -15/+1 |
* | refactor: simplify llGetNumberOfPrims() to return prim count + sitting avatar... | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -7/+1 |
* | Fix llGetLinkName() to return the name of the last avatar sat as the last lin... | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -41/+35 |
* | Fix llGetLinkKey() to return the last sat avatar as the last link number. | Justin Clark-Casey (justincc) | 2013-01-04 | 1 | -17/+31 |
* | Scipt modules get the OpenMetaverse types, so lists passed as arguments to sc... | SignpostMarv | 2013-01-03 | 1 | -2/+27 |
* | Improving documentation of AttachToAvatar and GetLine methods in LSL_Api.cs b... | SignpostMarv | 2013-01-03 | 1 | -8/+15 |
* | Fixed several problems with the Sun: some settings didn't work, or were incon... | Oren Hurvitz | 2013-01-02 | 1 | -6/+4 |
* | If an NPC is unowned, then always auto-grant permissions requested via llRequ... | Justin Clark-Casey (justincc) | 2013-01-02 | 1 | -1/+1 |
* | Resolve Mantis 6480 (http://opensimulator.org/mantis/view.php?id=6480) | Robert Adams | 2012-12-31 | 1 | -2/+11 |
* | Replace axis rotation numeric constants (STATUS_ROTATE_XYZ) with symbols. Als... | Robert Adams | 2012-12-18 | 1 | -3/+4 |
* | Extend default 1 second wait for event completion to other thread script rese... | Justin Clark-Casey (justincc) | 2012-12-17 | 1 | -2/+2 |
* | Log situations where workitem event threads are aborted on stop request becau... | Justin Clark-Casey (justincc) | 2012-12-12 | 1 | -3/+3 |
* | Add "debug script log" command to allow setting a numeric debug level on indi... | Justin Clark-Casey (justincc) | 2012-12-12 | 1 | -8/+29 |
* | Instead of printing script errors out to console, put to debug log so that we... | Justin Clark-Casey (justincc) | 2012-12-06 | 1 | -1/+11 |
* | Remove some mono warnings in script tests, chiefly where SetUp() wasn't prope... | Justin Clark-Casey (justincc) | 2012-12-05 | 5 | -7/+13 |
* | Add IScriptInstance.EventsQueued to match EventsProcessed instead of asking c... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -0/+9 |
* | Add IScriptInstance.EventsProcessed stat so that we can record this informati... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -0/+4 |
* | XmlRpcGridRouter | BlueWall | 2012-12-03 | 1 | -0/+7 |
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 11 | -11/+11 |
* | Added AssemblyInfos to every dll in the OpenSim.Region namespace. | Diva Canto | 2012-11-14 | 6 | -0/+198 |
* | llSetLinkCamera implementation | PixelTomsen | 2012-11-09 | 3 | -0/+36 |
* | Change user message on TeskInventoryAccepted to let the viewer format it | Melanie | 2012-11-05 | 1 | -5/+5 |
* | Also add the additional ScriptException constructor necessary to get [Seriali... | Justin Clark-Casey (justincc) | 2012-10-31 | 1 | -0/+3 |
* | Mark ScriptException as [Serializable] for when it has to cross AppDomains | Justin Clark-Casey (justincc) | 2012-10-31 | 1 | -0/+1 |
* | refactoring llCollisionSound to use new KeyOrName method | SignpostMarv | 2012-10-29 | 1 | -10/+1 |
* | Refactoring llTriggerSoundLimited with a new method on ISoundModule, as the L... | SignpostMarv | 2012-10-29 | 1 | -6/+3 |
* | refactoring llTriggerSoundLimited to not use the LSL methods, since that will... | SignpostMarv | 2012-10-29 | 1 | -2/+2 |
* | refactoring llGetPos() to take advantage of implicit converter | SignpostMarv | 2012-10-29 | 1 | -2/+1 |
* | shifting from two instances of typecasting to one instance of typecasting in ... | SignpostMarv | 2012-10-29 | 1 | -4/+4 |
* | 80-character width terminal formatting of recent commits to llPlaySound, llPl... | SignpostMarv | 2012-10-29 | 1 | -7/+15 |