aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/ScriptBase.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-27Refactor Executor into the script app domain and IScript. This changesMelanie Thielker1-0/+14
an implicit reference into a proxied one and further reduces memory consumption of XEngine
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-07-11Patch #9140 (Mantis #1683)Melanie Thielker1-0/+14
Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring.
2008-06-25Minor formatting cleanup.Jeff Ames1-3/+3
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa711-0/+124
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!