| Commit message (Expand) | Author | Age | Files | Lines |
* | "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 |
* | Removed RAIL test from startup for now... | Tedd Hansen | 2007-08-17 | 1 | -0/+1 |
* | krinkec's updates to ll* interface and functions. | Tedd Hansen | 2007-08-17 | 1 | -5/+12 |
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 2 | -24/+56 |
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 2 | -3/+21 |
* | compile error removed :) | Tedd Hansen | 2007-08-15 | 1 | -8/+0 |
* | Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a... | Tedd Hansen | 2007-08-15 | 3 | -200/+538 |
* | * Applying ckrinke's LSL baseclass changes (Thanks!) | Adam Frisby | 2007-08-15 | 1 | -48/+54 |
* | * Fixed bug with llModPow | Adam Frisby | 2007-08-15 | 1 | -6/+6 |
* | * New LSL functions | Adam Frisby | 2007-08-15 | 1 | -5/+16 |
* | Minor change to LSL_BaseClass adding pseudocode to World.SimChat | Tedd Hansen | 2007-08-14 | 1 | -2/+13 |
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-14 | 1 | -85/+90 |
* | llSay() works again. Cleanup of debug messages. | Tedd Hansen | 2007-08-14 | 1 | -2/+2 |