aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor XEngine parser as per suggestions from mikemMelanie Thielker2008-09-235-85/+32
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-212-404/+13
* * minor: recomment the console c# script printout I accidentally left in on t...Justin Clarke Casey2008-09-151-1/+1
* * minor: eat up some yummy warningsJustin Clarke Casey2008-09-151-1/+2
* changes to Test directory structure per opensim-dev conversationSean Dague2008-09-082-0/+1758
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-1/+1
* First batch of the unit test changes for the new constants semanticsMelanie Thielker2008-09-021-1/+1
* Correct the representation of the automatic null stringMelanie Thielker2008-09-021-1/+1
* Remove the ((bool)()) cast, since it can make c# barfMelanie Thielker2008-09-021-2/+2
* Add an explicit cast to bool for the if expression so that any base typesMelanie Thielker2008-09-021-2/+2
* This is an attempt to fix the handling of constants in LSL.Melanie Thielker2008-09-012-12/+15
* Maintis #2078Melanie Thielker2008-08-291-3/+10
* Formatting cleanup.Jeff Ames2008-08-183-6/+4
* Allow the list hack from issue 1863 to compile, however its behavior isMike Mazur2008-07-311-7699/+7741
* Allow assignments in if/while/do-while control statements. Fix issue 1862.Mike Mazur2008-07-311-7692/+8011
* Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur2008-07-312-10/+14
* Reinstate the configuration option on XEngine's use of the lexicalMelanie Thielker2008-07-281-5/+1
* Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,...Mike Mazur2008-07-271-2/+6
* Log to console if C# line/column lookup fails.Mike Mazur2008-07-271-1/+2
* Replace the try/catch with a null check.Mike Mazur2008-07-241-6/+3
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-232-5/+5
* Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur2008-07-231-3/+28
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-231-111/+246
* Mantis#1801. Thank you kindly, Junta_Kohime for a patch that:Charles Krinke2008-07-211-1/+1
* Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-162-0/+5
* Mantis#1728. Thank you kindly, Mikem for a patch that solves:Charles Krinke2008-07-141-7071/+7644
* Patch #9142 (No mantis)Melanie Thielker2008-07-124-12/+53
* Thanks Mike for another LSL compiler patch which fixes a bug where 'vector v=...Johan Berntsson2008-07-111-6947/+7211
* Patch from Mike: errors from the LSL/C# compilers are now reported to the use...Johan Berntsson2008-07-101-1/+1
* Patch from Mike which removes a lexer warning in the LSL compiler.Johan Berntsson2008-07-091-9593/+9326
* another patch from Mike: the llscript compiler is now available in XEngine as...Johan Berntsson2008-07-085-0/+29509
* properly explaining each #pragma warning disableDr Scofield2008-06-301-4/+5
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-272-7/+11
* Mantis#1602. Thank you, Kinoc for a patch to:Charles Krinke2008-06-261-3/+47
* * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa712008-06-243-0/+997