| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Removal of script that was unable to compile no longer crashes server. | Tedd Hansen | 2007-08-25 | 1 | -2/+5 |
* | Test to see if this change improves or makes worse the texture sending bug | MW | 2007-08-25 | 1 | -0/+2 |
* | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 2007-08-25 | 2 | -1/+9 |
* | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 2007-08-25 | 1 | -2/+21 |
* | Lowered priority of script threads. Executing state_entry() event on script rez. | Tedd Hansen | 2007-08-23 | 1 | -1/+0 |
* | Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em... | Tedd Hansen | 2007-08-22 | 1 | -1/+1 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -16/+28 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 1 | -28/+10 |
* | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 2007-08-18 | 2 | -1/+30 |
* | Script loads into separate AppDomain without errors. Events and llFunctions n... | Tedd Hansen | 2007-08-18 | 2 | -3/+4 |
* | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f... | Tedd Hansen | 2007-08-18 | 1 | -2/+3 |
* | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 2007-08-18 | 3 | -98/+108 |
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 3 | -10/+14 |
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 2007-08-18 | 1 | -2/+57 |
* | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 2007-08-18 | 2 | -446/+353 |
* | llstrenglength (thanks ldvoipeng!) | Brian McBee | 2007-08-18 | 1 | -1/+13 |
* | lsl test cases, and llregioncorner (thanks Dalien!) | Brian McBee | 2007-08-18 | 1 | -1/+1 |
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 2 | -5/+2 |