aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/AsyncCommandManager.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-59/+64
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-130/+199
2012-07-25Move Watchdog and MemoryWatchdog classes into OpenSim.Framework.Monitoring wi...Justin Clark-Casey (justincc)1-0/+1
2012-07-11Add regression TestDetachScriptedAttachmentToInventory()Justin Clark-Casey (justincc)1-6/+9
2012-03-06Add sensor, dataserver requests, timer and listener counts to "xengine status...Justin Clark-Casey (justincc)1-1/+52
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-1/+3
2009-11-28Add some conditionals to references to the WorldComm module, so that theMelanie1-1/+2
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-5/+3
2009-10-06Fixing a few compile errors in the previous commitJohn Hurliman1-1/+0
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+3
2008-11-08Refactor IEventReceiver back into IScriptEngineMelanie Thielker1-21/+21
2008-09-26Fix listeners in multi-region instancesMelanie Thielker1-3/+3
2008-09-25Convergence is almost complete. This brings the diff between the API to < 10kMelanie Thielker1-55/+61
2008-09-24Rename lots of stuff in DNE to reduce source code differences in theMelanie Thielker1-5/+5
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker1-74/+97
2008-09-16* minor: method documentationJustin Clarke Casey1-0/+3
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-4/+4
2008-06-25Minor formatting cleanup.Jeff Ames1-1/+1
2008-06-24* Applied patch from Melanie, mantis issue #1581 - "Refactor LSL language, ap...lbsa711-16/+56
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