aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/ScriptEngineBase/ScriptManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove all the subclassing complexity and script server interfaces fromMelanie Thielker2008-09-261-510/+0
* Full API convergence. Api is back in LSL_Api.cs and OSSL_Api.cs.Melanie Thielker2008-09-261-2/+7
* Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker2008-09-251-2/+17
* Switches the direct event postings in the API file over to the Shared/Melanie Thielker2008-09-231-16/+13
* Add IEventReceiver to DNE - a consolidation series patchMelanie Thielker2008-09-231-2/+16
* Change the scirpt engine loading mechanism. Script engines are nowMelanie Thielker2008-09-211-1/+7
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-24/+24
* Mantis#1690. Thank you kindly, Melanie for a patch that:Charles Krinke2008-07-081-0/+3
* Mantis#1623. Thank you, Melanie for a patch that:Charles Krinke2008-06-281-5/+12
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-3/+3
* Thank you very much, Xantor for a patch that:Charles Krinke2008-05-251-0/+4
* Formatting cleanup.Jeff Ames2008-05-161-3/+3
* More formatting cleanup.Jeff Ames2008-05-141-4/+7
* * You can haz more spring cleaning.Adam Frisby2008-05-081-3/+1
* * Some refactorings.Adam Frisby2008-05-081-1/+1
* while I'm not convinced this is causing my current run awaySean Dague2008-05-071-18/+21
* * Deletes my EventReader ScriptRewriter. It isn't required to rewrite the sc...Teravus Ovares2008-05-011-0/+23
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-211-4/+2
* Comment out unused private methods.Jeff Ames2008-03-251-40/+42
* Formatting cleanup.Jeff Ames2008-03-181-28/+25
* Maintenance thread in charge of loading/unloading of scripts. 1 thread less p...Tedd Hansen2008-02-221-17/+23
* Now last commit will compile too... The features just keep on coming!Tedd Hansen2008-02-221-2/+2
* From this commit and a few hours into the future ScriptEngine will be unstable:Tedd Hansen2008-02-221-26/+23
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* Minor cleanup.Jeff Ames2008-02-201-1/+1
* From: Michael Osias <mosias@us.ibm.com>Sean Dague2008-02-191-24/+32
* Make timer events from scripts a little less chatty. Charles Krinke2008-02-081-6/+8
* Converted logging to use log4net.Jeff Ames2008-02-051-3/+3
* Temporarily disabled shared threads because of a bug. Script were only workin...Tedd Hansen2008-02-031-1/+2
* Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen2008-02-021-0/+2
* Added load/unload queue size limitTedd Hansen2008-02-021-10/+61
* Bugfix, maybe it won't crash during startup and crash somewhere else instead? :)Tedd Hansen2008-02-011-1/+2
* SCRIPTING STILL BROKENTedd Hansen2008-02-011-3/+20
* Added data structure to be passed through event execution queue so that event...Tedd Hansen2008-01-171-1/+2
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* Set eolTedd Hansen2008-01-121-347/+347
* Added license to new filesTedd Hansen2008-01-121-2/+3
* Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen2008-01-121-0/+347