aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-23Switches the direct event postings in the API file over to the Shared/Melanie Thielker1-16/+13
2008-09-23Add IEventReceiver to DNE - a consolidation series patchMelanie Thielker1-2/+16
2008-09-21Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker1-1/+7
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-24/+24
2008-07-08Mantis#1690. Thank you kindly, Melanie for a patch that:Charles Krinke1-0/+3
2008-06-28Mantis#1623. Thank you, Melanie for a patch that:Charles Krinke1-5/+12
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield1-3/+3
2008-05-25Thank you very much, Xantor for a patch that:Charles Krinke1-0/+4
2008-05-16Formatting cleanup.Jeff Ames1-3/+3
2008-05-14More formatting cleanup.Jeff Ames1-4/+7
2008-05-08* You can haz more spring cleaning.Adam Frisby1-3/+1
2008-05-08* Some refactorings.Adam Frisby1-1/+1
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