| Commit message (Expand) | Author | Files | Lines |
2008-08-29 | Maintis #2078 | Melanie Thielker | 1 | -3/+10 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 1 | -2/+0 |
2008-07-28 | Reinstate the configuration option on XEngine's use of the lexical | Melanie Thielker | 1 | -5/+1 |
2008-07-27 | Use new LSL compiler by default in DotNetEngine and XEngine. Fix issues 1651,... | Mike Mazur | 1 | -2/+6 |
2008-07-27 | Log to console if C# line/column lookup fails. | Mike Mazur | 1 | -1/+2 |
2008-07-23 | Update svn properties. Formatting cleanup. Remove a compiler warning. | Jeff Ames | 1 | -1/+1 |
2008-07-23 | Enable LSL <-> C# source location mapping when reporing compiler errors to th... | Mike Mazur | 1 | -3/+28 |
2008-07-16 | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 1 | -0/+1 |
2008-07-12 | Patch #9142 (No mantis) | Melanie Thielker | 1 | -4/+8 |
2008-07-08 | another patch from Mike: the llscript compiler is now available in XEngine as... | Johan Berntsson | 1 | -0/+3 |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 1 | -6/+6 |
2008-06-26 | Mantis#1602. Thank you, Kinoc for a patch to: | Charles Krinke | 1 | -3/+47 |
2008-06-24 | * Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap... | lbsa71 | 1 | -35/+35 |
2008-06-07 | Patch for mantis#1493: Several patches to xengine. Thanks Melanie! | Adam Johnson | 1 | -3/+8 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 1 | -24/+19 |
2008-05-30 | * This is Melanie's XEngine script engine. I've not tested this real well, h... | Teravus Ovares | 1 | -24/+71 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 1 | -6/+6 |
2008-05-07 | * Change LSL -> C# translated script console output to use the logger (at DEB... | Justin Clarke Casey | 1 | -4/+7 |
2008-05-01 | * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc... | Teravus Ovares | 1 | -1/+1 |
2008-04-30 | Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e... | Teravus Ovares | 1 | -0/+2 |
2008-04-21 | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 1 | -5/+5 |
2008-04-20 | Removed some script engine noise from console | Tedd Hansen | 1 | -3/+3 |
2008-03-30 | **Big ass update warning** | Adam Frisby | 1 | -0/+23 |
2008-03-25 | Fix a couple more warnings. | Jeff Ames | 1 | -5/+5 |
2008-03-18 | Formatting cleanup. | Jeff Ames | 1 | -26/+25 |
2008-02-24 | By now you all have learned that when I'm committing scripting usually doesn'... | Tedd Hansen | 1 | -3/+3 |
2008-02-24 | Forgot to change what class compiled scripts must inherit from to get their c... | Tedd Hansen | 1 | -3/+3 |
2008-02-20 | Minor cleanup. | Jeff Ames | 1 | -1/+1 |
2008-02-14 | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 1 | -23/+41 |
2008-02-10 | Thank you very much, Hashbox for : | Charles Krinke | 1 | -3/+3 |
2008-02-08 | * Dun-dun-dun. JavaScript scripting now actually works. :) | Adam Frisby | 1 | -3/+2 |
2008-02-07 | Maybe VB.Net will compile now... who knows ;) | Tedd Hansen | 1 | -8/+8 |
2008-02-07 | Same VB.Net patch done right. | Tedd Hansen | 1 | -4/+9 |
2008-02-07 | VB.Net compiler might work on Windows now. | Tedd Hansen | 1 | -1/+1 |
2008-02-06 | * Marking off which uses of catch (Exception e) is legit and which are not, f... | Adam Frisby | 1 | -2/+2 |
2008-02-05 | Converted logging to use log4net. | Jeff Ames | 1 | -17/+16 |
2008-02-04 | * Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.cs | Adam Frisby | 1 | -0/+1 |
2008-02-04 | * Added JavaScript support to OpenSim scripting. Totally Untested. Enjoy. :) | Adam Frisby | 1 | -2/+19 |
2008-02-03 | Temporarily disabled shared threads because of a bug. Script were only workin... | Tedd Hansen | 1 | -1/+1 |
2008-02-02 | Re-enabled AllowedCompilers function | Tedd Hansen | 1 | -1/+1 |
2008-02-02 | Almost forgot to check in: | Tedd Hansen | 1 | -1/+1 |
2008-02-02 | Note to self: Next time read debug-files on correct computer. It makes bughun... | Tedd Hansen | 1 | -1/+1 |
2008-02-02 | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 1 | -9/+12 |
2008-02-02 | Temporarily disabled AllowedCompilers so all 3 compilers are allowed. | Tedd Hansen | 1 | -8/+20 |
2008-02-02 | Added header/footer of scripts to make C# and VB scripts much easier to write. | Tedd Hansen | 1 | -8/+46 |
2008-02-02 | Bugfix: LSL was mapped to VB.Net compiler ... that didn't work out so well :) | Tedd Hansen | 1 | -3/+3 |
2008-02-02 | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 1 | -33/+222 |
2008-01-15 | * Mother of all commits: | Adam Frisby | 1 | -1/+1 |
2008-01-12 | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 1 | -2/+2 |
2007-12-30 | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 1 | -0/+8 |