Justin Clark-Casey (justincc)
|
0d25be3f81
Make C# scripts return correct error line and column numbers instead of failing because they have no linemap.
|
11 years ago |
Justin Clark-Casey (justincc)
|
f7feed4d44
Remove unnecessary System.Linq reference from Compiler.cs
|
11 years ago |
Justin Clark-Casey (justincc)
|
cf168194e5
If ScriptStopStrategy hasn't been set to co-op in [XEngine] config, then continue to generate C# that is functionality identical to historical generation
|
11 years ago |
Justin Clark-Casey (justincc)
|
c8afc8523b
Implement non-wait co-operative termination of scripts for XEngine in addition to termination on wait.
|
11 years ago |
Melanie
|
8769e4ee73
Add a reference to OpenMetaverseType.dll to compiled script assemblies.
|
12 years ago |
Justin Clark-Casey (justincc)
|
916e3bf886
Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies.
|
12 years ago |
Mic Bowman
|
402ff75d78
Adds a new script command 'modInvoke' to invoke registered functions
|
12 years ago |
Justin Clark-Casey (justincc)
|
038d1bf742
Add a regression test to compile and start a script. Remove Path.GetDirectoryName when getting assembly loading path in Compiler.CompileFromDotNetText().
|
12 years ago |
Oren Hurvitz
|
0dd3281caf
Optionally, don't delete previously compiled scripts on startup
|
13 years ago |
BlueWall
|
4f25b73b57
Add configurable path to script engine assemblies
|
14 years ago |
Melanie
|
5270e54268
Comment and remove JScript support. Mono 2.7Dev and 2.8 no longer include the
|
14 years ago |
unknown
|
aa56953411
Compiler.cs contained method GetCompilerOutput which, apparently,
|
14 years ago |
Melanie
|
1876ce90af
FINALLY! Script compile errors now appear in the script error pane,
|
15 years ago |
John Hurliman
|
dd13fa361b
* Misc. formatting cleanup for the previous patch
|
15 years ago |
Dan Lake
|
33448e4ba8
Optimizations
|
15 years ago |
Jeff Ames
|
f00126dc2d
Add copyright header. Formatting cleanup.
|
15 years ago |
Alan M Webb
|
b7265abfae
Added delay loop to give a newly created assembly time to appear. On
|
15 years ago |
Melanie
|
090868ff4a
Change the return value if the compiler to "object" to allow compilers
|
15 years ago |
Melanie Thielker
|
2c3a1995fc
Publish a method on ICompiler to generate the CIL assembly path
|
15 years ago |
Jeff Ames
|
a23d64dec1
Formatting cleanup.
|
15 years ago |
Jeff Ames
|
a7fcacf8f3
Formatting cleanup. Ignore some generated files.
|
15 years ago |
Melanie Thielker
|
9f932a4205
Thank you, thomax, for a patch to provide finer-grained access control to
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
Melanie Thielker
|
0377ddb5de
Add events to IScriptEngine to notify scripting modules of the removal
|
15 years ago |
Melanie Thielker
|
f17732346e
Fix a nullref when compiling non-LSL scripts
|
15 years ago |
Justin Clarke Casey
|
3fe010d716
* minor: remove one mono compiler warning
|
15 years ago |
Melanie Thielker
|
706a2df516
Read the .map files in on sim startup. Also clean them up when an assembly
|
15 years ago |
Melanie Thielker
|
eb6c1ae0c1
Avoid preprocessing scripts on region restart just to generate the line
|
15 years ago |
Melanie Thielker
|
c268b71f4b
Thank you, dslake, for a patch that speeds up the Delete Old Files option
|
15 years ago |
Justin Clarke Casey
|
acad0328b2
* Make all coded defaults match settings in OpenSim.ini.example
|
15 years ago |