aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/MaintenanceThread.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-221-1/+1
| | | | | | | | | * Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
* Refactor log4net logger handling in script engine. (#3148)Jeff Ames2009-02-221-4/+4
|
* Fix some compiler warnings. Minor formatting cleanup.Jeff Ames2009-02-131-1/+0
|
* Remove another interface that is no longer neededMelanie Thielker2008-09-261-1/+1
|
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-261-0/+243
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.