aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-051-13/+13
|
* Mantis#2316. Thank you kindly, CMickeyb for a patch that:Charles Krinke2008-10-041-2/+14
| | | | | | | | | | | | Addresses llDie issues. The attached patch catches run time exceptions that occur during method invocation (of type TargetInvocationException) and exposes the internal exception. This makes it possible to pass out the SelfDeleteException. Also added handlers in a couple places to make sure that exception was being passed out far enough to be handled correctly. Tested on DNE.
* fix: PostInitialise() not being called on script engines (nasty one that)Dr Scofield2008-09-021-1/+1
| | | | | | cleanup: warnings, readability
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-271-0/+240
an implicit reference into a proxied one and further reduces memory consumption of XEngine