aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-162-0/+5
| | | | | | Brings Yield Prolog up to date with sourceforge version 0.9.10 Patched applies to both DotNet and XEngine.
* Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke2008-07-141-7071/+7644
| | | | | | The compiler was missing grammar rules for += etc. operators on vector.member variables, which the attached patch implements.
* Patch #9142 (No mantis)Melanie Thielker2008-07-124-12/+53
| | | | | | | | | 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.
* Thanks Mike for another LSL compiler patch which fixes a bug where 'vector ↵Johan Berntsson2008-07-111-6947/+7211
| | | | v=<0, 0, -0.5>' caused a syntax error, and implements multiple assignments in one line (x = y = 3;)
* Patch from Mike: errors from the LSL/C# compilers are now reported to the ↵Johan Berntsson2008-07-101-1/+1
| | | | user in-world
* Patch from Mike which removes a lexer warning in the LSL compiler.Johan Berntsson2008-07-091-9593/+9326
|
* another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson2008-07-085-0/+29509
| | | | as well. Thanks Mike
* properly explaining each #pragma warning disableDr Scofield2008-06-301-4/+5
| | | | | | massaging OSHttpRequestPump to not abort on exceptions...
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-272-7/+11
|
* Mantis#1602. Thank you, Kinoc for a patch to:Charles Krinke2008-06-261-3/+47
| | | | | | Patch to activate YieldProlog on Xengine. Only adds YieldProlog to assembly if required.
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ↵lbsa712008-06-243-0/+997
api and compiler out of XEngine" "First stage in a major Script Engine refactor, that will result in the LSL implementaions ebing reconverged. Not there yet, but one major part is done." Thank you, Melanie!