aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-332/+252
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-48/+103
* Adds support to ScriptModuleComms for region modules to exportMic Bowman2012-07-311-2/+37
* Protect the scriptmodulecomms interface.Mic Bowman2012-03-151-1/+4
* Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman2012-03-151-2/+26
* Fix off by one error in script error reporting.Justin Clark-Casey (justincc)2012-03-061-1/+1
* Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)2012-02-071-0/+6
* FINALLY! Script compile errors now appear in the script error pane,Melanie2009-12-221-1/+1
* Fix http://opensimulator.org/mantis/view.php?id=3874 - parenthesis in for sta...Justin Clark-Casey (justincc)2009-11-201-1/+19
* Formatting cleanup.Jeff Ames2009-06-101-6/+6
* Skip lone ident statments or for-loop assignmentsMike Mazur2009-06-071-3/+14
* Allow empty assignment in for-loopMike Mazur2009-06-071-1/+7
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-251-0/+1
* Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2009-02-231-0/+77
* Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur2009-02-201-4/+19
* Thanks Tommi Laukkanen for a patch that allows theMike Mazur2009-02-091-3/+7
* Mantis #2571Melanie Thielker2008-11-061-2/+2
* Prefix LSL variables which are C# keywords with @ instead of _ when translati...Mike Mazur2008-11-041-1/+1
* Mantis #2518Melanie Thielker2008-11-011-9/+30
* Restore "friendly errors" to the XEngineMelanie Thielker2008-10-071-2/+11
* Add friendly error messages to both engines.Melanie Thielker2008-09-271-1/+18
* Update svn properties, formatting cleanup.Jeff Ames2008-09-231-2/+2
* Refactor XEngine parser as per suggestions from mikemMelanie Thielker2008-09-231-8/+9
* First batch of the unit test changes for the new constants semanticsMelanie 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-011-4/+7
* Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur2008-07-311-5/+9
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-231-111/+246
* Patch #9142 (No mantis)Melanie Thielker2008-07-121-7/+7
* Patch from Mike: errors from the LSL/C# compilers are now reported to the use...Johan Berntsson2008-07-101-1/+1
* another patch from Mike: the llscript compiler is now available in XEngine as...Johan Berntsson2008-07-081-0/+803