aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/MaintenanceThread.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-261-243/+0
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-2/+2
* Formatting cleanup.Jeff Ames2008-05-161-2/+2
* Formatting cleanup.Jeff Ames2008-05-141-1/+1
* * You can haz more spring cleaning.Adam Frisby2008-05-081-1/+1
* * Assorted spring cleanings.Adam Frisby2008-05-011-2/+4
* wrap a common exception that we get on shutdown of the script engine to keepSean Dague2008-04-281-4/+9
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-4/+3
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Removed a bunch of compiler warnings.Adam Frisby2008-03-031-1/+1
* ScriptEngine works again (startup-nully-error gone)Tedd Hansen2008-02-221-4/+4
* One more: Async LSL command thread is also shared now.Tedd Hansen2008-02-221-40/+46
* Bugfixes - Scripting works againTedd Hansen2008-02-221-2/+16
* Some misplaced code made scripts never start :)Tedd Hansen2008-02-221-14/+13
* Better timing of MaintenanceThread's tasks (uses less CPU)Tedd Hansen2008-02-221-20/+39
* Bugfixes - wasn't counting threads right++Tedd Hansen2008-02-221-12/+12
* Minor annoying Exception-bug fixedTedd Hansen2008-02-221-1/+2
* Execution threads are now shared between regions too. Default thread count re...Tedd Hansen2008-02-221-3/+2
* Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen2008-02-221-0/+5
* Now last commit will compile too... The features just keep on coming!Tedd Hansen2008-02-221-2/+8
* From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen2008-02-221-32/+39
* Fixes to ScriptEngine thread cleanup on destructorTedd Hansen2008-02-211-6/+3
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* Minor cleanup.Jeff Ames2008-02-201-7/+1
* Converted logging to use log4net.Jeff Ames2008-02-051-5/+5
* Added copyright statements.Jeff Ames2008-02-051-4/+30
* fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on...Tedd Hansen2008-02-021-3/+4
* Updated svn properties.Jeff Ames2008-02-021-163/+163
* Added load/unload queue size limitTedd Hansen2008-02-021-7/+8
* Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen2008-02-021-1/+6
* Added some error checking to MaintenanceThread, no-crash (just log) loading o...Tedd Hansen2008-02-021-27/+31
* SCRIPTING STILL BROKENTedd Hansen2008-02-011-30/+56
* SCRIPT SUPPORT IS STILL BROKEN.Tedd Hansen2008-02-011-0/+127