aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/ScriptBase.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-02Add virtual method StateChange to ScriptBaseClassMelanie1-0/+4
2009-10-29OptimizationsDan Lake1-1/+1
2009-09-06remove warningJustin Clark-Casey (justincc)1-1/+2
2009-08-14Remove the script sponsor logic because scripts are timing out again.Melanie1-7/+8
2009-08-07Another stab at cmickeyb's patch for script GC.Melanie1-9/+16
2009-08-07Revert the XEngine memleak patch, it causes premature GC.Melanie1-16/+9
2009-08-06|From: James J Greensky <jame.j.greensky@intel.com>Melanie1-9/+16
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2008-11-29Comment the ScriptSponsor and restore the indefinite lifetime forMelanie Thielker1-4/+4
2008-11-27Test commit.. just contains div trace and other stuff.Tedd Hansen1-7/+17
2008-11-26Attempt to give script objects a proper lease time (DNE and xengine). Relies ...Tedd Hansen1-5/+8
2008-11-06Mantis #2571Melanie Thielker1-0/+7
2008-10-28Mantis #2486Melanie Thielker1-2/+7
2008-09-21Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-09-20XEngine: Fix loading lists from saved stateMelanie Thielker1-1/+1
2008-09-20Fix up some ScriptBase detailsMelanie Thielker1-10/+9
2008-09-20* Fix build error, (maybe)Teravus Ovares1-3/+4
2008-09-20XEngine: Fix llGetListEntryType to return the correct type for the LSL types.Melanie Thielker1-2/+18
2008-09-19Fix issue introduces by a fix in 6256. Fixes mantis #2214Melanie Thielker1-4/+6
2008-09-18Fix list reset behavior, and thereby squash one warningMelanie Thielker1-1/+1
2008-09-10Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-09-09Fix llResetScript() and the reset button to actually restore globalMelanie Thielker1-7/+30
2008-08-27Refactor Executor into the script app domain and IScript. This changesMelanie Thielker1-0/+14
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-07-11Patch #9140 (Mantis #1683)Melanie Thielker1-0/+14
2008-06-25Minor formatting cleanup.Jeff Ames1-3/+3
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-0/+124