aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework/EventQueueGetModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * refactor: move event queue module code to its own folderJustin Clarke Casey2009-01-021-565/+0
* Better test on EQ shutdown. diva2008-12-241-1/+4
* * Remove mono compiler warningJustin Clarke Casey2008-12-231-5/+4
* One more small mod in EQ: there is no need to subscribe to the OnLogout event...diva2008-12-221-1/+1
* One more check on closing EQs.diva2008-12-221-1/+2
* On closing EQs, make sure to wait for the viewer to fetch the last events.diva2008-12-221-0/+4
* The previous fix for the EQ might have been too radical, and some early event...diva2008-12-191-15/+4
* Fix for more child agent mismanagement (like #2846). On enqueueing events, we...diva2008-12-191-5/+44
* Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke2008-12-141-3/+6
* Reinstate closing the EQ when the UDP circuit disconnects. This will likelyMelanie Thielker2008-12-031-9/+6
* don't close eventqueues when you leave a region. This really does seemSean Dague2008-12-011-2/+10
* fix the "I get no textures if I teleport back to a region I've been inSean Dague2008-12-011-2/+4
* attempt to modify the event queue for greater debuggingSean Dague2008-12-011-0/+2
* Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker2008-11-191-15/+15
* Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker2008-11-191-15/+15
* * Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey2008-11-171-15/+15
* * Applying EventQueueGetModule patch to try debug the case of the missing EQG.Adam Frisby2008-11-091-1/+2
* * Added NullReference check to EventQueueGetModule.Adam Frisby2008-10-101-2/+8
* * Fixed a potential threading issue with EventQueueGet leading to spontaneous...Adam Frisby2008-10-101-5/+12
* * minor: Comment out initial regularly occuring EventQueueGet log debug messa...Justin Clarke Casey2008-10-081-11/+9
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-4/+3
* * EventQueueGet is now working.Teravus Ovares2008-10-031-12/+144
* * Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares2008-10-011-12/+105
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-301-9/+10
* * Get the code up to speed with my -#dev e-mail example. (uncomment out lines...Teravus Ovares2008-09-301-1/+11
* Update svn properties, minor formatting cleanup.Jeff Ames2008-09-301-6/+2
* Refactor to avoid some duplicate code.Homer Horwitz2008-09-281-73/+44
* Update svn properties. Minor formatting cleanup. Fix a compiler warning. F...Jeff Ames2008-09-281-1/+1
* * okay.. Now you can do border crossings with the security 'fixed' client....Teravus Ovares2008-09-281-26/+31
* * With EventQueueGet enabled.. we can see into neighbor regions again on th...Teravus Ovares2008-09-271-10/+10
* * Adds flag to enable/disable EventQueueGet.Teravus Ovares2008-09-271-10/+19
* * Event queue is now polling.. Teravus Ovares2008-09-271-7/+58
* Continue working on the new EventQueueGetModule. Not finished (or even working)Homer Horwitz2008-09-271-28/+103
* * This is the very very early beginnings of an EventQueue:get module.Teravus Ovares2008-09-271-0/+164