aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/CSCodeGenerator.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-26Compiler Connection! One world, one compiler!Melanie Thielker1-946/+0
2008-09-23Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-09-23Add constants wrapping code from XEngine to DNE. This syncs up the parsersMelanie Thielker1-5/+9
between the engines again. Also, committed r60 in opensim libs with the parser source changes.
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur1-5/+9
statements with no body.
2008-07-23First version of position mapping between LSL <-> C# implemented.Mike Mazur1-117/+252
2008-07-10Patch from Mike: errors from the LSL/C# compilers are now reported to the ↵Johan Berntsson1-1/+1
user in-world
2008-07-08llscript compiler patch from Mike: adds LSL jumps and implicit variable ↵Johan Berntsson1-1/+29
initializations
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+775