aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/DotNetEngine/EventQueueThreadClass.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-09-29Mantis #2293Melanie Thielker1-0/+3
2008-09-28Add explicit CultureInfo to the script compile thread in DotNetEngine toMelanie Thielker1-0/+3
2008-09-28Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames1-1/+1
2008-09-27Add friendly error messages to both engines.Melanie Thielker1-29/+63
2008-09-26Remove another interface that is no longer neededMelanie Thielker1-1/+1
2008-09-26Finishing the code cleanup in DNE, make llDie work again in DNE.Melanie Thielker1-189/+170
2008-09-26Remove all the subclassing complexity and script server interfaces fromMelanie Thielker1-2/+2
2008-09-25Add an extension to allow registering multiple interfaces of a type withMelanie Thielker1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-2/+2
2008-08-18Formatting cleanup.Jeff Ames1-1/+1
2008-08-15Update svn properties, formatting cleanup, fix a couple compiler warnings.Jeff Ames1-1/+1
2008-08-13Mantis#1941. Thank you kindly, Tyre for a patch thatCharles Krinke1-34/+4
2008-08-12Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-10Mantis#1910. Thank you kindly, HomerHorwitz for a patch that:Charles Krinke1-1/+5
2008-08-07Minor formatting cleanup.Jeff Ames1-2/+2
2008-08-05* oops, fix build break from last checkinJustin Clarke Casey1-2/+2
2008-08-05* possible fix for event queue problems (exceptions and event count max excee...Justin Clarke Casey1-1/+17
2008-07-27Re-fix r5681. Sorry for the inconvenience. We will now return youMelanie Thielker1-0/+1
2008-07-27Addresses Mantis #1611Melanie Thielker1-0/+3
2008-06-05Mantis#1459. Thank you kindly, CMickeyb for a patch that:Charles Krinke1-2/+5
2008-06-04applied patch from mantis #1268 , thanks mikemMW1-0/+4
2008-05-28Formatting cleanup.Jeff Ames1-1/+1
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield1-1/+1
2008-05-22Mantis 1357 Patch - Thanks mikem!Adam Johnson1-4/+8
2008-05-14Formatting cleanup.Jeff Ames1-2/+2
2008-05-14* Removed 19 warningsTeravus Ovares1-1/+1
2008-05-11* Changed implicit string conversion to LSL_Types.LSLString in money event of...Teravus Ovares1-2/+2
2008-05-06De-tabify source.Jeff Ames1-12/+12
2008-05-05* Unraveled the DEBUG_CHANNEL mystery.Teravus Ovares1-2/+2
2008-05-02Thank you kindly, Melanie for a patch to solveCharles Krinke1-1/+13
2008-04-22* Implemented NoScript areas (without loosing script state).Teravus Ovares1-9/+13
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+1
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-03* Removed a bunch of compiler warnings.Adam Frisby1-1/+1
2008-02-22Fix for error message during startup (shared thread started processing region...Tedd Hansen1-0/+3
2008-02-22ScriptEngine works again (startup-nully-error gone)Tedd Hansen1-4/+4
2008-02-22One more: Async LSL command thread is also shared now.Tedd Hansen1-161/+167
2008-02-22Bugfixes - wasn't counting threads right++Tedd Hansen1-2/+3
2008-02-22Execution threads are now shared between regions too. Default thread count re...Tedd Hansen1-193/+209
2008-02-21Fixes to ScriptEngine thread cleanup on destructorTedd Hansen1-1/+1
2008-02-21ScriptEngine changes in locking. Another step in direction of shared threads.Tedd Hansen1-7/+7
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-5/+5
2008-02-18bring back some script engine debugging, hoping this will help track down the...Sean Dague1-8/+8
2008-02-08Missed one event message that needed to beCharles Krinke1-8/+9
2008-02-05Converted logging to use log4net.Jeff Ames1-16/+16
2008-02-05Added copyright statements.Jeff Ames1-7/+29
2008-02-02Updated svn properties.Jeff Ames1-314/+314
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-23/+59
2008-02-01SCRIPT SUPPORT IS STILL BROKEN.Tedd Hansen1-93/+127