aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-25Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke1-0/+1
2009-02-23Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke1-0/+77
2009-02-20Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur1-4/+19
2009-02-09Thanks Tommi Laukkanen for a patch that allows theMike Mazur1-3/+7
2008-11-06Mantis #2571Melanie Thielker1-2/+2
2008-11-04Prefix LSL variables which are C# keywords with @ instead of _ when translati...Mike Mazur1-1/+1
2008-11-01Mantis #2518Melanie Thielker1-9/+30
2008-10-07Restore "friendly errors" to the XEngineMelanie Thielker1-2/+11
2008-09-27Add friendly error messages to both engines.Melanie Thielker1-1/+18
2008-09-23Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-09-23Refactor XEngine parser as per suggestions from mikemMelanie Thielker1-8/+9
2008-09-02First batch of the unit test changes for the new constants semanticsMelanie Thielker1-1/+1
2008-09-02Remove the ((bool)()) cast, since it can make c# barfMelanie Thielker1-2/+2
2008-09-02Add an explicit cast to bool for the if expression so that any base typesMelanie Thielker1-2/+2
2008-09-01This is an attempt to fix the handling of constants in LSL.Melanie Thielker1-4/+7
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur1-5/+9
2008-07-23First version of position mapping between LSL <-> C# implemented.Mike Mazur1-111/+246
2008-07-12Patch #9142 (No mantis)Melanie Thielker1-7/+7
2008-07-10Patch from Mike: errors from the LSL/C# compilers are now reported to the use...Johan Berntsson1-1/+1
2008-07-08another patch from Mike: the llscript compiler is now available in XEngine as...Johan Berntsson1-1/+1
2008-07-08llscript compiler patch from Mike: adds LSL jumps and implicit variable initi...Johan Berntsson1-1/+29
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+775