aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-12Patch #9142 (No mantis)Melanie Thielker1-7/+7
Add a config option to OpenSim.ini to select between script compilers in the XEngine without recompile. Set UseNewCompiler=true in OpenSim.ini and try it out. Creates the ICodeConverter interface and adapts the new compiler to it.
2008-07-10Patch from Mike: errors from the LSL/C# compilers are now reported to the ↵Johan Berntsson1-1/+1
user in-world
2008-07-08another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson1-1/+1
as well. Thanks Mike
2008-07-08llscript compiler patch from Mike: adds LSL jumps and implicit variable ↵Johan Berntsson1-1/+29
initializations
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+775