OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 9479f64778 Fix issue where avatar and script chat could sometimes be heard from anywhere in neighbouring regions.
This was due to a silent uint overflow in ScenePresence.UpdateChildAgent() corrupting child agent positions
when the child agent was in a region with a greater x or y map co-ord than the root agent region
Probably introduced in beeec1c.
This still will not function properly with very high region map co-ords (in the millions) but other parts of the code don't handle this properly anyway.
Looks to address http://opensimulator.org/mantis/view.php?id=7163
2014-05-20 23:52:07 +01:00
..
Addons On verbose groups messaging logging, count all operations in reported time when sending group messages, not just those after get group members and get presence status, as applicable 2014-05-19 23:01:48 +01:00
ApplicationPlugins
Capabilities Fix test breakage 2014-05-08 11:30:45 -07:00
ConsoleClient
Data minor: eliminate now unnecessary string.Format in postgresql RetrieveGroups method 2014-05-15 22:51:47 +01:00
Framework Better error-handling and logging in case User Profile requests fail 2014-05-19 11:11:06 +01:00
Region Fix issue where avatar and script chat could sometimes be heard from anywhere in neighbouring regions. 2014-05-20 23:52:07 +01:00
Server Tell QueryAccess explicitly whether the user is coming in via Teleport or Cross, because the permission checks are different. 2014-05-19 11:19:11 +01:00
Services Tell QueryAccess explicitly whether the user is coming in via Teleport or Cross, because the permission checks are different. 2014-05-19 11:19:11 +01:00
Tests Fix recent regression from 77e7bbc where an attachment on a received group notice with XmlRpcGroups messaging did not appear in the user's inventory. 2014-05-19 22:06:41 +01:00
Tools