aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Interfaces/IScriptEngine.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+3
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-5/+40
2012-01-14Register the UrlModule for script engine events OnScriptRemoved and OnObjectR...Justin Clark-Casey (justincc)1-7/+0
2010-09-26Add configurable path to script engine assembliesBlueWall1-0/+1
2009-12-22Revert "Remove an insterface member that was never used"Melanie1-0/+1
2009-12-22Remove an insterface member that was never usedMelanie1-1/+0
2009-06-06Correct an error where the config file name was always considered to be aMelanie Thielker1-0/+1
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-04-10Introduce IXmlRpcRouter, an interface that allows registering XMLRPCMelanie Thielker1-0/+3
2009-04-10Add events to IScriptEngine to notify scripting modules of the removalMelanie Thielker1-0/+7
2009-02-22Refactor log4net logger handling in script engine. (#3148)Jeff Ames1-1/+0
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-1/+1
2008-12-21An initial implementation of llMinEventDelay in XEngine.idb1-0/+1
2008-11-08Add some discovery code, laying groundwork for region-crossing scriptsMelanie Thielker1-3/+0
2008-11-08Refactor IEventReceiver back into IScriptEngineMelanie Thielker1-1/+30
2008-10-03Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker1-2/+0
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker1-4/+0
2008-09-25Some script engine interface changesMelanie Thielker1-6/+0
2008-09-25CONVERGENCE!!!!!!Melanie Thielker1-3/+0
2008-09-24Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker1-1/+0
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker1-1/+0
2008-09-23Alter tests to match up with the results after tyre's patchMelanie Thielker1-11/+1
2008-09-16* minor: method documentationJustin Clarke Casey1-5/+17
2008-09-13Provide a GetApi method on the IScriptEngine to get a named API referenceMelanie Thielker1-0/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-9/+9
2008-08-28Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem,Melanie Thielker1-1/+1
2008-08-27Thank you, salahazar, for a patch that corrects the behavior ofMelanie Thielker1-1/+0
2008-08-27Refactor XScriptInstance to IScriptInstance and move into Shared/. NowMelanie Thielker1-0/+3
2008-07-02Mantis#1648. Thank you, Melanie for a patch that:Charles Krinke1-0/+1
2008-07-01From: kurt taylor (krtaylor)Dr Scofield1-0/+1
2008-06-28Mantis#1616. Applied Melanie's patch. This may or mayCharles Krinke1-0/+1
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-19/+23
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-3/+2
2008-03-18Formatting cleanup.Jeff Ames1-27/+27
2008-02-05Converted logging to use log4net.Jeff Ames1-1/+1
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-1/+1
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-1/+1
2008-02-01ExperimentalTedd Hansen1-0/+6
2008-01-21Small bug in ResetScriptTedd Hansen1-4/+0
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-78/+8
2008-01-12ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen1-3/+3
2008-01-09Dynamic loading of ScriptEngine in ScriptServerTedd Hansen1-1/+7
2007-12-30server->script event path almost ready for remote scriptengine (translation t...Tedd Hansen1-12/+5
2007-12-30In this commit I am using an editor feature called "Save All" before I commit.Tedd Hansen1-1/+2
2007-12-27* Optimized usingslbsa711-1/+1
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-10-30* Optimized usingslbsa711-21/+12
2007-10-19changes to pass nini config object to the modules that getSean Dague1-132/+133
2007-10-10* Gave ModuleLoader some good lovin'lbsa711-132/+132
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-132/+132