| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the scrpt engines ignore any script that begins with //MRM: | Melanie Thielker | 2009-04-10 | 1 | -0/+3 |
* | * Remove unnecessary build dependencies on the ExamplemoneyModule stub. | Teravus Ovares | 2009-04-07 | 1 | -1/+0 |
* | Refactor log4net logger handling in script engine. (#3148) | Jeff Ames | 2009-02-22 | 1 | -6/+10 |
* | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 2009-02-10 | 1 | -2/+2 |
* | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 2009-02-06 | 1 | -3/+2 |
* | Implementation of the llDetectedTouch* functions | idb | 2008-12-05 | 1 | -1/+5 |
* | * refactor: Rip out SOP inventory from the partial into a separate class | Justin Clarke Casey | 2008-11-21 | 1 | -1/+1 |
* | Script region crossing. This has not user functionality, but lays all the | Melanie Thielker | 2008-11-09 | 1 | -1/+1 |
* | Fix: Mantis#2326: Fix: privilege escalation through attach from ground | Melanie Thielker | 2008-10-03 | 1 | -1/+1 |
* | Mantis #2282. | Homer Horwitz | 2008-10-02 | 1 | -1/+1 |
* | Remove another interface that is no longer needed | Melanie Thielker | 2008-09-26 | 1 | -1/+1 |
* | Finishing the code cleanup in DNE, make llDie work again in DNE. | Melanie Thielker | 2008-09-26 | 1 | -40/+90 |
* | And another file | Melanie Thielker | 2008-09-26 | 1 | -0/+479 |
* | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 2008-01-12 | 1 | -259/+0 |
* | ScriptServer communication is ok. Script is creatd on onrez. But since it can... | Tedd Hansen | 2008-01-12 | 1 | -21/+45 |
* | Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono. | Tedd Hansen | 2008-01-05 | 1 | -1/+1 |
* | server->script event path almost ready for remote scriptengine (translation t... | Tedd Hansen | 2007-12-30 | 1 | -34/+36 |
* | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 2007-12-30 | 1 | -0/+13 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -1/+1 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -42/+131 |
* | as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H... | MW | 2007-10-29 | 1 | -1/+1 |
* | * Rewired Touch to route to group/part (Still triggering EventManager as well) | lbsa71 | 2007-09-20 | 1 | -3/+3 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -131/+131 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 1 | -3/+3 |
* | 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 | -4/+0 |
* | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 2007-08-25 | 1 | -1/+0 |
* | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 2007-08-25 | 1 | -2/+4 |
* | Lowered priority of script threads. Executing state_entry() event on script rez. | Tedd Hansen | 2007-08-23 | 1 | -1/+1 |
* | GC.GetTotalMemory(true) was blocking. | Tedd Hansen | 2007-08-22 | 1 | -6/+3 |
* | Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em... | Tedd Hansen | 2007-08-22 | 1 | -1/+3 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -5/+33 |
* | Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs... | Tedd Hansen | 2007-08-18 | 1 | -0/+1 |
* | Pimped up Default.lsl. Now featuring a touch counter. | Tedd Hansen | 2007-08-17 | 1 | -1/+3 |
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 1 | -1/+1 |
* | Removed some debugging. Removed *.lso from project include in prebuild.xml. | Tedd Hansen | 2007-08-14 | 1 | -1/+1 |
* | llSay() works again. Cleanup of debug messages. | Tedd Hansen | 2007-08-14 | 1 | -1/+1 |
* | ScriptEngine: Some error handling, logs to logger | Tedd Hansen | 2007-08-14 | 1 | -4/+3 |
* | Common script for all objects (Default.lsl). ScriptEngine touch_start event n... | Tedd Hansen | 2007-08-13 | 1 | -2/+5 |
* | Removed 2 warnings. Added pointer comments to where to add hooks and modify f... | Tedd Hansen | 2007-08-09 | 1 | -0/+3 |
* | ScriptEngine just needs 2 events hooked up and llSay() implemented to work. S... | Tedd Hansen | 2007-08-09 | 1 | -1/+1 |
* | Added ScriptEngine.DotNetEngine | Tedd Hansen | 2007-08-08 | 1 | -0/+99 |