OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) edb176447b Fix bug where approximately half the time, attachments would rez only their root prim until right clicked (or otherwise updated).
The root cause of this problem was that multiple ObjectUpdates were being sent on attachment which differed enough to confuse the client.
Sometimes these would eliminate each other and sometimes not, depending on whether the scheduler looked at the queued updates.
The solution here is to only schedule the ObjectUpdate once the attachment code has done all it needs to do.
2010-03-03 22:14:06 +00:00
..
ApplicationPlugins Changed asset CreatorID to a string 2010-02-22 14:18:59 -08:00
Client Change the signature of SendChangeUserRights, because we have to send 2010-02-28 22:56:31 +00:00
ConsoleClient Apply http://opensimulator.org/mantis/view.php?id=4504 2010-01-29 23:38:44 +00:00
Data Fixed SQL tests. 2010-03-02 07:29:41 -08:00
Framework More work on GrantRights. Still not right. 2010-03-01 09:23:33 -08:00
Region Fix bug where approximately half the time, attachments would rez only their root prim until right clicked (or otherwise updated). 2010-03-03 22:14:06 +00:00
Server Merge branch 'master' into presence-refactor 2010-03-02 04:43:36 +00:00
Services Make the service loader pump out the error to the log (in red) and include the dll/interface/args that caused the problem 2010-03-03 18:28:30 +00:00
TestSuite * Fixes issue #4329 "llDialog fails silently" by updating OpenMetaverse.dll 2009-10-30 00:08:41 -07:00
Tests Change the signature of SendChangeUserRights, because we have to send 2010-02-28 22:56:31 +00:00
Tools Add license header and change branded namespace to generic 2010-02-08 22:52:01 +00:00