aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/CodeTools/CSCodeGenerator.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-332/+252
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-48/+103
2012-07-31Adds support to ScriptModuleComms for region modules to exportMic Bowman1-2/+37
2012-03-15Protect the scriptmodulecomms interface.Mic Bowman1-1/+4
2012-03-15Adds a new script command 'modInvoke' to invoke registered functionsMic Bowman1-2/+26
2012-03-06Fix off by one error in script error reporting.Justin Clark-Casey (justincc)1-1/+1
2012-02-07Add a regression test to compile and start a script. Remove Path.GetDirector...Justin Clark-Casey (justincc)1-0/+6
2009-12-22FINALLY! Script compile errors now appear in the script error pane,Melanie1-1/+1
2009-11-20Fix http://opensimulator.org/mantis/view.php?id=3874 - parenthesis in for sta...Justin Clark-Casey (justincc)1-1/+19
2009-06-10Formatting cleanup.Jeff Ames1-6/+6
2009-06-07Skip lone ident statments or for-loop assignmentsMike Mazur1-3/+14
2009-06-07Allow empty assignment in for-loopMike Mazur1-1/+7
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-25Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke1-0/+1
2009-02-23Mantis#3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke1-0/+77
2009-02-20Thanks DoranZemlja for a patch implementing non-shortcircuiting inMike Mazur1-4/+19
2009-02-09Thanks Tommi Laukkanen for a patch that allows theMike Mazur1-3/+7
2008-11-06Mantis #2571Melanie Thielker1-2/+2
2008-11-04Prefix LSL variables which are C# keywords with @ instead of _ when translati...Mike Mazur1-1/+1
2008-11-01Mantis #2518Melanie Thielker1-9/+30
2008-10-07Restore "friendly errors" to the XEngineMelanie Thielker1-2/+11
2008-09-27Add friendly error messages to both engines.Melanie Thielker1-1/+18
2008-09-23Update svn properties, formatting cleanup.Jeff Ames1-2/+2
2008-09-23Refactor XEngine parser as per suggestions from mikemMelanie Thielker1-8/+9
2008-09-02First batch of the unit test changes for the new constants semanticsMelanie 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 Thielker1-4/+7
2008-07-31Fix issue 1860; exception thrown in the parser on if/if-else/for/while/do-whileMike Mazur1-5/+9
2008-07-23First version of position mapping between LSL <-> C# implemented.Mike Mazur1-111/+246
2008-07-12Patch #9142 (No mantis)Melanie Thielker1-7/+7
2008-07-10Patch from Mike: errors from the LSL/C# compilers are now reported to the use...Johan Berntsson1-1/+1
2008-07-08another patch from Mike: the llscript compiler is now available in XEngine as...Johan Berntsson1-1/+1
2008-07-08llscript compiler patch from Mike: adds LSL jumps and implicit variable initi...Johan Berntsson1-1/+29
2008-07-04The new llScript-cs parser. Thanks MikeJohan Berntsson1-0/+775