| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Publish a method on ICompiler to generate the CIL assembly path | Melanie Thielker | 2009-06-21 | 1 | -0/+1 |
* | Correct an error where the config file name was always considered to be a | Melanie Thielker | 2009-06-06 | 1 | -0/+1 |
* | Thank you, thomax, for a patch to provide finer-grained access control to | Melanie Thielker | 2009-06-05 | 1 | -1/+2 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 5 | -5/+5 |
* | Convert both script engines to new region module format. Add proper unload | Melanie Thielker | 2009-04-15 | 1 | -0/+1 |
* | Introduce IXmlRpcRouter, an interface that allows registering XMLRPC | Melanie Thielker | 2009-04-10 | 1 | -0/+3 |
* | Add events to IScriptEngine to notify scripting modules of the removal | Melanie Thielker | 2009-04-10 | 1 | -0/+7 |
* | Mantis#3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 2009-02-23 | 1 | -0/+1 |
* | Refactor log4net logger handling in script engine. (#3148) | Jeff Ames | 2009-02-22 | 1 | -1/+0 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 2 | -2/+2 |
* | From: Christopher Yeoh <yeohc@au1.ibm.com> | Dr Scofield | 2009-01-28 | 1 | -0/+1 |