aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-07while I'm not convinced this is causing my current run awaySean Dague1-18/+21
2008-05-01* Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares1-0/+23
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+2
2008-03-25Comment out unused private methods.Jeff Ames1-40/+42
2008-03-18Formatting cleanup.Jeff Ames1-28/+25
2008-02-22Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen1-17/+23
2008-02-22Now last commit will compile too... The features just keep on coming!Tedd Hansen1-2/+2
2008-02-22From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen1-26/+23
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-0/+1
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-02-19From: Michael Osias <mosias@us.ibm.com>Sean Dague1-24/+32
2008-02-08Make timer events from scripts a little less chatty. Charles Krinke1-6/+8
2008-02-05Converted logging to use log4net.Jeff Ames1-3/+3
2008-02-03Temporarily disabled shared threads because of a bug. Script were only workin...Tedd Hansen1-1/+2
2008-02-02Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen1-0/+2
2008-02-02Added load/unload queue size limitTedd Hansen1-10/+61
2008-02-01Bugfix, maybe it won't crash during startup and crash somewhere else instead? :)Tedd Hansen1-1/+2
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-3/+20
2008-01-17Added data structure to be passed through event execution queue so that event...Tedd Hansen1-1/+2
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-12Set eolTedd Hansen1-347/+347
2008-01-12Added license to new filesTedd Hansen1-2/+3
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-454/+346
2008-01-05Only one queue is used for load/unload of scripts.Tedd Hansen1-19/+22
2007-12-30Added comments to ScriptEngine classes that explains what their purpose isTedd Hansen1-0/+11
2007-12-27* Optimized usingslbsa711-31/+34
2007-12-12Thanks to Alondria for:Charles Krinke1-14/+17
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-11-08converted hard-coded chat type values to ChatTypeEnumJeff Ames1-1/+2
2007-11-01ScriptServer fixes: Added more debug logging, mutex lock (to be extra-super-s...Tedd Hansen1-43/+59
2007-10-30* Optimized usingslbsa711-50/+51
2007-10-05getting all our line endings consistant againSean Dague1-1/+1
2007-09-18* Replaced usage of ClientView with IClientAPIlbsa711-2/+4
2007-09-17fixing me some line endingsSean Dague1-8/+8
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-7/+14
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-1/+1
2007-09-13implement llGetScale and llSetScaleSean Dague1-1/+1
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-408/+408
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-29/+29
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-28startup event on script added to object, not all inside object.Tedd Hansen1-6/+18
2007-08-26Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen1-26/+41
2007-08-26Fixed bug that occurs sometimes on script unload where queued script event wa...Tedd Hansen1-1/+10
2007-08-25Script compiler should now show error on correct line number in original LSL-...Tedd Hansen1-0/+2
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen1-11/+40
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-8/+10
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-19/+104
2007-08-22Debug shows how many bytes (total) a script (assembly) uses after compile and...Tedd Hansen1-4/+4
2007-08-22GC.GetTotalMemory(true) was blocking.Tedd Hansen1-4/+7
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-74/+54