aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/LSL2CSCodeTransformer.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-10Formatting cleanup.Jeff Ames1-1/+1
2009-06-07Allow empty assignment in for-loopMike Mazur1-3/+15
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.
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2008-09-23Refactor XEngine parser as per suggestions from mikemMelanie Thielker1-1/+1
2008-09-02Correct the representation of the automatic null stringMelanie Thielker1-1/+1
2008-07-24Replace the try/catch with a null check.Mike Mazur1-6/+3
2008-07-08another patch from Mike: the llscript compiler is now available in XEngine ↵Johan Berntsson1-1/+1
as well. Thanks Mike
2008-07-08llscript compiler patch from Mike: adds LSL jumps and implicit variable ↵Johan Berntsson1-2/+88
initializations
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+100