Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added data structure to be passed through event execution queue so that ↵ | Tedd Hansen | 2008-01-17 | 1 | -0/+3 |
| | | | | events can use llDetect*-commands to find information about event. | ||||
* | Major reorganizing of DotNetEngine. Moved common script engine parts to ↵ | Tedd Hansen | 2008-01-12 | 1 | -0/+2 |
| | | | | | | | | 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. Loads of things has been put into interfaces instead of the specific class. We are now one step closer to ScriptServer, and its very easy to implement new script languages. Just a few lines required to make them a OpenSim script module with all its glory. | ||||
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -5/+1 |
| | | | | | | * Shortened type references * Removed redundant 'this' qualifier | ||||
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
| | |||||
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -12/+12 |
| | | | | | | will happen on the windows side now that eol-style is correct | ||||
* | Did I forget to add IScript.cs? Yes I did... | Tedd Hansen | 2007-08-18 | 1 | -0/+12 |