aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Interfaces (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-0/+2
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-2/+0
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-0/+2
2009-08-04 Slight change to state management for attach scheduling.Alan Webb1-1/+2
2009-08-04Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie1-0/+1
2009-06-21Publish a method on ICompiler to generate the CIL assembly pathMelanie Thielker1-0/+1
2009-06-06Correct an error where the config file name was always considered to be aMelanie Thielker1-0/+1
2009-06-05Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker1-1/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames5-5/+5
2009-04-15Convert both script engines to new region module format. Add proper unloadMelanie Thielker1-0/+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-23Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke1-0/+1
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 Scofield2-2/+2
2009-01-28From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-0/+1
2008-12-21An initial implementation of llMinEventDelay in XEngine.idb2-0/+2
2008-11-29Start scripts in attachments only after a successful attach. ElimininateMelanie Thielker1-1/+1
2008-11-13Make scripts in objects rezzed from script compile synchronously to closeMelanie Thielker1-1/+2
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-2/+1
2008-11-08Work in progress on SECS stuff. Have been holding it off until after 0.6 rele...Tedd Hansen1-2/+0
2008-11-08Add some discovery code, laying groundwork for region-crossing scriptsMelanie Thielker1-3/+0
2008-11-08Refactor IEventReceiver back into IScriptEngineMelanie Thielker4-73/+34
2008-10-03Reintroduces the discovery mechanism to use llRequestSimulatorData("", 128)Melanie Thielker2-2/+1
2008-09-27Add friendly error messages to both engines.Melanie Thielker2-2/+6
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker3-5/+4
2008-09-25Some script engine interface changesMelanie Thielker2-6/+6
2008-09-25CONVERGENCE!!!!!!Melanie Thielker2-3/+3
2008-09-24Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker2-1/+3
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker1-1/+0
2008-09-23Add file missed in last commit (which never completed)Melanie Thielker1-0/+55
2008-09-23Alter tests to match up with the results after tyre's patchMelanie Thielker1-11/+1
2008-09-17Kan-Ed fix series. Fix llTakeControls to behave as documented.Melanie Thielker1-0/+1
2008-09-16* minor: method documentationJustin Clarke Casey2-5/+25
2008-09-13Provide a GetApi method on the IScriptEngine to get a named API referenceMelanie Thielker2-0/+3
2008-09-08Implement proper persistence of the following prim properties:Melanie Thielker1-0/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares3-17/+17
2008-08-28Refactor IScriptInstance / IScriptEngine to use a generic IScriptWorkItem,Melanie Thielker2-1/+8
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 Thielker2-0/+84
2008-08-27Refactor Executor into the script app domain and IScript. This changesMelanie 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-25Update svn properties. Add copyright notices.Jeff Ames1-0/+27
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa714-0/+158