aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-193-7/+7
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-034-21/+117
* 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
* Publish a method on ICompiler to generate the CIL assembly pathMelanie Thielker2009-06-211-0/+1
* Correct an error where the config file name was always considered to be aMelanie Thielker2009-06-061-0/+1
* Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker2009-06-051-1/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-015-5/+5
* Convert both script engines to new region module format. Add proper unloadMelanie Thielker2009-04-151-0/+1
* Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker2009-04-101-0/+3
* Add events to IScriptEngine to notify scripting modules of the removalMelanie Thielker2009-04-101-0/+7
* Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-231-0/+1
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-221-1/+0
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-062-2/+2
* From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield2009-01-281-0/+1
* An initial implementation of llMinEventDelay in XEngine.idb2008-12-212-0/+2
* Start scripts in attachments only after a successful attach. ElimininateMelanie Thielker2008-11-291-1/+1
* Make scripts in objects rezzed from script compile synchronously to closeMelanie Thielker2008-11-131-1/+2
* Script region crossing. This has not user functionality, but lays all theMelanie Thielker2008-11-091-2/+1
* Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen2008-11-081-2/+0
* Add some discovery code, laying groundwork for region-crossing scriptsMelanie Thielker2008-11-081-3/+0
* Refactor IEventReceiver back into IScriptEngineMelanie Thielker2008-11-084-73/+34