Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -27/+26 |
| | |||||
* | From this commit and a few hours into the future ScriptEngine will be unstable: | Tedd Hansen | 2008-02-22 | 1 | -1/+1 |
| | | | | | | | | * Speeding up ScriptEngine shutdown * Sharing threads so that minimum total thread count for any amount of regions will be 2. (1 maintenance, 1 script execution) You can choose more script exec threads if you want of course. In this commit: Sharing maintenance thread between all regions. | ||||
* | Added copyright statements. | Jeff Ames | 2008-02-05 | 1 | -1/+29 |
| | |||||
* | Updated svn properties. | Jeff Ames | 2008-02-02 | 1 | -11/+11 |
| | |||||
* | SCRIPTING STILL BROKEN | Tedd Hansen | 2008-02-01 | 1 | -0/+12 |
Added comments and regions, restructured code Changed a lot of AppDomain junk from console from using Console.Write to Log.Verbose and set it to #if DEBUG All modules should now refresh their configuration runtime Made all logging in ScriptEngine.Common get script name from actual engine Renamed LSLLongCmdHandler to AsyncLSLCommandManager Added auto-recover with 5 sec throttle for new MaintenanceThread |