aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/Executor.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restore "friendly errors" to the XEngineMelanie Thielker2008-10-071-7/+10
|
* Mantis#2336. Thank you kindly, Ralphos for a patch that:Charles Krinke2008-10-061-3/+8
| | | | | | | | Prevent EventAbortException inner exceptions of TargetInvocationException being re-thrown from OpenSim.Region.ScriptEngine.Shared.ScriptBase. Executor.ExecuteEvent
* 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