| Commit message (Expand) | Author | Age | Files | Lines |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |
* | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 2008-01-12 | 1 | -2/+2 |
* | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 2007-12-30 | 1 | -0/+8 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -2/+7 |
* | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 2007-11-01 | 1 | -1/+2 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -20/+18 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -120/+120 |
* | * fixed script compilation | lbsa71 | 2007-09-14 | 1 | -113/+113 |
* | If first 4 characters in script is "//C#" script will be treated as pure C# i... | Tedd Hansen | 2007-09-13 | 1 | -2/+9 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -113/+113 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 1 | -3/+3 |
* | Fixed error on shutdown caused by ThreadAbortException sending message throug... | Tedd Hansen | 2007-08-25 | 1 | -1/+1 |
* | Script compiler should now show error on correct line number in original LSL-... | Tedd Hansen | 2007-08-25 | 1 | -1/+2 |
* | Removal of script that was unable to compile no longer crashes server. | Tedd Hansen | 2007-08-25 | 1 | -2/+5 |
* | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 2007-08-25 | 1 | -0/+8 |
* | Lowered priority of script threads. Executing state_entry() event on script rez. | Tedd Hansen | 2007-08-23 | 1 | -1/+0 |
* | Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em... | Tedd Hansen | 2007-08-22 | 1 | -1/+1 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -16/+28 |
* | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 2007-08-18 | 1 | -1/+1 |
* | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f... | Tedd Hansen | 2007-08-18 | 1 | -2/+3 |
* | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 2007-08-18 | 1 | -6/+11 |
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 1 | -4/+7 |
* | Removed RAIL test from startup for now... | Tedd Hansen | 2007-08-17 | 1 | -0/+1 |
* | Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a... | Tedd Hansen | 2007-08-15 | 1 | -0/+7 |
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event n... | Tedd Hansen | 2007-08-13 | 1 | -1/+1 |
* | ScriptEngine successfully compiles script, we are now even further than LSO was. | Tedd Hansen | 2007-08-12 | 1 | -1/+18 |
* | LSL BuiltIn implementation is now in Compiler\LSL\LSL_BaseClass. So users won... | Tedd Hansen | 2007-08-12 | 1 | -2/+8 |
* | Code comments and cleanup, correct datatypes for key, vector, rotation, (hope... | Tedd Hansen | 2007-08-12 | 1 | -2/+7 |
* | Script now compiles unsuccessfully | Tedd Hansen | 2007-08-12 | 1 | -3/+3 |
* | LSL ScriptEngine now only needs to inherit from BaseClass and we will be MUCH... | Tedd Hansen | 2007-08-12 | 1 | -0/+45 |