Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mantis 8457: ok ok shutup the warning | UbitUmarov | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | update lsl2c tools and parsing files. This may fix some issues with ↵ | UbitUmarov | 2018-01-16 | 1 | -19152/+19152 |
| | | | | precendence of unary operators in same case, hope not break on others :( | ||||
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -3/+3 |
| | |||||
* | Add LSL transaction_result event. | Justin Clark-Casey (justincc) | 2014-10-04 | 1 | -1256/+2177 |
| | | | | | | | This is cinderblocks' transaction_result.diff from http://opensimulator.org/mantis/view.php?id=7329 but I have used lsl.parser.cs and lsl.lexer.cs files generated directly from opensim-libs rather than those supplied in the patch. I also added scriptEvents.transaction_reuslt. The required parser/lexer generation file changes were made in commit d564f28 in the opensim-libs repo. Thanks! | ||||
* | Allow empty assignment in for-loop | Mike Mazur | 2009-06-07 | 1 | -0/+1 |
| | | | | | | | | | | | | For loops with no assignment are no longer syntax errors. For example, this is now valid: for ( ; i < 10; i++) { ... } Corresponding changes to lsl.{lexer,parser} in r99 in opensim-libs. Fixes Mantis #2501. Fixes Mantis #2884. | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -1/+0 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | Make the LSL HTTP server create and give out URLs to scripts | Melanie Thielker | 2009-05-13 | 1 | -6572/+6854 |
| | |||||
* | cleanup | Dr Scofield | 2009-03-25 | 1 | -1/+0 |
| | |||||
* | Allow /* C-style comments */ in LSL scripts. | Mike Mazur | 2009-02-25 | 1 | -17501/+17626 |
| | | | | | | This fixes Mantis #3199. opensim-libs SVN r87 contains the corresponding changes. | ||||
* | Refactor XEngine parser as per suggestions from mikem | Melanie Thielker | 2008-09-23 | 1 | -27/+0 |
| | |||||
* | 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 | 1 | -0/+18714 |
as well. Thanks Mike |