aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/Compiler/LSL/Compiler.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Compiler Connection! One world, one compiler!Melanie Thielker2008-09-261-509/+0
* Yay! Common/ is gone! One API is achieved!Melanie Thielker2008-09-261-27/+14
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-261-2/+2
* Refactor BuiltIn_Commands_BaseClass to ScriptBaseClass to ease the laterMelanie Thielker2008-09-231-4/+4
* Remove Common/LSL_Types.cs. Both script engines now use a single versionMelanie Thielker2008-09-231-4/+5
* Add constants wrapping code from XEngine to DNE. This syncs up the parsersMelanie Thielker2008-09-231-1/+0
* Formatting cleanup.Jeff Ames2008-08-181-2/+0
* Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,...Mike Mazur2008-07-271-20/+19
* Log to console if C# line/column lookup fails.Mike Mazur2008-07-271-1/+2
* Enable LSL <-> C# source location mapping when reporing compiler errors to th...Mike Mazur2008-07-231-0/+16
* First version of position mapping between LSL <-> C# implemented.Mike Mazur2008-07-231-3/+2
* Mantis#1753. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-07-161-0/+1
* The new llScript-cs parser. Thanks MikeJohan Berntsson2008-07-041-0/+3
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-2/+2
* Mantis#1441. Thank you kindly, Kinoc for a patch that:Charles Krinke2008-06-041-4/+30
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-5/+5
* remove the prolog parser from all LSL/C# scripts (it was adding overheadSean Dague2008-06-021-12/+6
* * Enabled the Yield Prolog Script Enginelbsa712008-05-311-8/+25
* Formatting cleanup.Jeff Ames2008-05-161-6/+6
* * Change LSL -> C# translated script console output to use the logger (at DEB...Justin Clarke Casey2008-05-071-4/+7
* * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares2008-05-011-1/+1
* Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares2008-04-301-0/+2
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-5/+5
* Removed some script engine noise from consoleTedd Hansen2008-04-201-3/+3
* **Big ass update warning**Adam Frisby2008-03-301-0/+23
* Fix a couple more warnings.Jeff Ames2008-03-251-5/+5
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen2008-02-241-3/+3
* Forgot to change what class compiled scripts must inherit from to get their c...Tedd Hansen2008-02-241-3/+3
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-23/+41
* Thank you very much, Hashbox for :Charles Krinke2008-02-101-3/+3
* * Dun-dun-dun. JavaScript scripting now actually works. :)Adam Frisby2008-02-081-3/+2
* Maybe VB.Net will compile now... who knows ;)Tedd Hansen2008-02-071-8/+8
* Same VB.Net patch done right.Tedd Hansen2008-02-071-4/+9
* VB.Net compiler might work on Windows now.Tedd Hansen2008-02-071-1/+1
* * Marking off which uses of catch (Exception e) is legit and which are not, f...Adam Frisby2008-02-061-2/+2
* Converted logging to use log4net.Jeff Ames2008-02-051-17/+16
* * Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.csAdam Frisby2008-02-041-0/+1
* * Added JavaScript support to OpenSim scripting. Totally Untested. Enjoy. :)Adam Frisby2008-02-041-2/+19
* Temporarily disabled shared threads because of a bug. Script were only workin...Tedd Hansen2008-02-031-1/+1
* Re-enabled AllowedCompilers functionTedd Hansen2008-02-021-1/+1
* Almost forgot to check in:Tedd Hansen2008-02-021-1/+1
* Note to self: Next time read debug-files on correct computer. It makes bughun...Tedd Hansen2008-02-021-1/+1
* Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen2008-02-021-9/+12
* Temporarily disabled AllowedCompilers so all 3 compilers are allowed.Tedd Hansen2008-02-021-8/+20
* Added header/footer of scripts to make C# and VB scripts much easier to write.Tedd Hansen2008-02-021-8/+46
* Bugfix: LSL was mapped to VB.Net compiler ... that didn't work out so well :)Tedd Hansen2008-02-021-3/+3
* Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen2008-02-021-33/+222
* * Mother of all commits:Adam Frisby2008-01-151-1/+1