| Commit message (Expand) | Author | Age | Files | Lines |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 3 | -6/+6 |
* | prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engine | UbitUmarov | 2016-11-13 | 1 | -1/+1 |
* | Change the IScriptApi back to it's original form, removing XEngine | Melanie Thielker | 2015-08-17 | 3 | -2/+8 |
* | Revert "When scripts are sleeping, don't count that as execution time" | Melanie Thielker | 2015-08-17 | 1 | -4/+1 |
* | When the user stops a script, have it remain stopped | Oren Hurvitz | 2015-08-11 | 1 | -0/+5 |
* | When scripts are sleeping, don't count that as execution time | Oren Hurvitz | 2015-08-11 | 1 | -1/+4 |
* | Report "Script Execution Time" as the time spent executing the script in the ... | Oren Hurvitz | 2015-08-11 | 1 | -7/+2 |
* | Prevent a race condition between the script engine backup thread and script r... | Justin Clark-Casey (justincc) | 2015-01-16 | 1 | -1/+2 |
* | For scripts in attachments, don't save .state files apart from the initial on... | Justin Clark-Casey (justincc) | 2015-01-16 | 1 | -0/+6 |
* | Fix a regression where objects crossing regions in the same simulator (on the... | Justin Clark-Casey (justincc) | 2014-12-10 | 1 | -1/+1 |
* | If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the e... | Justin Clark-Casey (justincc) | 2014-07-11 | 1 | -1/+30 |
* | Update SmartThreadPool to latest version 2.2.3 with a major and minor change. | Justin Clark-Casey (justincc) | 2013-05-01 | 1 | -1/+1 |
* | Use an integer when specifying the XWorkItem wait rather than a TimeSpan to a... | Justin Clark-Casey (justincc) | 2013-02-12 | 1 | -1/+6 |
* | Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai... | Justin Clark-Casey (justincc) | 2013-01-23 | 1 | -1/+1 |
* | If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont... | Justin Clark-Casey (justincc) | 2013-01-23 | 1 | -0/+8 |
* | Implement non-wait co-operative termination of scripts for XEngine in additio... | Justin Clark-Casey (justincc) | 2013-01-17 | 1 | -5/+30 |
* | Implement co-operative script termination if termination comes during a scrip... | Justin Clark-Casey (justincc) | 2013-01-16 | 2 | -2/+8 |
* | Revert "Implement co-operative script termination if termination comes during... | Justin Clark-Casey (justincc) | 2013-01-16 | 1 | -13/+0 |
* | Implement co-operative script termination if termination comes during a scrip... | Justin Clark-Casey (justincc) | 2013-01-16 | 1 | -0/+13 |
* | Instead of passing separate engine, part and item components to script APIs, ... | Justin Clark-Casey (justincc) | 2013-01-15 | 2 | -6/+16 |
* | Extend default 1 second wait for event completion to other thread script rese... | Justin Clark-Casey (justincc) | 2012-12-17 | 1 | -1/+30 |
* | Add "debug script log" command to allow setting a numeric debug level on indi... | Justin Clark-Casey (justincc) | 2012-12-12 | 1 | -0/+12 |
* | Add IScriptInstance.EventsQueued to match EventsProcessed instead of asking c... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -0/+5 |
* | Add IScriptInstance.EventsProcessed stat so that we can record this informati... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -0/+5 |
* | Revert "Fix script "Running" behavior" | Melanie | 2012-07-16 | 1 | -10/+0 |
* | Fix script "Running" behavior | BlueWall | 2012-06-23 | 1 | -0/+10 |
* | refactor: Eliminate local id parameter from api initialize. | Justin Clark-Casey (justincc) | 2012-05-08 | 1 | -2/+1 |
* | Instead of constantly looking up unchanging self item in script code, pass in... | Justin Clark-Casey (justincc) | 2012-05-08 | 1 | -7/+13 |
* | Aggregate script execution times by linksets rather than individual prims. | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -0/+11 |
* | Replace script-lines-per-second with the script execution time scaled by its ... | Justin Clark-Casey (justincc) | 2012-03-16 | 1 | -0/+15 |
* | Remove property/field duplication in ScriptInstance where it's unnecessary. | Justin Clark-Casey (justincc) | 2012-03-15 | 1 | -0/+8 |
* | refactor: rename ScriptInstance.m_CurrentResult to m_CurrentWorkItem to make ... | Justin Clark-Casey (justincc) | 2012-03-14 | 1 | -2/+6 |
* | Register the UrlModule for script engine events OnScriptRemoved and OnObjectR... | Justin Clark-Casey (justincc) | 2012-01-14 | 1 | -7/+0 |
* | add current script status to "scripts show" command (running, suspended, etc.) | Justin Clark-Casey (justincc) | 2011-10-19 | 1 | -1/+6 |
* | Fix llAttachToAvatar() | Justin Clark-Casey (justincc) | 2011-08-24 | 1 | -0/+11 |
* | Trigger changed event with CHANGED_TELEPORT when teleporting to another region. | Marck | 2010-11-26 | 1 | -1/+2 |
* | Add configurable path to script engine assemblies | BlueWall | 2010-09-26 | 1 | -0/+1 |
* | People can't leave their hands ooff "well enough". StateSource 0 was region | Melanie | 2010-08-06 | 1 | -4/+5 |
* | All scripts are now created suspended and are only unsuspended when the object | Melanie | 2010-04-19 | 1 | -0/+3 |
* | Revert "Remove an insterface member that was never used" | Melanie | 2009-12-22 | 1 | -0/+1 |
* | Remove an insterface member that was never used | Melanie | 2009-12-22 | 1 | -1/+0 |
* | Remove the old (Remoting) region crossing code. Fix the new code to | Melanie | 2009-11-26 | 1 | -1/+0 |
* | Optimizations | Dan Lake | 2009-10-29 | 1 | -3/+1 |
* | Experimental. Set attachment flag early on rezzing from inventory. | Melanie | 2009-09-01 | 1 | -1/+0 |
* | Change the return value if the compiler to "object" to allow compilers | Melanie | 2009-08-31 | 1 | -2/+2 |
* | Another stab at cmickeyb's patch for script GC. | Melanie | 2009-08-07 | 1 | -0/+2 |
* | Revert the XEngine memleak patch, it causes premature GC. | Melanie | 2009-08-07 | 1 | -2/+0 |
* | |From: James J Greensky <jame.j.greensky@intel.com> | Melanie | 2009-08-06 | 1 | -0/+2 |
* | Slight change to state management for attach scheduling. | Alan Webb | 2009-08-04 | 1 | -1/+2 |
* | Add plumbing for the SceneObjectDeleter to wait for the script engine to | Melanie | 2009-08-04 | 1 | -0/+1 |