aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis #2293Melanie Thielker2008-09-291-0/+3
| | | | | | Same fix for the DNE
* Add explicit CultureInfo to the script compile thread in DotNetEngine toMelanie Thielker2008-09-281-0/+3
| | | | | | ensure that scripts will compile on nonenglish systems
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. ↵Jeff Ames2008-09-281-1/+1
| | | | Fix a UUID vs null comparison.
* Add friendly error messages to both engines.Melanie Thielker2008-09-271-29/+63
|
* Remove another interface that is no longer neededMelanie Thielker2008-09-261-1/+1
|
* Finishing the code cleanup in DNE, make llDie work again in DNE.Melanie Thielker2008-09-261-189/+170
| | | | | | Add some compile messages from XEngine into DNE as well.
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-261-0/+381
DNE and move all of DNE into the DotNetEngine directory. Remove references that would cause the script runtime to load the entire engine + scene into each script appdomain. This might help DNE memory consumption.