aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/Executor.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Executor into the script app domain and IScript. This changesMelanie Thielker2008-08-271-136/+0
| | | | | | | an implicit reference into a proxied one and further reduces memory consumption of XEngine
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-1/+1
|
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-241-9/+10
| | | | | | | | | 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!
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-2/+1
|
* * This is Melanie's XEngine script engine. I've not tested this real well, ↵Teravus Ovares2008-05-301-0/+136
however, it's confirmed to compile and OpenSimulator to run successfully without this script engine active.