aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Massive tab and trailing space cleanupMelanie Thielker2017-01-053-6/+6
* prevent self call to llSetScriptState(ownname,FALSE) from blocking entire engineUbitUmarov2016-11-131-1/+1
* Change the IScriptApi back to it's original form, removing XEngineMelanie Thielker2015-08-173-2/+8
* Revert "When scripts are sleeping, don't count that as execution time"Melanie Thielker2015-08-171-4/+1
* When the user stops a script, have it remain stoppedOren Hurvitz2015-08-111-0/+5
* When scripts are sleeping, don't count that as execution timeOren Hurvitz2015-08-111-1/+4
* Report "Script Execution Time" as the time spent executing the script in the ...Oren Hurvitz2015-08-111-7/+2
* Prevent a race condition between the script engine backup thread and script r...Justin Clark-Casey (justincc)2015-01-161-1/+2
* For scripts in attachments, don't save .state files apart from the initial on...Justin Clark-Casey (justincc)2015-01-161-0/+6
* Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)2014-12-101-1/+1
* If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the e...Justin Clark-Casey (justincc)2014-07-111-1/+30
* Update SmartThreadPool to latest version 2.2.3 with a major and minor change.Justin Clark-Casey (justincc)2013-05-011-1/+1
* Use an integer when specifying the XWorkItem wait rather than a TimeSpan to a...Justin Clark-Casey (justincc)2013-02-121-1/+6
* Pass narrower WaitHandle rather than EventWaitHandle as co-op termination wai...Justin Clark-Casey (justincc)2013-01-231-1/+1
* If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont...Justin Clark-Casey (justincc)2013-01-231-0/+8
* Implement non-wait co-operative termination of scripts for XEngine in additio...Justin Clark-Casey (justincc)2013-01-171-5/+30
* Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-162-2/+8
* Revert "Implement co-operative script termination if termination comes during...Justin Clark-Casey (justincc)2013-01-161-13/+0
* Implement co-operative script termination if termination comes during a scrip...Justin Clark-Casey (justincc)2013-01-161-0/+13
* Instead of passing separate engine, part and item components to script APIs, ...Justin Clark-Casey (justincc)2013-01-152-6/+16
* Extend default 1 second wait for event completion to other thread script rese...Justin Clark-Casey (justincc)2012-12-171-1/+30
* Add "debug script log" command to allow setting a numeric debug level on indi...Justin Clark-Casey (justincc)2012-12-121-0/+12
* Add IScriptInstance.EventsQueued to match EventsProcessed instead of asking c...Justin Clark-Casey (justincc)2012-12-051-0/+5
* Add IScriptInstance.EventsProcessed stat so that we can record this informati...Justin Clark-Casey (justincc)2012-12-051-0/+5
* Revert "Fix script "Running" behavior"Melanie2012-07-161-10/+0
* Fix script "Running" behaviorBlueWall2012-06-231-0/+10
* refactor: Eliminate local id parameter from api initialize.Justin Clark-Casey (justincc)2012-05-081-2/+1
* Instead of constantly looking up unchanging self item in script code, pass in...Justin Clark-Casey (justincc)2012-05-081-7/+13
* Aggregate script execution times by linksets rather than individual prims.Justin Clark-Casey (justincc)2012-03-161-0/+11
* Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-161-0/+15
* Remove property/field duplication in ScriptInstance where it's unnecessary.Justin Clark-Casey (justincc)2012-03-151-0/+8
* refactor: rename ScriptInstance.m_CurrentResult to m_CurrentWorkItem to make ...Justin Clark-Casey (justincc)2012-03-141-2/+6
* Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-7/+0
* add current script status to "scripts show" command (running, suspended, etc.)Justin Clark-Casey (justincc)2011-10-191-1/+6
* Fix llAttachToAvatar()Justin Clark-Casey (justincc)2011-08-241-0/+11
* Trigger changed event with CHANGED_TELEPORT when teleporting to another region.Marck2010-11-261-1/+2
* Add configurable path to script engine assembliesBlueWall2010-09-261-0/+1
* People can't leave their hands ooff "well enough". StateSource 0 was regionMelanie2010-08-061-4/+5
* All scripts are now created suspended and are only unsuspended when the objectMelanie2010-04-191-0/+3
* Revert "Remove an insterface member that was never used"Melanie2009-12-221-0/+1
* Remove an insterface member that was never usedMelanie2009-12-221-1/+0
* Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-261-1/+0
* OptimizationsDan Lake2009-10-291-3/+1
* Experimental. Set attachment flag early on rezzing from inventory.Melanie2009-09-011-1/+0
* Change the return value if the compiler to "object" to allow compilersMelanie2009-08-311-2/+2
* Another stab at cmickeyb's patch for script GC.Melanie2009-08-071-0/+2
* Revert the XEngine memleak patch, it causes premature GC.Melanie2009-08-071-2/+0
* |From: James J Greensky <jame.j.greensky@intel.com>Melanie2009-08-061-0/+2
* Slight change to state management for attach scheduling.Alan Webb2009-08-041-1/+2
* Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie2009-08-041-0/+1