提交历史

作者 SHA1 备注 提交日期
  Jeff Ames d470d30c09 Copyright notices and formatting cleanup. 16 年之前
  Charles Krinke 2f70baee52 Mantis#1623. Thank you, Melanie for a patch that: 16 年之前
  Jeff Ames 5752c1f5c2 Formatting cleanup. 16 年之前
  Dr Scofield 1bb1d5d9b0 This cleans up a merge mess from the earlier checkin and implements llOwnerSay() 16 年之前
  Jeff Ames 5d77625e9a Update svn properties. Formatting cleanup. 16 年之前
  Charles Krinke 83bfd29af8 Thank you very much, Xantor for a patch that: 16 年之前
  Jeff Ames 65c5efe43b Formatting cleanup. 16 年之前
  Teravus Ovares ce19234dc8 * Unraveled the DEBUG_CHANNEL mystery. 16 年之前
  Teravus Ovares c803e0cca1 * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the script to publish the events anymore. 16 年之前
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). 16 年之前
  Tedd Hansen 16275ca26d Removed some script engine noise from console 16 年之前
  lbsa71 9c428d9935 * Applied Grumly57 patch for #781; Thanks, Grumly! 16 年之前
  Jeff Ames 47180080f0 Formatting cleanup. 16 年之前
  Tedd Hansen f10d895105 Ok, so NOW scripts work. New patch to break them coming soon. 16 年之前
  Tedd Hansen 2cd85e15dc Changed so "BuiltIn_Commands" given to scripts is easily extendable. Added new OSSL_BuilIn_Commands class where we can start adding our own modular commands. 16 年之前
  Jeff Ames e207284fef Clean up logging calls using String.Format explicitly 16 年之前
  Adam Frisby f93fdfa5af * Marking off which uses of catch (Exception e) is legit and which are not, for later removal/replacement. 16 年之前
  Jeff Ames 6ed5283bc0 Converted logging to use log4net. 16 年之前
  Tedd Hansen 1d95f0521d Reverted MySQLDataStore.cs to not use static mutexes any more, patch didn't work anyway. 16 年之前
  Tedd Hansen 7bd3ecfc2a Bugfixes. Now it even reads configuration before it uses it! ;) 16 年之前
  Tedd Hansen 8dc5153ad7 Added header/footer of scripts to make C# and VB scripts much easier to write. 16 年之前
  Tedd Hansen e06ee9fd4b Added load/unload queue size limit 16 年之前
  Tedd Hansen 8ccc12d642 Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenSim in 32-bit mode. 16 年之前
  Tedd Hansen 667197f24d Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenSim in 32-bit mode. 16 年之前
  Tedd Hansen d02a90823f SCRIPTING STILL BROKEN 16 年之前
  Tedd Hansen da8923450a Small bug in ResetScript 16 年之前
  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 年之前
  Adam Frisby b25f9f322c * Mother of all commits: 16 年之前
  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 年之前
  Tedd Hansen 0fb0a6816d Only one queue is used for load/unload of scripts. 16 年之前