aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Instance/ScriptInstance.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-29OptimizationsDan Lake1-10/+18
2009-10-17Add support for display of the script compilation errors in the script editor'sMelanie1-7/+6
2009-10-01Formatting cleanup.Jeff Ames1-4/+4
2009-09-14fix to preserve UTF8 encoding in saved script state.dr scofield (aka dirk husemann)1-4/+4
2009-09-06remove warningJustin Clark-Casey (justincc)1-1/+2
2009-08-14Remove one more sponsor referenceMelanie1-1/+1
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie1-6/+1
2009-08-07Experimental! Implement ISponsor in ScriptInstanceMelanie1-12/+7
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-7/+14
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-18/+7
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-7/+18
2009-08-04 Slight change to state management for attach scheduling.Alan Webb1-10/+7
2009-08-04 This change adds support for the attach event in scripts.Alan Webb1-0/+16
2009-08-04Add plumbing for the SceneObjectDeleter to wait for the script engine toMelanie1-0/+5
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-05-22cleaning out warnings.Dr Scofield1-9/+12
2009-05-18From: Alan Webb <alan_webb> & Dr Scofield<drscofield@xyzzyxyzzy.net>Dr Scofield1-20/+20
2009-04-15Convert both script engines to new region module format. Add proper unloadMelanie Thielker1-0/+7
2009-04-12Actually remove the script if it tries to remove itself.Melanie Thielker1-4/+10
2009-04-05Thanks BlueWall for a patch that adds Hypergrid dynamic linking to osTeleport...diva1-0/+1
2009-03-26Avoid writing script state to the filesystem if the state has not changed.Melanie Thielker1-14/+19
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-4/+3
2009-02-22Refactor log4net logger handling in script engine. (#3148)Jeff Ames1-18/+18
2009-02-20* Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey1-7/+21
2009-02-19Force plugin state update when region crossingMelanie Thielker1-0/+4
2009-02-19Try this, then :) remove just one line from script serialization, Melanie Thielker1-1/+0
2009-02-19Refix the fix, adding a forgotten lineMelanie Thielker1-0/+1
2009-02-19Attempt to fix a Windows only race in thread terminationMelanie Thielker1-1/+8
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2009-01-28From: Christopher Yeoh <yeohc@au1.ibm.com>Dr Scofield1-33/+49
2008-12-21An initial implementation of llMinEventDelay in XEngine.idb1-0/+33
2008-12-21Persist script permission mask and granteridb1-0/+12
2008-12-02Remove some of the XEngine chattinessMelanie Thielker1-1/+1
2008-11-29Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker1-3/+3
2008-11-27* minor: remove mono compiler warningsJustin Clarke Casey1-2/+2
2008-11-26Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen1-0/+11
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-4/+4
2008-11-10minor: remove mono compiler warningsJustin Clarke Casey1-1/+0
2008-11-09Script region crossing. This has not user functionality, but lays all theMelanie Thielker1-0/+14
2008-11-08Refactor IEventReceiver back into IScriptEngineMelanie Thielker1-0/+11
2008-11-07Attachments, attachments, and, did I say attachments?Melanie Thielker1-1/+1
2008-10-112nd stab at that prim loading nastyMelanie Thielker1-3/+6
2008-10-10Fix an exception handling issue in XEngineMelanie Thielker1-1/+1
2008-10-07Restore "friendly errors" to the XEngineMelanie Thielker1-20/+1
2008-09-29Mantis #2293Melanie Thielker1-0/+3
2008-09-27Add friendly error messages to both engines.Melanie Thielker1-1/+50
2008-09-26Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker1-0/+3
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker1-61/+65