aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/MaintenanceThread.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-22Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-1/+1
2009-02-22Refactor log4net logger handling in script engine. (#3148)Jeff Ames1-4/+4
2009-02-13Fix some compiler warnings. Minor formatting cleanup.Jeff Ames1-1/+0
2008-09-26Remove another interface that is no longer neededMelanie Thielker1-1/+1
2008-09-26Remove all the subclassing complexity and script server interfaces fromMelanie Thielker1-1/+1
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-2/+2
2008-05-16Formatting cleanup.Jeff Ames1-2/+2
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-08* You can haz more spring cleaning.Adam Frisby1-1/+1
2008-05-01* Assorted spring cleanings.Adam Frisby1-2/+4
2008-04-28wrap a common exception that we get on shutdown of the script engine to keepSean Dague1-4/+9
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+3
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby1-1/+1
2008-02-22ScriptEngine works again (startup-nully-error gone)Tedd Hansen1-4/+4
2008-02-22One more: Async LSL command thread is also shared now.Tedd Hansen1-40/+46
2008-02-22Bugfixes - Scripting works againTedd Hansen1-2/+16
2008-02-22Some misplaced code made scripts never start :)Tedd Hansen1-14/+13
2008-02-22Better timing of MaintenanceThread's tasks (uses less CPU)Tedd Hansen1-20/+39
2008-02-22Bugfixes - wasn't counting threads right++Tedd Hansen1-12/+12
2008-02-22Minor annoying Exception-bug fixedTedd Hansen1-1/+2
2008-02-22Execution threads are now shared between regions too. Default thread count re...Tedd Hansen1-3/+2
2008-02-22Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen1-0/+5
2008-02-22Now last commit will compile too... The features just keep on coming!Tedd Hansen1-2/+8
2008-02-22From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen1-32/+39
2008-02-21Fixes to ScriptEngine thread cleanup on destructorTedd Hansen1-6/+3
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-0/+1
2008-02-20Minor cleanup.Jeff Ames1-7/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-5/+5
2008-02-05Added copyright statements.Jeff Ames1-4/+30
2008-02-02fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on...Tedd Hansen1-3/+4
2008-02-02Updated svn properties.Jeff Ames1-163/+163
2008-02-02Added load/unload queue size limitTedd Hansen1-7/+8
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-1/+6
2008-02-02Added some error checking to MaintenanceThread, no-crash (just log) loading o...Tedd Hansen1-27/+31
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-30/+56
2008-02-01SCRIPT SUPPORT IS STILL BROKEN.Tedd Hansen1-0/+127