Commit History

Author SHA1 Message Date
  Teravus Ovares c803e0cca1 * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the script to publish the events anymore. 16 years ago
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). 16 years ago
  Jeff Ames 9d1b42c39a Comment out unused private methods. 16 years ago
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  Tedd Hansen 3bb0fe098f Maintenance thread in charge of loading/unloading of scripts. 1 thread less per region. 16 years ago
  Tedd Hansen 9f7366210a Now last commit will compile too... The features just keep on coming! 16 years ago
  Tedd Hansen a040008cb9 From this commit and a few hours into the future ScriptEngine will be unstable: 16 years ago
  Tedd Hansen 7102ac7769 "threads" command now works. I've added manual tracking of threads (only if compiled in DEBUG mode)... Its ugly and even requires a separate thread to track the treads, but it will be very valuable in debugging. 16 years ago
  Jeff Ames a8cfbbe963 Minor cleanup. 16 years ago
  Sean Dague 530cc24884 From: Michael Osias <[email protected]> 16 years ago
  Charles Krinke 2fb541cb2a Make timer events from scripts a little less chatty. 16 years ago
  Jeff Ames 6ed5283bc0 Converted logging to use log4net. 16 years ago
  Tedd Hansen 5a99a96fed Temporarily disabled shared threads because of a bug. Script were only working on 1 region. :) 16 years ago
  Tedd Hansen 7bd3ecfc2a Bugfixes. Now it even reads configuration before it uses it! ;) 16 years ago
  Tedd Hansen e06ee9fd4b Added load/unload queue size limit 16 years ago
  Tedd Hansen 4715453159 Bugfix, maybe it won't crash during startup and crash somewhere else instead? :) 16 years ago
  Tedd Hansen d02a90823f SCRIPTING STILL BROKEN 16 years ago
  Tedd Hansen 82d43db1cc Added data structure to be passed through event execution queue so that events can use llDetect*-commands to find information about event. 16 years ago
  Adam Frisby b25f9f322c * Mother of all commits: 16 years ago
  Tedd Hansen 0081c060d0 Set eol 16 years ago
  Tedd Hansen 33d82aa532 Added license to new files 16 years ago
  Tedd Hansen bacbade369 Major reorganizing of DotNetEngine. Moved common script engine parts to ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common. 16 years ago