| Commit message (Expand) | Author | Age | Files | Lines |
* | Mantis#1753. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-07-16 | 1 | -0/+1 |
* | The new llScript-cs parser. Thanks Mike | Johan Berntsson | 2008-07-04 | 1 | -0/+3 |
* | last round of warning squashing. calling it a day now. | Dr Scofield | 2008-06-27 | 1 | -2/+2 |
* | Mantis#1441. Thank you kindly, Kinoc for a patch that: | Charles Krinke | 2008-06-04 | 1 | -4/+30 |
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -5/+5 |
* | remove the prolog parser from all LSL/C# scripts (it was adding overhead | Sean Dague | 2008-06-02 | 1 | -12/+6 |
* | * Enabled the Yield Prolog Script Engine | lbsa71 | 2008-05-31 | 1 | -8/+25 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -6/+6 |
* | * Change LSL -> C# translated script console output to use the logger (at DEB... | Justin Clarke Casey | 2008-05-07 | 1 | -4/+7 |
* | * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc... | Teravus Ovares | 2008-05-01 | 1 | -1/+1 |
* | Patch from Melanie: 0001077: [PATCH] LSL types cannot be cast implicitly or e... | Teravus Ovares | 2008-04-30 | 1 | -0/+2 |
* | * Optimised using statements and namespace references across entire project (... | Adam Frisby | 2008-04-21 | 1 | -5/+5 |
* | Removed some script engine noise from console | Tedd Hansen | 2008-04-20 | 1 | -3/+3 |
* | **Big ass update warning** | Adam Frisby | 2008-03-30 | 1 | -0/+23 |
* | Fix a couple more warnings. | Jeff Ames | 2008-03-25 | 1 | -5/+5 |
* | Formatting cleanup. | Jeff Ames | 2008-03-18 | 1 | -26/+25 |
* | By now you all have learned that when I'm committing scripting usually doesn'... | Tedd Hansen | 2008-02-24 | 1 | -3/+3 |
* | Forgot to change what class compiled scripts must inherit from to get their c... | Tedd Hansen | 2008-02-24 | 1 | -3/+3 |
* | Minor cleanup. | Jeff Ames | 2008-02-20 | 1 | -1/+1 |
* | * Made new Framework.Constants class, added RegionSize member. | Adam Frisby | 2008-02-14 | 1 | -23/+41 |
* | Thank you very much, Hashbox for : | Charles Krinke | 2008-02-10 | 1 | -3/+3 |
* | * Dun-dun-dun. JavaScript scripting now actually works. :) | Adam Frisby | 2008-02-08 | 1 | -3/+2 |
* | Maybe VB.Net will compile now... who knows ;) | Tedd Hansen | 2008-02-07 | 1 | -8/+8 |
* | Same VB.Net patch done right. | Tedd Hansen | 2008-02-07 | 1 | -4/+9 |
* | VB.Net compiler might work on Windows now. | Tedd Hansen | 2008-02-07 | 1 | -1/+1 |
* | * Marking off which uses of catch (Exception e) is legit and which are not, f... | Adam Frisby | 2008-02-06 | 1 | -2/+2 |
* | Converted logging to use log4net. | Jeff Ames | 2008-02-05 | 1 | -17/+16 |
* | * Replacing missing break statement from DotNetEngine/Compiler/LSL/Compiler.cs | Adam Frisby | 2008-02-04 | 1 | -0/+1 |
* | * Added JavaScript support to OpenSim scripting. Totally Untested. Enjoy. :) | Adam Frisby | 2008-02-04 | 1 | -2/+19 |
* | Temporarily disabled shared threads because of a bug. Script were only workin... | Tedd Hansen | 2008-02-03 | 1 | -1/+1 |
* | Re-enabled AllowedCompilers function | Tedd Hansen | 2008-02-02 | 1 | -1/+1 |
* | Almost forgot to check in: | Tedd Hansen | 2008-02-02 | 1 | -1/+1 |
* | Note to self: Next time read debug-files on correct computer. It makes bughun... | Tedd Hansen | 2008-02-02 | 1 | -1/+1 |
* | Bugfixes. Now it even reads configuration before it uses it! ;) | Tedd Hansen | 2008-02-02 | 1 | -9/+12 |
* | Temporarily disabled AllowedCompilers so all 3 compilers are allowed. | Tedd Hansen | 2008-02-02 | 1 | -8/+20 |
* | Added header/footer of scripts to make C# and VB scripts much easier to write. | Tedd Hansen | 2008-02-02 | 1 | -8/+46 |
* | Bugfix: LSL was mapped to VB.Net compiler ... that didn't work out so well :) | Tedd Hansen | 2008-02-02 | 1 | -3/+3 |
* | Added OpenSim.32BitLaunch.exe that can be used on 64-bit systems to run OpenS... | Tedd Hansen | 2008-02-02 | 1 | -33/+222 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 1 | -1/+1 |
* | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 2008-01-12 | 1 | -2/+2 |
* | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 2007-12-30 | 1 | -0/+8 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -2/+7 |
* | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 2007-11-01 | 1 | -1/+2 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -20/+18 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 1 | -0/+28 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -120/+120 |
* | * fixed script compilation | lbsa71 | 2007-09-14 | 1 | -113/+113 |
* | If first 4 characters in script is "//C#" script will be treated as pure C# i... | Tedd Hansen | 2007-09-13 | 1 | -2/+9 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -113/+113 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 1 | -3/+3 |