aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/Compiler.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-515/+0
2008-06-07Patch for mantis#1493: Several patches to xengine. Thanks Melanie!Adam Johnson1-3/+8
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-24/+19
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, h...Teravus Ovares1-24/+71
2008-05-16Formatting cleanup.Jeff Ames1-6/+6
2008-05-07* Change LSL -> C# translated script console output to use the logger (at DEB...Justin Clarke Casey1-4/+7
2008-05-01* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares1-1/+1
2008-04-30Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e...Teravus Ovares1-0/+2
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-5/+5
2008-04-20Removed some script engine noise from consoleTedd Hansen1-3/+3
2008-03-30**Big ass update warning**Adam Frisby1-0/+23
2008-03-25Fix a couple more warnings.Jeff Ames1-5/+5
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-02-24By now you all have learned that when I'm committing scripting usually doesn'...Tedd Hansen1-3/+3
2008-02-24Forgot to change what class compiled scripts must inherit from to get their c...Tedd Hansen1-3/+3
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-14* Made new Framework.Constants class, added RegionSize member.Adam Frisby1-23/+41
2008-02-10Thank you very much, Hashbox for :Charles Krinke1-3/+3
2008-02-08* Dun-dun-dun. JavaScript scripting now actually works. :)Adam Frisby1-3/+2
2008-02-07Maybe VB.Net will compile now... who knows ;)Tedd Hansen1-8/+8
2008-02-07Same VB.Net patch done right.Tedd Hansen1-4/+9
2008-02-07VB.Net compiler might work on Windows now.Tedd Hansen1-1/+1
2008-02-06* Marking off which uses of catch (Exception e) is legit and which are not, f...Adam Frisby1-2/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-17/+16
2008-02-04* Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.csAdam Frisby1-0/+1
2008-02-04* Added JavaScript support to OpenSim scripting. Totally Untested. Enjoy. :)Adam Frisby1-2/+19
2008-02-03Temporarily disabled shared threads because of a bug. Script were only workin...Tedd Hansen1-1/+1
2008-02-02Re-enabled AllowedCompilers functionTedd Hansen1-1/+1
2008-02-02Almost forgot to check in:Tedd Hansen1-1/+1
2008-02-02Note to self: Next time read debug-files on correct computer. It makes bughun...Tedd Hansen1-1/+1
2008-02-02Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen1-9/+12
2008-02-02Temporarily disabled AllowedCompilers so all 3 compilers are allowed.Tedd Hansen1-8/+20
2008-02-02Added header/footer of scripts to make C# and VB scripts much easier to write.Tedd Hansen1-8/+46
2008-02-02Bugfix: LSL was mapped to VB.Net compiler ... that didn't work out so well :)Tedd Hansen1-3/+3
2008-02-02Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS...Tedd Hansen1-33/+222
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-2/+2
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+8
2007-12-27* Optimized usingslbsa711-2/+7
2007-11-01ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen1-1/+2
2007-10-30* Optimized usingslbsa711-20/+18
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-09-17fixing me some line endingsSean Dague1-120/+120
2007-09-14* fixed script compilationlbsa711-113/+113
2007-09-13If first 4 characters in script is "//C#" script will be treated as pure C# i...Tedd Hansen1-2/+9
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-113/+113
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-3/+3
2007-08-25Fixed error on shutdown caused by ThreadAbortException sending message throug...Tedd Hansen1-1/+1
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen1-1/+2
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen1-2/+5