aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-3/+3
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-5/+40
* Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)2012-01-141-7/+0
* Add configurable path to script engine assembliesBlueWall2010-09-261-0/+1
* 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
* Correct an error where the config file name was always considered to be aMelanie Thielker2009-06-061-0/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+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
* 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-061-1/+1
* An initial implementation of llMinEventDelay in XEngine.idb2008-12-211-0/+1
* Add some discovery code, laying groundwork for region-crossing scriptsMelanie Thielker2008-11-081-3/+0
* Refactor IEventReceiver back into IScriptEngineMelanie Thielker2008-11-081-1/+30
* Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2008-10-031-2/+0
* Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker2008-09-261-4/+0
* Some script engine interface changesMelanie Thielker2008-09-251-6/+0
* CONVERGENCE!!!!!!Melanie Thielker2008-09-251-3/+0
* Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker2008-09-241-1/+0
* Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker2008-09-241-1/+0
* Alter tests to match up with the results after tyre's patchMelanie Thielker2008-09-231-11/+1
* * minor: method documentationJustin Clarke Casey2008-09-161-5/+17
* Provide a GetApi method on the IScriptEngine to get a named API referenceMelanie Thielker2008-09-131-0/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-9/+9
* Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem,Melanie Thielker2008-08-281-1/+1
* Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker2008-08-271-1/+0
* Refactor XScriptInstance to IScriptInstance and move into Shared/. NowMelanie Thielker2008-08-271-0/+3
* Mantis#1648. Thank you, Melanie for a patch that:Charles Krinke2008-07-021-0/+1
* From: kurt taylor (krtaylor)Dr Scofield2008-07-011-0/+1
* Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke2008-06-281-0/+1
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa712008-06-241-0/+59