OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 8f9a726465 If on a sit request we sit the avatar on a different prim in a linkset for some reason (e.g. because it has a sit target), then send the actual sit prim UUID to the viewer rather than the requested one.
This purports to fix the issue described in http://opensimulator.org/mantis/view.php?id=6653 where the camera can end up following the requested sit prim rather than the actual.
The original spot was by Vegaslon, this commit just goes about it in a slightly different way
This commit also makes m_requestedSitTargetUUID to be the actual UUID, which is consistent with m_requestedSitTargetID which was already doing this.
However, this adjustment has no practical effect since we only currently need to know that there's any requested sit UUID at all, not which one it is.
2013-05-30 19:27:20 +01:00
..
Addons Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency 2013-05-25 02:08:54 +01:00
ApplicationPlugins minor: Remove mono compiler warning in RemoteAdminPlugin 2013-05-09 22:44:45 +01:00
Capabilities Added AvatarPickerSearch capability handler. 2013-05-07 18:01:48 -07:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Send up the part missing from the Avination Estate commit. 2013-05-11 01:27:37 +01:00
Framework Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency 2013-05-25 02:08:54 +01:00
Region If on a sit request we sit the avatar on a different prim in a linkset for some reason (e.g. because it has a sit target), then send the actual sit prim UUID to the viewer rather than the requested one. 2013-05-30 19:27:20 +01:00
Server Where this is not already happening, trigger asychoronous calls to CloseChildAgent() above the LocalSimulationConnector level. 2013-05-16 17:30:30 +01:00
Services Application support: 2013-05-09 10:50:18 -04:00
Tests Update the money framework to allow sending the new style linden "serverside is now viewerside" messages regarding currency 2013-05-25 02:08:54 +01:00
Tools Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask 2013-03-26 03:40:06 +00:00