Commit History

Author SHA1 Message Date
  Jeff Ames 47180080f0 Formatting cleanup. 16 years ago
  Adam Frisby 415fc22e5e * Removed a bunch of compiler warnings. 16 years ago
  Tedd Hansen 0fc6b2a429 Bugfixes - Scripting works again 16 years ago
  Tedd Hansen 42bcd76b36 Bugfixes - wasn't counting threads right++ 16 years ago
  Tedd Hansen a43bb10000 Execution threads are now shared between regions too. Default thread count regardless of number of regions is now 3. This will save you around 33 threads for a normal 3x3 region server. 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 f75e418211 Fixes to ScriptEngine thread cleanup on destructor 16 years ago
  Tedd Hansen 89665faeaf ScriptEngine changes in locking. Another step in direction of shared threads. 16 years ago
  Jeff Ames a8cfbbe963 Minor cleanup. 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 e06ee9fd4b Added load/unload queue size limit 16 years ago
  Tedd Hansen 667197f24d Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenSim in 32-bit mode. 16 years ago
  Tedd Hansen ea74f97e9b Forgot to create an object before use. Now why can't .Net just do that itself? :) 16 years ago
  Tedd Hansen d02a90823f SCRIPTING STILL BROKEN 16 years ago
  Tedd Hansen a6726b0c9d SCRIPT SUPPORT IS STILL BROKEN. 16 years ago
  Tedd Hansen e14c8f59f7 Added config options: 16 years ago
  Tedd Hansen f4ddf5cf28 Removed "Loading inventory for Primitive" message. 16 years ago
  Tedd Hansen a9c1f3fdb4 Experimental 16 years ago
  Tedd Hansen 5d6e89eaf9 Highly experimental 16 years ago
  Teravus Ovares 8fdeab57b1 * Potential fix to the 'can't run a script anymore bug' 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