aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/XEngine/AsyncCommandManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-268/+0
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-12/+10
2008-05-30* This is Melanie's XEngine script engine. I've not tested this real well, h...Teravus Ovares1-19/+85
2008-05-29Mantis#1411. Thank you kindly for Dataserver.cs and a patchCharles Krinke1-0/+7
2008-05-16Formatting cleanup.Jeff Ames1-2/+2
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-1/+1
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-12/+7
2008-03-18Formatting cleanup.Jeff Ames1-27/+25
2008-02-25Moved AsyncCommandManager into separate classes under "plugins".Tedd Hansen1-497/+24
2008-02-25eolTedd Hansen1-677/+677
2008-02-25Step 1 in reorganizing AsyncCommandManagerTedd Hansen1-677/+677
2008-02-25Initial patch for llSensor*Tedd Hansen1-3/+272
2008-02-22ScriptEngine works again (startup-nully-error gone)Tedd Hansen1-10/+9
2008-02-22One more: Async LSL command thread is also shared now.Tedd Hansen1-28/+53
2008-02-21Fixes to ScriptEngine thread cleanup on destructorTedd Hansen1-1/+1
2008-02-21"threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen1-0/+1
2008-02-20div+Tedd Hansen1-1/+1
2008-02-20Minor cleanup.Jeff Ames1-12/+2
2008-02-20llSetTimerEvent updated to use ticks instead of DateTime for internal timing.Tedd Hansen1-20/+37
2008-02-20llSetTimerEvent was setting seconds as milliseconds causing major problems in...Tedd Hansen1-1/+1
2008-02-19From: Michael Osias <mosias@us.ibm.com>Sean Dague1-24/+80
2008-02-18Patch from Michael Osias IBM (jimbo2120)Justin Clarke Casey1-0/+7
2008-02-02Updated svn properties.Jeff Ames1-312/+312
2008-02-01SCRIPTING STILL BROKENTedd Hansen1-294/+312
2008-01-17Added data structure to be passed through event execution queue so that event...Tedd Hansen1-4/+4
2008-01-15* Mother of all commits:Adam Frisby1-1/+1
2008-01-12Set eolTedd Hansen1-294/+294
2008-01-12Major reorganizing of DotNetEngine. Moved common script engine parts to Scrip...Tedd Hansen1-294/+294
2008-01-12ScriptServer communication is ok. Script is creatd on onrez. But since it can...Tedd Hansen1-0/+8
2007-12-27* Optimized usingslbsa711-7/+7
2007-12-13From Michael Osias (IBM)Sean Dague1-3/+3
2007-12-12From Michael Osias (IBM)Sean Dague1-114/+46
2007-10-30* Optimized usingslbsa711-34/+40
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-10-05Code from Illumious Beltran (IBM) implementing more LSLSean Dague1-1/+60
2007-09-17fixing me some line endingsSean Dague1-262/+262
2007-09-16Implemented: llSetText, llResetScript Tedd Hansen1-148/+262
2007-09-13remove ^M, as native storage should be UNIX format, and ^M in/out mashingSean Dague1-148/+148
2007-09-13Hiding evidence that I once was a VB coder (thanks to refactoring). Renamed m...Tedd Hansen1-15/+15
2007-08-25Forgot mutex lock on List<> for timersTedd Hansen1-11/+15
2007-08-25Removal of script that was unable to compile no longer crashes server.Tedd Hansen1-1/+0
2007-08-25testing Tedds temporary CIA-standinTedd Hansen1-1/+0
2007-08-25testing Tedds temporary CIA-standinTedd Hansen1-0/+1
2007-08-25Added class for "long commands" (command that returns as event) with dedicate...Tedd Hansen1-0/+145