aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23Refactor XEngine parser as per suggestions from mikemMelanie Thielker5-85/+32
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2-404/+13
2008-09-15* minor: recomment the console c# script printout I accidentally left in on t...Justin Clarke Casey1-1/+1
2008-09-15* minor: eat up some yummy warningsJustin Clarke Casey1-1/+2
2008-09-08changes to Test directory structure per opensim-dev conversationSean Dague2-0/+1758
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-1/+1
2008-09-02First batch of the unit test changes for the new constants semanticsMelanie Thielker1-1/+1
2008-09-02Correct the representation of the automatic null stringMelanie 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 Thielker2-12/+15
2008-08-29Maintis #2078Melanie Thielker1-3/+10
2008-08-18Formatting cleanup.Jeff Ames3-6/+4
2008-07-31Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur1-7699/+7741
2008-07-31Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur1-7692/+8011
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur2-10/+14
2008-07-28Reinstate the configuration option on XEngine's use of the lexicalMelanie Thielker1-5/+1
2008-07-27Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,...Mike Mazur1-2/+6
2008-07-27Log to console if C# line/column lookup fails.Mike Mazur1-1/+2
2008-07-24Replace the try/catch with a null check.Mike Mazur1-6/+3
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2-5/+5
2008-07-23Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur1-3/+28
2008-07-23First version of position mapping between LSL <-> C# implemented.Mike Mazur1-111/+246
2008-07-21Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke1-1/+1
2008-07-16Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2-0/+5
2008-07-14Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke1-7071/+7644
2008-07-12Patch #9142 (No mantis)Melanie Thielker4-12/+53
2008-07-11Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=...Johan Berntsson1-6947/+7211
2008-07-10Patch from Mike: errors from the LSL/C# compilers are now reported to the use...Johan Berntsson1-1/+1
2008-07-09Patch from Mike which removes a lexer warning in the LSL compiler.Johan Berntsson1-9593/+9326
2008-07-08another patch from Mike: the llscript compiler is now available in XEngine as...Johan Berntsson5-0/+29509
2008-06-30properly explaining each #pragma warning disableDr Scofield1-4/+5
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield2-7/+11
2008-06-26Mantis#1602. Thank you, Kinoc for a patch to:Charles Krinke1-3/+47
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa713-0/+997