| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed missing Axiom references. | Brian McBee | 2007-09-16 | 1 | -0/+1 |
* | Implemented: llSetText, llResetScript | Tedd Hansen | 2007-09-16 | 1 | -20/+40 |
* | Implemented: llStringToBase64, llBase64ToString, llXorBase64Strings, llXorBas... | Tedd Hansen | 2007-09-15 | 1 | -7/+57 |
* | Bugfixed: llListRandomize | Tedd Hansen | 2007-09-15 | 1 | -7/+69 |
* | llList2Key, llList2Rot, llList2List | Tedd Hansen | 2007-09-15 | 1 | -3/+9 |
* | Implemented llList2CSV, llCSV2List, llListRandomize, llList2Vector, llListFin... | Tedd Hansen | 2007-09-15 | 1 | -13/+118 |
* | Will display error in main chat if unsupported llFunction is used. | Tedd Hansen | 2007-09-15 | 1 | -814/+787 |
* | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 2007-09-14 | 1 | -3/+3 |
* | more fun with LSL implementations | Sean Dague | 2007-09-14 | 1 | -16/+11 |
* | llSetPos(), llGetPos(), llGetLocalPos() now implemented | Sean Dague | 2007-09-13 | 1 | -4/+39 |
* | implement llGetScale and llSetScale | Sean Dague | 2007-09-13 | 1 | -4/+18 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -770/+770 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 1 | -1/+1 |
* | Fixing namespace problems | MW | 2007-09-11 | 1 | -4/+5 |
* | Applied ldvoipeng's patch [#360], sorry for it taking so long to apply it. I... | MW | 2007-09-11 | 1 | -21/+116 |
* | Some work on Module loading/management. | MW | 2007-09-04 | 1 | -0/+19 |
* | Stopped EntityBase from implementing IScriptHost, as don't think it should, m... | MW | 2007-08-27 | 1 | -2/+2 |
* | Another small tweak to image sending. | MW | 2007-08-27 | 1 | -3/+7 |
* | Fixing llList2double issue (Thanks ldvoipeng) | Brian McBee | 2007-08-27 | 1 | -1/+1 |
* | llList-commands from ldvoipeng, new Default.lsl from dalien | Tedd Hansen | 2007-08-26 | 1 | -14/+83 |
* | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 2007-08-25 | 1 | -8/+17 |
* | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 2007-08-25 | 1 | -0/+18 |
* | Lowered priority of script threads. Executing state_entry() event on script rez. | Tedd Hansen | 2007-08-23 | 1 | -9/+0 |
* | More lsl functions (thanks to ldviopeng and wjordan!) | Brian McBee | 2007-08-23 | 1 | -9/+40 |
* | Some minor changes + krinkec's updates to ll* functions. | Tedd Hansen | 2007-08-20 | 1 | -9/+66 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 1 | -3/+4 |
* | Script loads into separate AppDomain without errors. Events and llFunctions n... | Tedd Hansen | 2007-08-18 | 1 | -1/+1 |
* | LSL Compiler now only referring required assemblies (DotNetEngine and Common)... | Tedd Hansen | 2007-08-18 | 1 | -90/+91 |
* | Working on AppDomains. Scripting is now officially broken. :] | Tedd Hansen | 2007-08-18 | 1 | -2/+4 |
* | Moved LSL_BuiltIn_Commands_Interface.cs to a separate library (OpenSim.Region... | Tedd Hansen | 2007-08-18 | 2 | -629/+472 |
* | krinkec's updates to ll* interface and functions. | Tedd Hansen | 2007-08-17 | 1 | -2/+2 |
* | Bugfixes in LSL compiler. Changed most datatypes to int (instead of UInt32) a... | Tedd Hansen | 2007-08-15 | 1 | -236/+236 |
* | * Applying ckrinke's LSL baseclass changes (Thanks!) | Adam Frisby | 2007-08-15 | 1 | -32/+60 |
* | * New LSL functions | Adam Frisby | 2007-08-15 | 1 | -1/+1 |
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-14 | 1 | -85/+178 |
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -387/+0 |
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event n... | Tedd Hansen | 2007-08-13 | 1 | -2/+2 |
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-13 | 1 | -121/+261 |
* | ScriptManager now uses LSL-compiler. | Tedd Hansen | 2007-08-12 | 1 | -1/+1 |
* | Code comments and cleanup, correct datatypes for key, vector, rotation, (hope... | Tedd Hansen | 2007-08-12 | 2 | -0/+755 |