| Commit message (Expand) | Author | Age | Files | Lines |
* | Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that: | Charles Krinke | 2009-02-22 | 1 | -1/+1 |
* | Refactor log4net logger handling in script engine. (#3148) | Jeff Ames | 2009-02-22 | 1 | -6/+10 |
* | Add friendly error messages to both engines. | Melanie Thielker | 2008-09-27 | 1 | -0/+7 |
* | Remove another interface that is no longer needed | Melanie Thielker | 2008-09-26 | 1 | -1/+1 |
* | Remove all the subclassing complexity and script server interfaces from | Melanie Thielker | 2008-09-26 | 1 | -0/+447 |
* | Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip... | Tedd Hansen | 2008-01-12 | 1 | -364/+0 |
* | ScriptServer communication is ok. Script is creatd on onrez. But since it can... | Tedd Hansen | 2008-01-12 | 1 | -2/+2 |
* | Added comments to ScriptEngine classes that explains what their purpose is | Tedd Hansen | 2007-12-30 | 1 | -0/+22 |
* | * Optimized usings | lbsa71 | 2007-12-27 | 1 | -10/+11 |
* | saved OpenSim source code from the giant rampaging unterminated copyright not... | Jeff Ames | 2007-12-10 | 1 | -2/+2 |
* | 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 | -8/+15 |
* | * Optimized usings | lbsa71 | 2007-10-30 | 1 | -26/+38 |
* | * Wired up chat so that channel goes into OnChatFromViewer. However: | lbsa71 | 2007-09-14 | 1 | -1/+1 |
* | remove ^M, as native storage should be UNIX format, and ^M in/out mashing | Sean Dague | 2007-09-13 | 1 | -321/+321 |
* | Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m... | Tedd Hansen | 2007-09-13 | 1 | -36/+36 |
* | * Took a stab at #388 | lbsa71 | 2007-09-10 | 1 | -1/+4 |
* | mass update of urls in source code to new website | Sean Dague | 2007-09-10 | 1 | -1/+1 |
* | Cut down on the number of compile warnings. Now down to 5: 4 are related to u... | MW | 2007-09-08 | 1 | -2/+2 |
* | in-world run-time error-message no-w con-tains function-name. | Tedd Hansen | 2007-08-26 | 1 | -1/+1 |
* | Run-time script errors are now shown in-world. No line number though, might r... | Tedd Hansen | 2007-08-26 | 1 | -0/+29 |
* | Bugfix for last commit, { instead of ( | Tedd Hansen | 2007-08-26 | 1 | -1/+1 |
* | Fixed bug that occurs sometimes on script unload where queued script event wa... | Tedd Hansen | 2007-08-26 | 1 | -40/+47 |
* | Fixed error on shutdown caused by ThreadAbortException sending message throug... | Tedd Hansen | 2007-08-25 | 1 | -2/+2 |
* | Added class for "long commands" (command that returns as event) with dedicate... | Tedd Hansen | 2007-08-25 | 1 | -22/+33 |
* | Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi... | Tedd Hansen | 2007-08-25 | 1 | -1/+1 |
* | Lowered priority of script threads. Executing state_entry() event on script rez. | Tedd Hansen | 2007-08-23 | 1 | -0/+1 |
* | GC.GetTotalMemory(true) was blocking. | Tedd Hansen | 2007-08-22 | 1 | -0/+3 |
* | Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em... | Tedd Hansen | 2007-08-22 | 1 | -0/+4 |
* | (Untested) Scripts are individually loaded into objects (on rez), and event f... | Tedd Hansen | 2007-08-22 | 1 | -24/+31 |
* | Code comments on recent changes in EventQueueManager | Tedd Hansen | 2007-08-19 | 1 | -9/+45 |
* | Sped up EventQueueManager response time (scripts now respond quickly). Added ... | Tedd Hansen | 2007-08-19 | 1 | -39/+117 |
* | Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine... | Tedd Hansen | 2007-08-18 | 1 | -1/+1 |
* | 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 | -2/+3 |
* | * Now sending manager, host and root host to Script in constructor. | lbsa71 | 2007-08-16 | 1 | -2/+2 |
* | krinkec's updates to ll* interface and functions | Tedd Hansen | 2007-08-14 | 1 | -0/+4 |
* | Removed some debugging. Removed *.lso from project include in prebuild.xml. | Tedd Hansen | 2007-08-14 | 1 | -2/+2 |
* | 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 | -6/+6 |
* | Added ScriptEngine.DotNetEngine | Tedd Hansen | 2007-08-08 | 1 | -0/+136 |