aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/ScriptEngine/DotNetEngine/EventQueueManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-02-20Minor cleanup.Jeff Ames1-6/+5
2008-02-05Converted logging to use log4net.Jeff Ames1-5/+7
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-10-30* Optimized usingslbsa711-26/+38
2007-10-05Some more work on new ScriptEngine.Tedd Hansen1-2/+2
2007-09-14* Wired up chat so that channel goes into OnChatFromViewer. However:lbsa711-1/+1
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-321/+321
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-36/+36
2007-09-10* Took a stab at #388lbsa711-1/+4
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-09-08Cut down on the number of compile warnings. Now down to 5: 4 are related to u...MW1-2/+2
2007-08-26in-world run-time error-message no-w con-tains function-name.Tedd Hansen1-1/+1
2007-08-26Run-time script errors are now shown in-world. No line number though, might r...Tedd Hansen1-0/+29
2007-08-26Bugfix for last commit, { instead of (Tedd Hansen1-1/+1
2007-08-26Fixed bug that occurs sometimes on script unload where queued script event wa...Tedd Hansen1-40/+47
2007-08-25Fixed error on shutdown caused by ThreadAbortException sending message throug...Tedd Hansen1-2/+2
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-22/+33
2007-08-25Scripts no longer crash sim after 5 minutes (override InitializeLifetimeServi...Tedd Hansen1-1/+1
2007-08-23Lowered priority of script threads. Executing state_entry() event on script rez.Tedd Hansen1-0/+1
2007-08-22GC.GetTotalMemory(true) was blocking.Tedd Hansen1-0/+3
2007-08-22Added OnRemoveScript event handler to ScriptEngine. Fixed event queuing of em...Tedd Hansen1-0/+4
2007-08-22(Untested) Scripts are individually loaded into objects (on rez), and event f...Tedd Hansen1-24/+31
2007-08-19Code comments on recent changes in EventQueueManagerTedd Hansen1-9/+45
2007-08-19Sped up EventQueueManager response time (scripts now respond quickly). Added ...Tedd Hansen1-39/+117
2007-08-18Moved in-AppDomain event execution from Script to OpenSim.Region.ScriptEngine...Tedd Hansen1-1/+1
2007-08-18Started on AppDomains for ScriptEngine. Moved llFunctions in LSL_BaseClass.cs...Tedd Hansen1-0/+1
2007-08-17Pimped up Default.lsl. Now featuring a touch counter.Tedd Hansen1-2/+3
2007-08-16* Now sending manager, host and root host to Script in constructor.lbsa711-2/+2
2007-08-14krinkec's updates to ll* interface and functionsTedd Hansen1-0/+4
2007-08-14Removed some debugging. Removed *.lso from project include in prebuild.xml.Tedd Hansen1-2/+2
2007-08-14llSay() works again. Cleanup of debug messages.Tedd Hansen1-2/+2
2007-08-14ScriptEngine: Some error handling, logs to loggerTedd Hansen1-6/+6
2007-08-08Added ScriptEngine.DotNetEngineTedd Hansen1-0/+136