| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed regex in LSL2CSConverter so it will properly handle casting to (string)... | alondria | 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 | 2 | -37/+31 |
* | 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 |
* | Giving Mantis #388 a shot | Tedd Hansen | 2008-01-22 | 1 | -2/+3 |
* | * Mother of all commits: | Adam Frisby | 2008-01-15 | 2 | -19/+20 |
* | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 2008-01-12 | 3 | -2157/+3 |
* | Linking osTerrainGetHeight, osTerrainSetHeight, and osRegionRestart to LSL_Ba... | alondria | 2008-01-12 | 1 | -0/+15 |
* | Added const definintions for sculpted prims. | Tedd Hansen | 2008-01-10 | 1 | -1/+7 |
* | Fixed string issue in compiler | Tedd Hansen | 2008-01-01 | 1 | -1/+1 |
* | Correction of last commit | Tedd Hansen | 2007-12-31 | 1 | -1/+1 |
* | In this commit I am using an editor feature called "Save All" before I commit. | Tedd Hansen | 2007-12-30 | 1 | -0/+4 |
* | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 2007-12-30 | 2 | -0/+16 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 3 | -8/+13 |
* | Again, great thanks to Alondria for: | Charles Krinke | 2007-12-24 | 1 | -2/+2 |
* | Many Thanks to Alondria for adding: | Charles Krinke | 2007-12-18 | 2 | -34/+34 |
* | Again, thanks to Alondria for: | Charles Krinke | 2007-12-17 | 1 | -3/+3 |
* | Thanks again to Alondria for adding: math support for | Charles Krinke | 2007-12-15 | 1 | -4/+7 |
* | Again, thanks to Alondria for: adding llGetTime, llResetTime, and llGetAndRes... | Charles Krinke | 2007-12-14 | 1 | -3/+3 |
* | From Michael Osias (IBM) | Sean Dague | 2007-12-12 | 1 | -2/+2 |
* | * The 'Create' functions should be called to factor up a new, otherwise empty... | lbsa71 | 2007-12-11 | 1 | -0/+2 |
* | "list" becomes "List" in LSL2CSConverter and (f,3) becomes (f,0) in llRound. ... | Charles Krinke | 2007-12-09 | 1 | -1/+1 |
* | * miniscule changes just to keep myself in synch | lbsa71 | 2007-12-07 | 1 | -1/+3 |
* | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 2007-11-01 | 2 | -1/+6 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 3 | -399/+1728 |
* | * Applied patch #418 : copyright-r2012.patch - some errors, but got most thru | lbsa71 | 2007-10-15 | 3 | -0/+84 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 2 | -122/+122 |
* | Implemented: llSetText, llResetScript | Tedd Hansen | 2007-09-16 | 2 | -8/+9 |
* | Now loading "OpenSim.Region.ScriptEngine.Common.dll" into scripts AppDomain a... | Tedd Hansen | 2007-09-15 | 1 | -5/+6 |
* | * 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 | 3 | -1161/+1161 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 2 | -19/+19 |
* | Some work on Module loading/management. | MW | 2007-09-04 | 2 | -6/+5 |
* | startup event on script added to object, not all inside object. | Tedd Hansen | 2007-08-28 | 1 | -0/+1 |
* | Another attempt to fix the image sending bug (next week, I intend to rewrite ... | MW | 2007-08-26 | 1 | -1/+0 |
* | in-world run-time error-message no-w con-tains function-name. | Tedd Hansen | 2007-08-26 | 2 | -11/+15 |
* | Run-time script errors are now shown in-world. No line number though, might r... | Tedd Hansen | 2007-08-26 | 1 | -3/+23 |
* | Fixed error on shutdown caused by ThreadAbortException sending message throug... | Tedd Hansen | 2007-08-25 | 1 | -1/+1 |
* | Script compiler should now show error on correct line number in original LSL-... | Tedd Hansen | 2007-08-25 | 2 | -11/+12 |
* | oops , shouldn't have committed my local testing changes | MW | 2007-08-25 | 1 | -1/+0 |