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