OpenSimMirror/OpenSim
Charles Krinke f2d60976d0 Mantis#2183. Thank you kindly, Ewe Loon for a patch that addresses:
after using llTakeControls my sim receives about 200 messages per second, 
l of which get queued , this could be because there is no lag as the viewer 
and sim are on the same computer. The patch I have included checks to see if 
the "Changed" param is 0 then searches the EventQueue for Control messages 
being sent to the same localid, if it finds a message already in the Queue 
and Changed==0 then the new message is only notifing you the key is being held, 
since there is already a message the new one isnt needed so it isnt added 
to the queue.
2008-09-14 00:47:45 +00:00
..
ApplicationPlugins * Patch http://opensimulator.org/mantis/view.php?id=2158 2008-09-12 21:00:05 +00:00
Data * Adds regiondata and estatedata persistence in Sqlite. This commit is actually an assist. 99% of the work was already done by Melanie. 2008-09-13 22:29:36 +00:00
Framework Changed "show users" command to display only root agents, "show users full" to 2008-09-12 22:39:17 +00:00
Grid * Check in first part of http://opensimulator.org/mantis/view.php?id=2073 2008-09-12 20:12:03 +00:00
Region Mantis#2183. Thank you kindly, Ewe Loon for a patch that addresses: 2008-09-14 00:47:45 +00:00
TestSuite Changed "show users" command to display only root agents, "show users full" to 2008-09-12 22:39:17 +00:00
Tests changes to Test directory structure per opensim-dev conversation 2008-09-08 20:34:45 +00:00
Tools Changed "show users" command to display only root agents, "show users full" to 2008-09-12 22:39:17 +00:00