| Commit message (Expand) | Author | Files | Lines |
2009-12-22 | FINALLY! Script compile errors now appear in the script error pane, | Melanie | 1 | -1/+1 |
2009-11-20 | Fix http://opensimulator.org/mantis/view.php?id=3874 - parenthesis in for sta... | Justin Clark-Casey (justincc) | 1 | -1/+19 |
2009-06-10 | Formatting cleanup. | Jeff Ames | 1 | -6/+6 |
2009-06-07 | Skip lone ident statments or for-loop assignments | Mike Mazur | 1 | -3/+14 |
2009-06-07 | Allow empty assignment in for-loop | Mike Mazur | 1 | -1/+7 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-02-25 | Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 1 | -0/+1 |
2009-02-23 | Mantis#3187. Thank you kindly, DoranZemlja for a patch that: | Charles Krinke | 1 | -0/+77 |
2009-02-20 | Thanks DoranZemlja for a patch implementing non-shortcircuiting in | Mike Mazur | 1 | -4/+19 |
2009-02-09 | Thanks Tommi Laukkanen for a patch that allows the | Mike Mazur | 1 | -3/+7 |
2008-11-06 | Mantis #2571 | Melanie Thielker | 1 | -2/+2 |
2008-11-04 | Prefix LSL variables which are C# keywords with @ instead of _ when translati... | Mike Mazur | 1 | -1/+1 |
2008-11-01 | Mantis #2518 | Melanie Thielker | 1 | -9/+30 |
2008-10-07 | Restore "friendly errors" to the XEngine | Melanie Thielker | 1 | -2/+11 |
2008-09-27 | Add friendly error messages to both engines. | Melanie Thielker | 1 | -1/+18 |
2008-09-23 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -2/+2 |
2008-09-23 | Refactor XEngine parser as per suggestions from mikem | Melanie Thielker | 1 | -8/+9 |
2008-09-02 | First batch of the unit test changes for the new constants semantics | Melanie Thielker | 1 | -1/+1 |
2008-09-02 | Remove the ((bool)()) cast, since it can make c# barf | Melanie Thielker | 1 | -2/+2 |
2008-09-02 | Add an explicit cast to bool for the if expression so that any base types | Melanie Thielker | 1 | -2/+2 |
2008-09-01 | This is an attempt to fix the handling of constants in LSL. | Melanie Thielker | 1 | -4/+7 |
2008-07-31 | Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-while | Mike Mazur | 1 | -5/+9 |
2008-07-23 | First version of position mapping between LSL <-> C# implemented. | Mike Mazur | 1 | -111/+246 |
2008-07-12 | Patch #9142 (No mantis) | Melanie Thielker | 1 | -7/+7 |
2008-07-10 | Patch from Mike: errors from the LSL/C# compilers are now reported to the use... | Johan Berntsson | 1 | -1/+1 |
2008-07-08 | another patch from Mike: the llscript compiler is now available in XEngine as... | Johan Berntsson | 1 | -1/+1 |
2008-07-08 | llscript compiler patch from Mike: adds LSL jumps and implicit variable initi... | Johan Berntsson | 1 | -1/+29 |
2008-07-04 | The new llScript-cs parser. Thanks Mike | Johan Berntsson | 1 | -0/+775 |