| Commit message (Expand) | Author | Age | Files | Lines |
* | converted hard-coded chat type values to ChatTypeEnum | Jeff Ames | 2007-11-08 | 1 | -1/+2 |
* | ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s... | Tedd Hansen | 2007-11-01 | 1 | -43/+59 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -50/+51 |
* | getting all our line endings consistant again | Sean Dague | 2007-10-05 | 1 | -1/+1 |
* | * Replaced usage of ClientView with IClientAPI | lbsa71 | 2007-09-18 | 1 | -2/+4 |
* | fixing me some line endings | Sean Dague | 2007-09-17 | 1 | -8/+8 |
* | Implemented: llSetText, llResetScript | Tedd Hansen | 2007-09-16 | 1 | -7/+14 |
* | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 2007-09-14 | 1 | -1/+1 |
* | implement llGetScale and llSetScale | Sean Dague | 2007-09-13 | 1 | -1/+1 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -408/+408 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 1 | -29/+29 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
* | startup event on script added to object, not all inside object. | Tedd Hansen | 2007-08-28 | 1 | -6/+18 |
* | Run-time script errors are now shown in-world. No line number though, might r... | Tedd Hansen | 2007-08-26 | 1 | -26/+41 |
* | Fixed bug that occurs sometimes on script unload where queued script event wa... | Tedd Hansen | 2007-08-26 | 1 | -1/+10 |
* | Script compiler should now show error on correct line number in original LSL-... | Tedd Hansen | 2007-08-25 | 1 | -0/+2 |
* | Removal of script that was unable to compile no longer crashes server. | Tedd Hansen | 2007-08-25 | 1 | -11/+40 |
* | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 2007-08-25 | 1 | -8/+10 |
* | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 2007-08-25 | 1 | -19/+104 |
* | Debug shows how many bytes (total) a script (assembly) uses after compile and... | Tedd Hansen | 2007-08-22 | 1 | -4/+4 |
* | GC.GetTotalMemory(true) was blocking. | Tedd Hansen | 2007-08-22 | 1 | -4/+7 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -74/+54 |
* | Some minor changes + krinkec's updates to ll* functions. | Tedd Hansen | 2007-08-20 | 1 | -1/+1 |
* | Added "StopScriot()" to ScriptManager. Stops Executor from executing events i... | Tedd Hansen | 2007-08-19 | 1 | -33/+36 |
* | Code comments on recent changes in EventQueueManager | Tedd Hansen | 2007-08-19 | 1 | -3/+3 |
* | Added event method invoke cache to Executor. "Bind once, Invoke multiple time... | Tedd Hansen | 2007-08-19 | 1 | -2/+12 |
* | Moved script loading from ScriptManager to AppDomainManager. Now increases sc... | Tedd Hansen | 2007-08-19 | 1 | -28/+2 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 1 | -66/+14 |
* | Scripts are working again. Scripts are now loaded into limited AppDomains (no... | Tedd Hansen | 2007-08-18 | 1 | -52/+58 |
* | Moved OpenSim.Region.ScriptEngine.Common.dll from bin\ScriptEngine\ to bin\ f... | Tedd Hansen | 2007-08-18 | 1 | -2/+4 |
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 1 | -14/+11 |
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 2007-08-18 | 1 | -5/+1 |
* | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 2007-08-18 | 1 | -11/+52 |
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 1 | -13/+11 |
* | Removed RAIL test from startup for now... | Tedd Hansen | 2007-08-17 | 1 | -1/+2 |
* | Added RAIL.dll | Tedd Hansen | 2007-08-17 | 1 | -1/+1 |
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 1 | -17/+43 |
* | * Introduced IScriptHost as an interface to fetching object data from scripts. | lbsa71 | 2007-08-16 | 1 | -5/+10 |
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-14 | 1 | -45/+67 |
* | Correct caps of Default.lsl for Linux. Thanks again krinkec. :) | Tedd Hansen | 2007-08-14 | 1 | -1/+1 |
* | llSay() works again. Cleanup of debug messages. | Tedd Hansen | 2007-08-14 | 1 | -2/+2 |
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -9/+9 |
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event n... | Tedd Hansen | 2007-08-13 | 1 | -4/+4 |
* | ScriptEngine successfully compiles script, we are now even further than LSO was. | Tedd Hansen | 2007-08-12 | 1 | -7/+15 |
* | ScriptManager now uses LSL-compiler. | Tedd Hansen | 2007-08-12 | 1 | -18/+20 |
* | Code comments and cleanup, correct datatypes for key, vector, rotation, (hope... | Tedd Hansen | 2007-08-12 | 1 | -1/+1 |
* | Renamed Compiler.LSL to Compiler.LSO | Tedd Hansen | 2007-08-10 | 1 | -16/+16 |
* | Added ScriptEngine.DotNetEngine | Tedd Hansen | 2007-08-08 | 1 | -0/+232 |