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