aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Interfaces/IScriptModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-0/+11
* Revert "Fix script "Running" behavior"Melanie2012-07-161-2/+0
* Add preservation of running state of scripts when drag-copying.Melanie2012-07-011-1/+3
* Fix script "Running" behaviorBlueWall2012-06-231-0/+2
* Mantis 55025 Implement script time.Talun2012-04-121-0/+8
* Mantis5502 implementation of some of the new constantsTalun2012-04-091-0/+6
* Aggregate script execution times by linksets rather than individual prims.Justin Clark-Casey (justincc)2012-03-161-1/+4
* Replace script-lines-per-second with the script execution time scaled by its ...Justin Clark-Casey (justincc)2012-03-161-1/+8
* Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-0/+13
* Extend scripts stop/start/suspend/resume console commands to allow action on ...Justin Clark-Casey (justincc)2011-10-191-5/+9
* Delay loading scripts until the scene has finished loadingOren Hurvitz2011-09-091-0/+5
* Create a method to force the script engine to save state from outsideMelanie2011-05-241-0/+2
* All scripts are now created suspended and are only unsuspended when the objectMelanie2010-04-191-0/+8
* Add a data path for error messagesroot2009-12-221-0/+3
* Script State Fix: Part 2Melanie2009-12-211-1/+1
* Remove the old (Remoting) region crossing code. Fix the new code toMelanie2009-11-261-1/+1
* Remove GetAssemblyName and friends from the SE interface. It's now handledMelanie2009-11-261-1/+0
* Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie2009-08-041-0/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Convert both script engines to new region module format. Add proper unloadMelanie Thielker2009-04-151-1/+1
* Adding a script event, changed(CHANGED_ANIMATION)Melanie Thielker2009-04-111-0/+1
* Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker2009-04-101-1/+4
* * optimized usings.lbsa712009-02-121-2/+0
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-0/+41