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