Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-16 | 2 | -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 Krinke | 2008-07-14 | 1 | -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 Thielker | 2008-07-12 | 4 | -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 Berntsson | 2008-07-11 | 1 | -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 Berntsson | 2008-07-10 | 1 | -1/+1 |
| | | | | user in-world | ||||
* | Patch from Mike which removes a lexer warning in the LSL compiler. | Johan Berntsson | 2008-07-09 | 1 | -9593/+9326 |
| | |||||
* | another patch from Mike: the llscript compiler is now available in XEngine ↵ | Johan Berntsson | 2008-07-08 | 5 | -0/+29509 |
| | | | | as well. Thanks Mike | ||||
* | properly explaining each #pragma warning disable | Dr Scofield | 2008-06-30 | 1 | -4/+5 |
| | | | | | | massaging OSHttpRequestPump to not abort on exceptions... | ||||
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 2 | -7/+11 |
| | |||||
* | Mantis#1602. Thank you, Kinoc for a patch to: | Charles Krinke | 2008-06-26 | 1 | -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, ↵ | lbsa71 | 2008-06-24 | 3 | -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! |