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