aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/ScriptBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-271-0/+14
| | | | | | | an implicit reference into a proxied one and further reduces memory consumption of XEngine
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
|
* Patch #9140 (Mantis #1683)Melanie Thielker2008-07-111-0/+14
| | | | | | | Add LifetimeService overrides to all MarshalByRef derived classes to prevent the remoting interfaces from expiring.
* Minor formatting cleanup.Jeff Ames2008-06-251-3/+3
|
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-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!