| Commit message (Expand) | Author | Age | Files | Lines |
* | http reusecontext is obsolete | UbitUmarov | 2018-07-14 | 1 | -1/+0 |
* | COmment out relocation of tmp cs source file during compilation. This seems t... | UbitUmarov | 2018-02-18 | 1 | -2/+6 |
* | minor cleanup | UbitUmarov | 2017-05-27 | 1 | -73/+28 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -38/+38 |
* | Xengine: and fix line count again | UbitUmarov | 2016-08-31 | 1 | -1/+1 |
* | Xengine: put back a newline on scripts preamble, and the ugly filename prefix... | UbitUmarov | 2016-08-31 | 1 | -3/+3 |
* | Xengine: also missed a few newlines account | UbitUmarov | 2016-08-31 | 1 | -3/+3 |
* | Xengine: try to reduce memory pressure of scripts compile. Still ugly code, p... | UbitUmarov | 2016-08-31 | 1 | -37/+96 |
* | On a multi-region simulator when AppDomain = true, make sure the DLL from the... | Justin Clark-Casey (justincc) | 2015-01-26 | 1 | -1/+7 |
* | When deleting an assembly before re-compile, make sure its attributes allow d... | Justin Clark-Casey (justincc) | 2015-01-23 | 1 | -1/+5 |
* | Always close script linemap file after reading and always dispose of other st... | Justin Clark-Casey (justincc) | 2014-12-03 | 1 | -25/+24 |
* | minor: further cleanup of old vb and yield prolog script engine references th... | Justin Clark-Casey (justincc) | 2014-07-11 | 1 | -17/+1 |
* | If [XEngine] ScriptStopStrategy is changed between abort and co-op, for the e... | Justin Clark-Casey (justincc) | 2014-07-11 | 1 | -19/+20 |
* | refactor: use existing Compiler.CreateScriptsDirectory() (renamed to CheckOrC... | Justin Clark-Casey (justincc) | 2014-07-10 | 1 | -26/+4 |
* | Improved line map heuristics. | Aleric Inglewood | 2014-06-19 | 1 | -16/+40 |
* | Fix looking up line number and colum when there is no exact match. | Aleric Inglewood | 2014-06-19 | 1 | -18/+11 |
* | Reactivate regression test TestCastAndConcatString() in CompilerTests. | Justin Clark-Casey (justincc) | 2014-05-23 | 1 | -2/+2 |
* | Also take YP/commented out JS references from script engine CodeTools. | Justin Clark-Casey (justincc) | 2014-03-26 | 1 | -40/+0 |
* | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -1/+1 |
* | If the LSL state_entry() event definition contains any parameters, then gener... | Justin Clark-Casey (justincc) | 2013-11-02 | 1 | -3/+8 |
* | Make C# scripts return correct error line and column numbers instead of faili... | Justin Clark-Casey (justincc) | 2013-03-13 | 1 | -3/+8 |
* | Remove unnecessary System.Linq reference from Compiler.cs | Justin Clark-Casey (justincc) | 2013-01-24 | 1 | -1/+0 |
* | If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then cont... | Justin Clark-Casey (justincc) | 2013-01-23 | 1 | -12/+18 |
* | Implement non-wait co-operative termination of scripts for XEngine in additio... | Justin Clark-Casey (justincc) | 2013-01-17 | 1 | -20/+46 |
* | Add a reference to OpenMetaverseType.dll to compiled script assemblies. | Melanie | 2012-08-18 | 1 | -0/+2 |
* | Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c... | Justin Clark-Casey (justincc) | 2012-07-11 | 1 | -5/+3 |
* | Adds a new script command 'modInvoke' to invoke registered functions | Mic Bowman | 2012-03-15 | 1 | -1/+4 |
* | Add a regression test to compile and start a script. Remove Path.GetDirector... | Justin Clark-Casey (justincc) | 2012-02-07 | 1 | -3/+7 |
* | Optionally, don't delete previously compiled scripts on startup | Oren Hurvitz | 2011-06-24 | 1 | -5/+14 |
* | Add configurable path to script engine assemblies | BlueWall | 2010-09-26 | 1 | -2/+3 |
* | Comment and remove JScript support. Mono 2.7Dev and 2.8 no longer include the | Melanie | 2010-06-01 | 1 | -19/+19 |
* | Compiler.cs contained method GetCompilerOutput which, apparently, | unknown | 2010-04-28 | 1 | -4/+7 |
* | FINALLY! Script compile errors now appear in the script error pane, | Melanie | 2009-12-22 | 1 | -1/+1 |
* | * Misc. formatting cleanup for the previous patch | John Hurliman | 2009-10-29 | 1 | -25/+26 |
* | Optimizations | Dan Lake | 2009-10-29 | 1 | -84/+72 |
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -28/+22 |
* | Added delay loop to give a newly created assembly time to appear. On | Alan M Webb | 2009-09-23 | 1 | -32/+71 |
* | Change the return value if the compiler to "object" to allow compilers | Melanie | 2009-08-31 | 1 | -2/+2 |
* | Publish a method on ICompiler to generate the CIL assembly path | Melanie Thielker | 2009-06-21 | 1 | -0/+7 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 1 | -1/+1 |
* | Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-06-09 | 1 | -7/+7 |
* | Thank you, thomax, for a patch to provide finer-grained access control to | Melanie Thielker | 2009-06-05 | 1 | -1/+9 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
* | Add events to IScriptEngine to notify scripting modules of the removal | Melanie Thielker | 2009-04-10 | 1 | -2/+5 |
* | Fix a nullref when compiling non-LSL scripts | Melanie Thielker | 2009-04-02 | 1 | -5/+8 |
* | * minor: remove one mono compiler warning | Justin Clarke Casey | 2009-03-27 | 1 | -1/+1 |
* | Read the .map files in on sim startup. Also clean them up when an assembly | Melanie Thielker | 2009-03-26 | 1 | -1/+29 |
* | Avoid preprocessing scripts on region restart just to generate the line | Melanie Thielker | 2009-03-26 | 1 | -11/+23 |
* | Thank you, dslake, for a patch that speeds up the Delete Old Files option | Melanie Thielker | 2009-03-24 | 1 | -13/+19 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -2/+1 |